The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
font_id Struct Reference

Public Member Functions

 font_id (subset_id subset, int size)
 
 font_id (subset_id subset, int size, int style)
 
bool operator== (const font_id &o) const
 
bool operator< (const font_id &o) const
 

Public Attributes

subset_id subset
 
int size
 
int style
 

Detailed Description

Definition at line 73 of file font.cpp.

Constructor & Destructor Documentation

font_id::font_id ( subset_id  subset,
int  size 
)
inline

Definition at line 75 of file font.cpp.

font_id::font_id ( subset_id  subset,
int  size,
int  style 
)
inline

Definition at line 76 of file font.cpp.

Member Function Documentation

bool font_id::operator< ( const font_id o) const
inline

Definition at line 81 of file font.cpp.

References size, style, and subset.

bool font_id::operator== ( const font_id o) const
inline

Definition at line 77 of file font.cpp.

References size, style, and subset.

Member Data Documentation

int font_id::size

Definition at line 87 of file font.cpp.

Referenced by operator<(), and operator==().

int font_id::style

Definition at line 88 of file font.cpp.

Referenced by operator<(), and operator==().

subset_id font_id::subset

Definition at line 86 of file font.cpp.

Referenced by operator<(), and operator==().


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