2004-08-22, 20:32
i make to work subtitles with ttf fonts ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
for test it:
a) download new mplayer (include ttf support) >> download here
b) add this in msvcrt.h
d) transfer files to xbox. (note: overwrite mplayer.dll and codecs.conf that you download after)
e) rename mplayer\font to mplayer\fonts (make this for mplayer don't detect this fonts)
f) transfer a ttf font to mplayer directory. rename ttf font to 'subfont.ttf'
g) start xbmc and test subtitles and osd.
this is only for a test...
i'll modify xbmc for select fonts and don't need to rename nothing!
(i make a pack and upload to sf, if you want)
i take this images with courier new italic:
![Full sized picture Image](http://www.telefonica.net/web2/ezarzone/image1.jpg)
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
for test it:
a) download new mplayer (include ttf support) >> download here
b) add this in msvcrt.h
Quote:#ifdef global_scopec) compile xbmc
extern "c" void isdigit(void);
#else
exp2dll* msvcrt_exp163 = new exp2dll("msvcrt.dll", "isdigit", (unsigned long)isdigit);
#endif
d) transfer files to xbox. (note: overwrite mplayer.dll and codecs.conf that you download after)
e) rename mplayer\font to mplayer\fonts (make this for mplayer don't detect this fonts)
f) transfer a ttf font to mplayer directory. rename ttf font to 'subfont.ttf'
g) start xbmc and test subtitles and osd.
this is only for a test...
i'll modify xbmc for select fonts and don't need to rename nothing!
(i make a pack and upload to sf, if you want)
i take this images with courier new italic:
![Full sized picture Image](http://www.telefonica.net/web2/ezarzone/image1.jpg)
![Full sized picture Image](http://www.telefonica.net/web2/ezarzone/image2.jpg)