Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp198 int ItalicAngle = 0; in LoadFontDescriptor() local
201 ItalicAngle = pFontDesc->GetInteger("ItalicAngle"); in LoadFontDescriptor()
204 if (ItalicAngle < 0) { in LoadFontDescriptor()
206 m_ItalicAngle = ItalicAngle; in LoadFontDescriptor()