Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
FontDesc Struct Reference

#include <FontDesc.h>

Public Member Functions

 FontDesc (void)
 

Public Attributes

AsciiString name
 name of font
 
Int size
 point size
 
Bool bold
 is bold?
 

Detailed Description

Definition at line 35 of file FontDesc.h.

Constructor & Destructor Documentation

◆ FontDesc()

FontDesc::FontDesc ( void )

<name of font

<point size

<is bold?

Definition at line 202 of file GlobalLanguage.cpp.

Member Data Documentation

◆ bold

Bool FontDesc::bold

is bold?

Definition at line 40 of file FontDesc.h.

◆ name

AsciiString FontDesc::name

name of font

Definition at line 38 of file FontDesc.h.

◆ size

Int FontDesc::size

point size

Definition at line 39 of file FontDesc.h.


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