Home | History | Annotate | Download | only in fxge

Lines Matching refs:pFont

81   FX_BOOL LoadClone(const CFX_Font* pFont);
167 explicit CFX_UnicodeEncoding(CFX_Font* pFont);
180 CFX_UnicodeEncodingEx(CFX_Font* pFont, FX_DWORD EncodingID);
192 CFX_Font* pFont,
444 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
445 void ReleaseCachedFace(CFX_Font* pFont);
455 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont)
456 : m_pFontCache(pFontCache), m_pFont(pFont) {}
461 #define FX_FONTCACHE_DEFINE(pFontCache, pFont) \
462 CFX_AutoFontCache autoFontCache((pFontCache), (pFont))
473 const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont,
480 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont,
485 CFX_GlyphBitmap* RenderGlyph(CFX_Font* pFont,
491 CFX_GlyphBitmap* RenderGlyph_Nativetext(CFX_Font* pFont,
496 CFX_GlyphBitmap* LookUpGlyphBitmap(CFX_Font* pFont,
528 static IFX_GSUBTable* Create(CFX_Font* pFont);