The SEDRIS Data Representation Model
APPENDIX A - Classes Text |
---|
An instance of this DRM class specifies a character string with a location, which is used to identify places on 2D maps 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; | (notes) |
---|---|---|
SE_Text_Font | font; | (notes) |
The text_string field specifies the characters making up the text string; it assumes a termination character.
The font field specifies the font to be used to render the text string.
|