How can the font size for graphical annotations be modified?
Fonts for graphical annotations can be modified in either the .aty or .ann files. The .aty file contains the definition of notes types and can be used to modify default values. To change the default font for an annotation type, modify the aty file referenced in the properties of your project : it could be either the ConfAnnot.aty file located in the SCADE installation directory under the examples folder, or a *.aty user file. example of a customize *.aty file : — ################################# — Graphical informations — ################################# Equ_Node_Name ::= SEQUENCE OF { SEQUENCE { annot_object OID, name STRING, note_graphical_information { NT_INCRUSTABLE BOOLEAN { NT_DEFAULT_VALUE T}, NT_PERMANENT BOOLEAN { NT_DEFAULT_VALUE T}, NT_MODIFY BOOLEAN { NT_DEFAULT_VALUE T}, NT_LOCATION STRING { NT_DEFAULT_VALUE “ABSOLUTE”}, NT_FONT INTEGER { NT_DEFAULT_VALUE 3}, NT_POS_X REAL { NT_DEFAULT_VALUE 370}, NT_POS_Y REAL { NT_DEFAULT_VALUE 0}, NT_FRAME BOOLEAN { NT_DEFAULT_VALU