Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp165 int ItalicAngle = 0; in LoadFontDescriptor() local
168 ItalicAngle = pFontDesc->GetIntegerFor("ItalicAngle"); in LoadFontDescriptor()
171 if (ItalicAngle < 0) { in LoadFontDescriptor()
173 m_ItalicAngle = ItalicAngle; in LoadFontDescriptor()