Fixed the font to make it work on Linux systems (Ampersands conversion example).

This commit is contained in:
Fabio
2025-05-03 10:33:31 +02:00
parent 6b6d1b0d87
commit fbd0c97733

View File

@@ -200,8 +200,8 @@ Function example.TEST_AmperConversion()
; ---------------------------------------------------------------------------
; Function used to test the ampersands conversion into UTF8 encoded characters.
; ---------------------------------------------------------------------------
Local fontName = "tahoma"
Local fontSize = 20
Local fontName = "/usr/share/fonts/TTF/DejaVuSans.ttf"
Local fontSize = 18
Local title = "TEST : Ampersands Conversion to UTF8"
Local bodyArea, text_borders, utilities =