|
ENTITY Text_font; id : STRING; name : STRING; description : STRING; INVERSE glyphs : SET [1:?] OF Character_glyph_font_usage FOR font; END_ENTITY; -- Text_font |
Entity data types and their attributesText_fontid: STRING; name: STRING; description: STRING; (INV) glyphs: SET [1:?] OF Character_glyph_font_usage FOR font; |
Global rules for this entity data type- |