neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::game::font Struct Reference

#include <font.hpp>

Classes

struct  meta
 

Public Attributes

neolib::small_cookie_ref_ptr id
 
string familyName
 
string styleName
 
scalar pointSize
 
bool underline
 

Detailed Description

Definition at line 32 of file font.hpp.

Member Data Documentation

◆ familyName

string neogfx::game::font::familyName

Definition at line 35 of file font.hpp.

◆ id

neolib::small_cookie_ref_ptr neogfx::game::font::id

Definition at line 34 of file font.hpp.

◆ pointSize

scalar neogfx::game::font::pointSize

Definition at line 37 of file font.hpp.

◆ styleName

string neogfx::game::font::styleName

Definition at line 36 of file font.hpp.

◆ underline

bool neogfx::game::font::underline

Definition at line 38 of file font.hpp.


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