Stipulate Font Size
Stipulate Font Size
How do I stipulate a particular Label/Text object to be a particular font size? Or do I have default to using a bridge?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
http://myevolve.wordpress.com
Re: Stipulate Font Size
See "Area.Font" in MUIRoyale documentation.
Re: Stipulate Font Size
Thanks, but doesn't answer the question, MUI Royale docuementation explains that it expects a string here 'tiny', 'normal', 'big' etc... not a number, e.g. 72 point font.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
http://myevolve.wordpress.com
Re: Stipulate Font Size
In the programming language C you can use a "struct TextFont*" with the MUIA_Font attribute.
http://www.sasg.com/mui/autodocs/MUI_Ar ... #MUIA_Font
There you can define a font with name and size.
Unless Andreas add a way to add a font specification to MUIRoyale you are limited to the special values like "Big". (Correct me if I'm wrong, Andreas)
http://www.sasg.com/mui/autodocs/MUI_Ar ... #MUIA_Font
There you can define a font with name and size.
Unless Andreas add a way to add a font specification to MUIRoyale you are limited to the special values like "Big". (Correct me if I'm wrong, Andreas)
- airsoftsoftwair
- Posts: 5830
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Stipulate Font Size
Yes, there's currently no way to use a custom font size because I think it's against the MUI philosophy to use hard-coded font sizes or faces.