OpenWalnut  1.4.0
Public Attributes | List of all members
WPathHelper::Fonts Struct Reference

Paths to all known fonts. More...

#include <WPathHelper.h>

Public Attributes

boost::filesystem::path Default
 The default font to use in most cases. More...
 
boost::filesystem::path Regular
 The Regular font (not bold, not italic) More...
 
boost::filesystem::path Italic
 Italic font. More...
 
boost::filesystem::path Bold
 Bold font. More...
 

Detailed Description

Paths to all known fonts.

Definition at line 92 of file WPathHelper.h.

Member Data Documentation

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

Bold font.

Definition at line 112 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 97 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().

boost::filesystem::path WPathHelper::Fonts::Italic

Italic font.

Definition at line 107 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().

boost::filesystem::path WPathHelper::Fonts::Regular

The Regular font (not bold, not italic)

Definition at line 102 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().


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