The SEDRIS Data Representation Model
APPENDIX A - Classes Text |
---|
An instance of this DRM class specifies a character string that is used to identify places on a map or globe or to label objects.
The name of a county, and an appropriate place to draw that name on a map, are represented by a <Text> instance.
No FAQs supplied.
SE_String | text_string; | 1 |
---|---|---|
SE_Text_Font | font; | 2 |
The text_string field specifies the characters making up the text string.
The font field specifies the font to be used to render the text string.
|