2D_Game_Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FontInfo Struct Reference

#include <fontmanager.hpp>

Public Member Functions

 FontInfo ()
 
 FontInfo (std::shared_ptr< TextRenderer > f)
 

Public Attributes

unsigned int copies
 
std::shared_ptr< TextRendererfont
 

Detailed Description

Definition at line 5 of file fontmanager.hpp.

Constructor & Destructor Documentation

◆ FontInfo() [1/2]

FontInfo::FontInfo ( )
inline

Definition at line 9 of file fontmanager.hpp.

◆ FontInfo() [2/2]

FontInfo::FontInfo ( std::shared_ptr< TextRenderer > f)
inline

Definition at line 10 of file fontmanager.hpp.

Member Data Documentation

◆ copies

unsigned int FontInfo::copies

Definition at line 6 of file fontmanager.hpp.

◆ font

std::shared_ptr<TextRenderer> FontInfo::font

Definition at line 7 of file fontmanager.hpp.


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