[This is preliminary documentation and is subject to change.]
This is a platform independent means of representing a font style.
| C# |
public enum PFontStyle
| Member | Description |
|---|---|
| Regular |
Normal text.
|
| Bold |
Bold text
|
| Italic |
Italic text
|
| BoldItalic |
Bold and Italic text
|