The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Font_Style
/*
 * REGISTERABLE ENUM: SE_Font_Style
 *
 *   This data type specifies the style of font to be used in
 *   a <Text> instance. A font family which has other styles
 *   should map them into the most appropriate of the styles
 *   available, including those styles which may have been
 *   registered and are supported by the implementation.
 */
typedef SE_Short_Integer SE_Font_Style;
Enumerant Definition Value
SE_FONT_NORMAL
 The text is displayed using the normal form defined by
 the font family.
1
SE_FONT_BOLD
 The text is displayed using the bold form defined by
 the font family.
2
SE_FONT_ITALIC
 The text is displayed using the italic form defined by
 the font family.
3
SE_FONT_BOLD_ITALIC
 The text is displayed using the form defined by the
 font family that is both bold and italic.
4



Prev: SE_Float. Next: SE_Functional_Association_Meaning_Type.


Return to: Top of this Page, Type Index