FONT property

All controls.

Sets or returns the font and its characteristics that are assigned to the control.

fontstructure = Get_Property(objectname, "FONT")

existingprop = Set_Property(objectname, "FONT", fontstructure)

Values passed in Set_Property:

ValueDescription
fontstructureA structure containing font attributes. Refer to the FontStructure Attributes table, which follows.

Values returned by both Get_Property and Set_Property:

ValueDescription
fontstructureCurrent font attributes.
existingpropFont attributes when Set_Property was called.

The font structure passed to Set_Property and returned by both Get_Property and Set_Property is sub-value mark (@svm) delimited:

Set_Property Font Positions
PositionDescription
<1,1,1>FaceName
<1,1,2>Height
<1,1,3>Weight
<1,1,4>Italic
<1,1,5>Underline
<1,1,6>Width
<1,1,7>CharSet
<1,1,8>PitchAndFamily
<1,1,9>StrikeOut
<1,1,10>OutPrecision
<1,1,11>ClipPrecision
<1,1,12>Quality
<1,1,13>RGB - R color
<1,1,14>RGB - G color
<1,1,15>RGB - B color
Get_Property Font Positions
PositionDescription
<1,1,1>FaceName
<1,1,2>Height
<1,1,3>Weight
<1,1,4>Italic
<1,1,5>Underline
<1,1,6>Width
<1,1,7>CharSet
<1,1,8>PitchAndFamily
<1,1,9>StrikeOut
<1,1,10>OutPrecision
<1,1,11>ClipPrecision
<1,1,12>Quality
<1,1,13>Ascent
<1,1,14>Internal Leading
<1,1,15>External Leading
<1,1,16>MaxCharWidth
  • guides/programming/programmers_reference_manual/font.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1