| 
The SEDRIS Data Representation Model
 APPENDIX C - Constants SE_TEXT_FONT_DEFAULT  | 
|---|
/* * GLOBAL VARIABLE: SE_TEXT_FONT_DEFAULT * * Pre-initialized global variable containing the default values for an * SE_Text_Font variable. */ const SE_Text_Font SE_TEXT_FONT_DEFAULT  | |
| font_family.locale.language | {'e', 'n'} | 
| font_family.locale.country | {'u', 's', 'a'} | 
| font_family.length | 0 | 
| font_family.characters | (SE_Character *)&se_empty_string | 
| font_style | SE_FONT_NORMAL | 
| font_size | 11.0 | 
| underline_style | SE_ULSTYL_NONE | 
  |