Searched refs:LATIN_FLAG (Results 1 – 1 of 1) sorted by relevance
110 enum { DEVICE_FLAG=1, SCALABLE_FLAG=2, LATIN_FLAG=4, CJK_FLAG=8, CTL_FLAG=16 }; enumerator126 bool SupportsLatin() const { return ((mnMiscFlags & LATIN_FLAG) != 0); } in SupportsLatin()
Completed in 23 milliseconds