FUNCTION check_text_font

(* SCHEMA explicit_draughting; *)
  FUNCTION check_text_font (ct : composite_text) : BOOLEAN;
    LOCAL
      f : SET OF font_select := [];
      i : INTEGER;
    END_LOCAL;
    REPEAT i := 1 TO HIINDEX (ct.collected_text);
      f := f + [ct.collected_text[i].font];
    END_REPEAT;
    RETURN (SIZEOF (f) <= 1);
  END_FUNCTION;

Referenced By

Defintion check_text_font is references by the following definitions:
DefinitionType
 draughting_annotation_occurrence ENTITY


[Top Level Definitions] [Exit]

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