Photon microGUI widgets library 0.6.0
|
Specifies style information applied to text. More...
#include <Font.h>
Public Types | |
enum | eFontStyle { Bold , Italic , Regular , Underline , DoubleUnderline , Antialias , Scalable , Bitmap } |
Specifies style information applied to text.
The following code example demonstrates how to set the Font property of a button to a new bold-style font using the FontStyle::eFontStyle enumeration. Create a form containing a button named Button1 and paste the following code into it.