Searched refs:HTMLCFG_IGNORE_FONT_FAMILY (Results 1 – 1 of 1) sorted by relevance
41 #define HTMLCFG_IGNORE_FONT_FAMILY 0x40 macro151 pImp->nFlags |= HTMLCFG_IGNORE_FONT_FAMILY; in Load()226 case 1: bSet = 0 != (pImp->nFlags & HTMLCFG_IGNORE_FONT_FAMILY);break;//"Import/FontSetting", in Commit()434 return 0 != (pImp->nFlags & HTMLCFG_IGNORE_FONT_FAMILY) ; in IsIgnoreFontFamily()442 pImp->nFlags |= HTMLCFG_IGNORE_FONT_FAMILY; in SetIgnoreFontFamily()444 pImp->nFlags &= ~HTMLCFG_IGNORE_FONT_FAMILY; in SetIgnoreFontFamily()
Completed in 13 milliseconds