Skip to main content

History: Talk:MovableText

Source of version: 1 (current)

Copy to clipboard
            I have changed __private__ to __protected__ so derived class can access to the protected members.

!!Default font note.
__Important note:__ I have changed the default font name "TrebuchetMSBold" to "BlueHighway" according to  [http://www.ogre3d.org/phpBB2/viewtopic.php?t=20872|this post] as this would cause the program to crash because of using a non-existing-anymore font (font removed starting with the Dagon release because of intellectual property issues) and merged the proposed material problem fix directly into the code --((User:Xplozyph|xplozyph)) 2006/06/16 19:42 CET

!!Using Another Font
When I first started using this, I didn't know where to go get a font.  What it is looking for is a font defined in a *.fontdef file.  To create one, use LMNOpc Bitmap Font Builder.  Then use the Ogre3d Tool BitmapFontBuilderTool to create a fontdef file from it.  
Look in ogrenew\Tools\BitmapFontBuilderTool for the tool, and [http://www.lmnopc.com/bitmapfontbuilder/] for the builder. --((User:Scorch|Scorch)) 20:37, 11 March 2007 (CST)

!!CharHeight and SpaceWidth
mCharHeight and mSpaceWidth should be float values. If one has units set to 1 = 1m, the font will be too big.
--((User:Noche|Noche)) 16:19, 5 December 2007 (GMT)

!!HorizontalAlignment
H_CENTER HorizontalAlignment has no effect for version > 1.4
--((User:Noche|Noche)) 16:19, 5 December 2007 (GMT)