Searched refs:IMPL_FONT_ATTR_ALLSUBSCRIPT (Results 1 – 2 of 2) sorted by relevance
152 #define IMPL_FONT_ATTR_ALLSUBSCRIPT (IMPL_FONT_ATTR_HANDWRITING | IMPL_FONT_ATTR_CHANCERY | IMPL_F… macro
1824 if( nSearchType & IMPL_FONT_ATTR_ALLSUBSCRIPT ) in ImplFindByAttributes()1826 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_ALLSUBSCRIPT) ) in ImplFindByAttributes()