PyOgre Media - fonts license

dermont

19-03-2006 12:31:27

Just read this post concerning the licensing of fonts:
http://www.ogre3d.org/phpBB2/viewtopic.php?t=18440&highlight=fonts

For pyOgre the tahoma fonts are included in the downloadable demo_media.zip file. They were taken from a previous version of Ogre's Media. If you've downloaded the aforesaid can you remove the following files:


media\gui\datafiles\fonts
- tahoma TrueType Font file
tahoma-12 font file



For any of you using pyCegui I've updated the cegui demos to use the "Iconified-12.font". Therefore either:

a) Manually update the demos

//cegui.FontManager.getSingleton().createFont("tahoma-12.font")
cegui.FontManager.getSingleton().createFont("Iconified-12.font")

OR

b) Apply the patch at:

[url]https://developer.berlios.de/patch/download.php?id=943[/url]



Since I supplied the gui media, apologies for any inconvenience caused.