Overview Schemas Index

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; -- text_font

Entity data types and their attributes

text_font
          id: identifier;
          name: label;
          description: text;
          (INV) glyphs: SET [1:?] OF character_glyph_font_usage FOR font;

Users: by entity attributes

text_font
          character_glyph_font_usage.font
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          text_font_in_family.font
          text_literal.font
                    font_select

Users: by defined types, not used by any entity attribute

text_font
          ap210_managed_design_object
                    design_object_management_assignment.items
                    frozen_assignment.items

Global rules for this entity data type

          -