CornerMarkStyle enum name | foxit::pdf::RichTextStyle | |
e_CornerMarkNone enum value | foxit::pdf::RichTextStyle | |
e_CornerMarkSubscript enum value | foxit::pdf::RichTextStyle | |
e_CornerMarkSuperscript enum value | foxit::pdf::RichTextStyle | |
font | foxit::pdf::RichTextStyle | |
is_bold | foxit::pdf::RichTextStyle | |
is_italic | foxit::pdf::RichTextStyle | |
is_strikethrough | foxit::pdf::RichTextStyle | |
is_underline | foxit::pdf::RichTextStyle | |
mark_style | foxit::pdf::RichTextStyle | |
operator !=(const RichTextStyle &style) const | foxit::pdf::RichTextStyle | inline |
operator=(const RichTextStyle &style) | foxit::pdf::RichTextStyle | inline |
operator==(const RichTextStyle &style) const | foxit::pdf::RichTextStyle | inline |
RichTextStyle(const common::Font &font, float text_size, common::Alignment text_alignment, RGB text_color, bool is_bold, bool is_italic, bool is_underline, bool is_strikethrough, CornerMarkStyle mark_style) | foxit::pdf::RichTextStyle | inline |
RichTextStyle() | foxit::pdf::RichTextStyle | inline |
RichTextStyle(const RichTextStyle &style) | foxit::pdf::RichTextStyle | inline |
Set(const common::Font &font, float text_size, common::Alignment text_alignment, RGB text_color, bool is_bold, bool is_italic, bool is_underline, bool is_strikethrough, CornerMarkStyle mark_style) | foxit::pdf::RichTextStyle | inline |
text_alignment | foxit::pdf::RichTextStyle | |
text_color | foxit::pdf::RichTextStyle | |
text_size | foxit::pdf::RichTextStyle | |