Fixed bug in font tool which would cause certain characters not to be
included in the output file. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8288 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -192,9 +192,6 @@ bool LoadPoFiles(const char* sListFileName){
|
||||
size.cx = abc.abcB;
|
||||
fa.underhang = abc.abcA;
|
||||
fa.overhang = abc.abcC;
|
||||
|
||||
if (abc.abcB-abc.abcA+abc.abcC<1)
|
||||
continue; // nothing of width 0
|
||||
}
|
||||
if (size.cy < 1)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user