ENTITY text_font

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP242
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
 font_select SELECT text_font
 text_font_in_family ENTITY text_font


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00