#include "PWidget.h"
#include "PColor.h"
#include <string>
#include "../utility/rc_ptrs.h"
#include "../base/PEBLObject.h"
Go to the source code of this file.
◆ PFontStyle
This class represents a font in a cross-platform manner. It includes face, size, style, foreground/background color, and whether or not it should be anti-aliased. This should be overridden by a platform-specific PlatformFont class that hooks this information into specific font types and renderers.
| Enumerator |
|---|
| PFS_Normal | |
| PFS_Bold | |
| PFS_Italic | |
| PFS_Underline | |
Definition at line 43 of file PFont.h.