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

Paths to all known fonts. More...

#include <WPathHelper.h>

+ Collaboration diagram for WPathHelper::Fonts:

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

◆ Bold

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

Bold font.

Definition at line 108 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().

◆ Default

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

◆ Italic

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

Italic font.

Definition at line 103 of file WPathHelper.h.

Referenced by WPathHelper::getAllFonts().

◆ Regular

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: