Quote:
Originally Posted by tubro
Thank you for this fantastic work, have been waiting for this forever. Now I have been trying to play Aotearoa on this and unfortunately, the Polynesian characters aren't displayed correctly. I believe this is because of the font used. I have tried to change the propfont in the config file to Linux Libertine 0 as suggested, but this doesn't seem to change anything. Any suggestions?
|
It works for me with Caecilia font. Add this to override default font in garglk.ini file:
Code:
[ Aotearoa.gblorb ]
propr /usr/java/lib/fonts/Caecilia_LT_65_Medium.ttf
propi /usr/java/lib/fonts/Caecilia_LT_66_Medium_Italic.ttf
propb /usr/java/lib/fonts/Caecilia_LT_75_Bold.ttf
propz /usr/java/lib/fonts/Caecilia_LT_76_Bold_Italic.ttf
monor /usr/java/lib/fonts/KindleBlackboxRegular.ttf
monoi /usr/java/lib/fonts/KindleBlackboxItalic.ttf
monob /usr/java/lib/fonts/KindleBlackboxBold.ttf
monoz /usr/java/lib/fonts/KindleBlackboxBoldItalic.ttf
monoaspect 1
It assumes your game file is named
Aotearoa.gblorb.
It should also work with Libertine font, but be sure to give correct paths.