Avionics
Dropship Simulator
Font Class Reference

#include <Font.h>

Collaboration diagram for Font:
[legend]

Public Member Functions

void OnD3D10CreateDevice (Logger *pLogger, ID3D10Device *pDevice)
 
void DeviceCleanup ()
 

Public Attributes

ID3DX10Font * pFont = nullptr
 
int width
 config items More...
 
int height
 
std::string name
 
std::string pathAndFilename
 

Detailed Description

Definition at line 5 of file Font.h.

Member Function Documentation

◆ DeviceCleanup()

void Font::DeviceCleanup ( )
inline

Definition at line 39 of file Font.h.

◆ OnD3D10CreateDevice()

void Font::OnD3D10CreateDevice ( Logger pLogger,
ID3D10Device *  pDevice 
)
inline

Definition at line 16 of file Font.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ height

int Font::height

Definition at line 12 of file Font.h.

◆ name

std::string Font::name

Definition at line 13 of file Font.h.

◆ pathAndFilename

std::string Font::pathAndFilename

Definition at line 14 of file Font.h.

◆ pFont

ID3DX10Font* Font::pFont = nullptr

Definition at line 8 of file Font.h.

◆ width

int Font::width

config items

Definition at line 11 of file Font.h.


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