Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp154 DWRITE_FONT_FACE_TYPE fontFaceType; in DwCreateFontFaceFromStream() local
165 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
168 fontFaceType == DWRITE_FONT_FACE_TYPE_UNKNOWN) { in DwCreateFontFaceFromStream()
171 hr = pDwFactory->CreateFontFace(fontFaceType, 1, &pDwFontFile, 0, fontStyle, in DwCreateFontFaceFromStream()