OpenWalnut
1.4.0
|
Paths to all known fonts. More...
#include <WPathHelper.h>
Public Attributes | |
boost::filesystem::path | Default |
The default font to use in most cases. | |
boost::filesystem::path | Regular |
The Regular font (not bold, not italic) | |
boost::filesystem::path | Italic |
Italic font. | |
boost::filesystem::path | Bold |
Bold font. |
Paths to all known fonts.
Definition at line 88 of file WPathHelper.h.
boost::filesystem::path WPathHelper::Fonts::Bold |
boost::filesystem::path WPathHelper::Fonts::Default |
The default font to use in most cases.
Definition at line 93 of file WPathHelper.h.
Referenced by WPathHelper::getAllFonts().
boost::filesystem::path WPathHelper::Fonts::Italic |
Italic font.
Definition at line 103 of file WPathHelper.h.
Referenced by WPathHelper::getAllFonts().
boost::filesystem::path WPathHelper::Fonts::Regular |
The Regular font (not bold, not italic)
Definition at line 98 of file WPathHelper.h.
Referenced by WPathHelper::getAllFonts().