Share March 2009: Project of the Month

Frets on Fire

Tracker: Patches

5 systemFont is displayed instead of international.ttf - ID: 2859570
Last Update: Attachment added ( cousteau )

FoF 1.3.110 for Linux overrides international.ttf when using a non-ASCII
font (asciiOnly = false), and displays a (python's?) system font instead
(systemFont = True). (Data.py, lines 72-73)
This patch simply removes "systemFont = not asciiOnly" and uses the default
("systemFont = False") so systemFont is never used and international.ttf is
used instead (lines 64-69 handle that).


Cousteau ( cousteau ) - 2009-09-15 21:04

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
Data.py.patch To be applied to src/Data.py Download

Change ( 1 )

Field Old Value Date By
File Added 343109: Data.py.patch 2009-09-15 21:04 cousteau