ENTITY text_font

(* SCHEMA presentation_resource_schema; *)


ENTITY text_font;

  id          : identifier;

  name        : label;

  description : text;

INVERSE

  glyphs : SET [1:?] OF character_glyph_font_usage FOR font;

END_ENTITY;

Explicit Attributes

Entity text_font has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)text_font
 namelabel (STRING)text_font
 descriptiontext (STRING)text_font

Derived Attributes

    No derived attributes

Inverse Attributes

Entity text_font has the following local and inherited inverse attributes:
AttributeTypeDefined By
 glyphsSET OF character_glyph_font_usage (ENTITY)text_font

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity text_font and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 character_glyph_font_usage ENTITY text_font
 text_font_in_family ENTITY text_font


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00