OpenWalnut  1.4.0
Public Attributes
WPathHelper::Fonts Struct Reference

Paths to all known fonts. More...

#include <WPathHelper.h>

List of all members.

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.

Detailed Description

Paths to all known fonts.

Definition at line 88 of file WPathHelper.h.


Member Data Documentation

boost::filesystem::path WPathHelper::Fonts::Bold

Bold font.

Definition at line 108 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().

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().


The documentation for this struct was generated from the following file: