OpenWalnut  1.3.1
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 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: