Vai al contenuto

FixedTextAdvanced

Component that lets you display a string, taking it from the database of strings, based on the active language.It has the following properties:
  • alignment: 0 = aligned left, 1 = centered, 2 = aligned right.
  • stringID: string to be displayed, selectable from a list. The available strings are defined in the languages section of GF_Project. Using char “\” as separator, it’s possible to divide the text on multiple lines. To increase space between lines use more than one “\” chars as separator (example: “\\\”).
  • fillString: specifies a string constant to be used to fill spaces at he right of the text. Typically, fill-in dots such as “.” or ” .”. Example with ” .”: Example of string: . . . . . . . . If the properties alignment is other than zero, the fill string will include the area at the sides of the original string (alignment = 1) or at the left (alignment = 2).
  • arcWidth: arc width at the component vertex
  • gradient: see Shared properties
  • border: see Shared properties
  • customFont: allows to select as component font, any font installed on the machine. Writing the name of the font, if is found, the font is used. Font size and style properties, are used also if customFont is enabled.