HomeSort by relevance Sort by last modified time
    Searched defs:CFX_FontMgr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/
cfx_fontmgr.h 20 class CFX_FontMgr {
22 CFX_FontMgr();
23 ~CFX_FontMgr();
cfx_fontmgr.cpp 7 #include "core/fxge/cfx_fontmgr.h"
79 CFX_FontMgr::CFX_FontMgr()
84 CFX_FontMgr::~CFX_FontMgr() {
92 void CFX_FontMgr::InitFTLibrary() {
101 void CFX_FontMgr::SetSystemFontInfo(
106 FXFT_Face CFX_FontMgr::FindSubstFont(const ByteString& face_name,
118 FXFT_Face CFX_FontMgr::GetCachedFace(const ByteString& face_name,
132 FXFT_Face CFX_FontMgr::AddCachedFace(const ByteString& face_name
    [all...]

Completed in 137 milliseconds