Searched defs:SetRichTextProps (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
H A D | fxet_edit.cpp | 1403 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps);
1410 return SetRichTextProps(EP_FONTSIZE,NULL,&WordProps);
1417 return SetRichTextProps(EP_WORDCOLOR,NULL,&WordProps);
1424 return SetRichTextProps(EP_SCRIPTTYPE,NULL,&WordProps);
1432 return SetRichTextProps(EP_BOLD,NULL,&WordProps);
1440 return SetRichTextProps(EP_ITALIC,NULL,&WordProps);
1448 return SetRichTextProps(EP_UNDERLINE,NULL,&WordProps);
1456 return SetRichTextProps(EP_CROSSOUT,NULL,&WordProps);
1463 return SetRichTextProps(EP_CHARSPACE,NULL,&WordProps);
1470 return SetRichTextProps(EP_HORZSCAL 1494 FX_BOOL CFX_Edit::SetRichTextProps(EDIT_PROPS_E eProps, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) function in class:CFX_Edit [all...] |
Completed in 113 milliseconds