2004-01-06, 03:56
i am trying to make some xpr fonts to support greek characters for xbmc. i use fontmaker. i tried to create from unicode fonts the glyph range from 32 to 974 (for code values) and replace the font12.xpr & font18.xpr at xbmc/media/ directory and at /xbmc/skin/mediacenter/fonts i replace the fonts with the appropriate. the two file i get *.tga & *.abc i compile them using bundler with the following rdf file
// setting up the font files.
out_packedresource d:\temp\font.xpr
texture font
{
source d:\temp\arial_12.tga
format d3dfmt_a4r4g4b4
levels 1
}
userdata fontdata
{
datafile d:\temp\arial_12.abc
}
i also tried with different glyph values (from 32 to 254 decimal range) i can’t see the greek characters with both files i made.
what i am doing wrong? is it the range values? i found them from the following page http://www.kostis.net/charsets/iso8859.7.htm do i have to add something extra to xboxmediacenter.xml ? any help will be appreciate
p.s. i also overwrite and the *.tga & *.abc at /xbmc/media/fonts/ but with no luck again
// setting up the font files.
out_packedresource d:\temp\font.xpr
texture font
{
source d:\temp\arial_12.tga
format d3dfmt_a4r4g4b4
levels 1
}
userdata fontdata
{
datafile d:\temp\arial_12.abc
}
i also tried with different glyph values (from 32 to 254 decimal range) i can’t see the greek characters with both files i made.
what i am doing wrong? is it the range values? i found them from the following page http://www.kostis.net/charsets/iso8859.7.htm do i have to add something extra to xboxmediacenter.xml ? any help will be appreciate
p.s. i also overwrite and the *.tga & *.abc at /xbmc/media/fonts/ but with no luck again