[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_eldraw' (#crwlib)

TFontParams

Declaration

Source position: _crw_eldraw.pas line 133

type TFontParams = packed record

  CharSet: TFontCharSet;

  Color: TColor;

  Height: Integer;

  Name: PureString;

  Pitch: TFontPitch;

  Style: TFontStyles;

end;