Rise
The Vieneo Province
Font Class Reference

#include <Font.h>

Collaboration diagram for Font:
[legend]

Public Member Functions

 Font (Logger *pLogger, IDirect3DDevice9 *pDevice, int width, int height, std::string name, std::string prmPathAndFilename)
 
void OnDestroyDevice ()
 

Public Attributes

ID3DXFont * pFont = nullptr
 

Private Attributes

Loggerlogger
 
std::string pathAndFilename
 

Detailed Description

Definition at line 6 of file Font.h.

Constructor & Destructor Documentation

◆ Font()

Font::Font ( Logger pLogger,
IDirect3DDevice9 *  pDevice,
int  width,
int  height,
std::string  name,
std::string  prmPathAndFilename 
)
inline

Definition at line 16 of file Font.h.

Here is the call graph for this function:

Member Function Documentation

◆ OnDestroyDevice()

void Font::OnDestroyDevice ( )
inline

Definition at line 44 of file Font.h.

Here is the call graph for this function:

Member Data Documentation

◆ logger

Logger* Font::logger
private

Definition at line 8 of file Font.h.

◆ pathAndFilename

std::string Font::pathAndFilename
private

Definition at line 9 of file Font.h.

◆ pFont

ID3DXFont* Font::pFont = nullptr

Definition at line 13 of file Font.h.


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