Fixed the font to make it work on Linux systems (Ampersands conversion example).
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user