company logo

Font :: weight - Weight property

We use a weighting scale from 0 to 99. A weight of 0 is ultralight, 99 will be black. Suggested weights are:

  • Light - 25
  • Normal - 50
  • DemiBold - 63
  • Bold - 75
  • Black - 87

Options.GUIFramework.Fonts._std_font.weight=75

Return value:   - internal feature (not documented) ( int32  )

Implementation overview

Implementation details

  1. Get font weight
    int32 Font  :: weight (  )

    The function returns the selected font weight.

  2. to list
  3. Change font weight value
    int32 Font  :: weight ( int32 iNumber )

    The function sets the font weight value to the value passed in iNumber.

    • iNumber - - internal feature (not documented)
  4. to list