Home | History | Annotate | Download | only in ports

Lines Matching refs:fontType

1450     DWRITE_FONT_FACE_TYPE fontType = typeface->fDWriteFontFace->GetType();
1451 if (fontType == DWRITE_FONT_FACE_TYPE_TRUETYPE ||
1452 fontType == DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION) {