#include <cfx_glyphcache.h>
|
| const CFX_GlyphBitmap * | LoadGlyphBitmap (const CFX_Font *pFont, uint32_t glyph_index, bool bFontStyle, const CFX_Matrix &matrix, int dest_width, int anti_alias, CFX_TextRenderOptions *text_options) |
| const CFX_Path * | LoadGlyphPath (const CFX_Font *pFont, uint32_t glyph_index, int dest_width) |
| int | GetGlyphWidth (const CFX_Font *font, uint32_t glyph_index, int dest_width, int weight) |
| RetainPtr< CFX_Face > | GetFace () |
| | Retainable ()=default |
| bool | HasOneRef () const |
| | Observable () |
| | Observable (const Observable &that)=delete |
| Observable & | operator= (const Observable &that)=delete |
| | ~Observable () |
| void | AddObserver (ObserverIface *pObserver) |
| void | RemoveObserver (ObserverIface *pObserver) |
| void | NotifyObservers () |
Definition at line 30 of file cfx_glyphcache.h.
◆ ~CFX_GlyphCache()
| CFX_GlyphCache::~CFX_GlyphCache |
( |
| ) |
|
|
overrideprivatedefault |
◆ GetFace()
◆ GetGlyphWidth()
| int CFX_GlyphCache::GetGlyphWidth |
( |
const CFX_Font * | font, |
|
|
uint32_t | glyph_index, |
|
|
int | dest_width, |
|
|
int | weight ) |
◆ LoadGlyphBitmap()
◆ LoadGlyphPath()
| const CFX_Path * CFX_GlyphCache::LoadGlyphPath |
( |
const CFX_Font * | pFont, |
|
|
uint32_t | glyph_index, |
|
|
int | dest_width ) |
◆ CONSTRUCT_VIA_MAKE_RETAIN
| CFX_GlyphCache::CONSTRUCT_VIA_MAKE_RETAIN |
The documentation for this class was generated from the following files: