openMSX
Classes | Public Member Functions | Static Public Member Functions | List of all members
openmsx::TTFFontPool Class Reference

Public Member Functions

 TTFFontPool (const TTFFontPool &)=delete
 
TTFFontPooloperator= (const TTFFontPool &)=delete
 
TTF_Font * get (const std::string &filename, int ptSize)
 
void release (TTF_Font *font)
 

Static Public Member Functions

static TTFFontPoolinstance ()
 

Detailed Description

Definition at line 28 of file TTFFont.cc.

Constructor & Destructor Documentation

◆ TTFFontPool()

openmsx::TTFFontPool::TTFFontPool ( const TTFFontPool )
delete

Member Function Documentation

◆ get()

TTF_Font * openmsx::TTFFontPool::get ( const std::string &  filename,
int  ptSize 
)

Definition at line 101 of file TTFFont.cc.

References end(), ranges::find(), and openmsx::SDLTTF::instance().

◆ instance()

TTFFontPool & openmsx::TTFFontPool::instance ( )
static

Definition at line 95 of file TTFFont.cc.

Referenced by openmsx::TTFFont::~TTFFont().

◆ operator=()

TTFFontPool & openmsx::TTFFontPool::operator= ( const TTFFontPool )
delete

◆ release()

void openmsx::TTFFontPool::release ( TTF_Font *  font)

Definition at line 125 of file TTFFont.cc.

References move_pop_back(), and rfind_unguarded().

Referenced by openmsx::TTFFont::~TTFFont().


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