Home
last modified time | relevance | path

Searched refs:SetFont (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/
Dtable.h89 virtual void SetFont(Font* font);
Dtable.cc52 void Table::SetFont(Font* font) { in SetFont() function in sfntly::Table
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp311 void CPDF_TextState::SetFont(CPDF_Font* pFont) in SetFont() function in CPDF_TextState
526 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0))); in ProcessExtGS()
Dfpdf_page_parser.cpp1178 m_pCurStates->m_TextState.SetFont(pFont); in Handle_SetFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h244 void SetFont(CPDF_Font* pFont);
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py302 dc.SetFont(self.font)
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp63 void SetFont(int index, CPDF_Font* font) in SetFont() function in CFX_StockFontArray
94 font_array->SetFont(index, pFont); in Set()