Euphoria
eu::render::FontCache Struct Reference

#include <fontcache.h>

Classes

struct  FontCachePimpl
 

Public Member Functions

 FontCache (io::FileSystem *fs, TextureCache *cache)
 
 ~FontCache ()
 
 FontCache (const FontCache &)=delete
 
 FontCache (FontCache &&)=delete
 
void operator= (const FontCache &)=delete
 
void operator= (FontCache &&)=delete
 
std::shared_ptr< DrawableFontget_font (const io::FilePath &path) const
 

Public Attributes

std::unique_ptr< FontCachePimplpimp
 

Detailed Description

Definition at line 18 of file fontcache.h.

Constructor & Destructor Documentation

◆ FontCache() [1/3]

eu::render::FontCache::FontCache ( io::FileSystem fs,
TextureCache cache 
)

Definition at line 33 of file fontcache.cc.

◆ ~FontCache()

eu::render::FontCache::~FontCache ( )
default

◆ FontCache() [2/3]

eu::render::FontCache::FontCache ( const FontCache )
delete

◆ FontCache() [3/3]

eu::render::FontCache::FontCache ( FontCache &&  )
delete

Member Function Documentation

◆ get_font()

std::shared_ptr< DrawableFont > eu::render::FontCache::get_font ( const io::FilePath path) const

Definition at line 41 of file fontcache.cc.

◆ operator=() [1/2]

void eu::render::FontCache::operator= ( const FontCache )
delete

◆ operator=() [2/2]

void eu::render::FontCache::operator= ( FontCache &&  )
delete

Member Data Documentation

◆ pimp

std::unique_ptr<FontCachePimpl> eu::render::FontCache::pimp

Definition at line 21 of file fontcache.h.


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