From fbd0c9773312e26e4509cc5cb6a8c2bd8f45ad1c Mon Sep 17 00:00:00 2001 From: Fabio Date: Sat, 3 May 2025 10:33:31 +0200 Subject: [PATCH] Fixed the font to make it work on Linux systems (Ampersands conversion example). --- Examples/Helpers/HL_Examples.hws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Helpers/HL_Examples.hws b/Examples/Helpers/HL_Examples.hws index e990dfb..90eea12 100644 --- a/Examples/Helpers/HL_Examples.hws +++ b/Examples/Helpers/HL_Examples.hws @@ -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 =