RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TFontData Record
Pascal
TFontData = record
  Handle: HFont;
  Height: Integer;
  Orientation: Integer;
  Pitch: TFontPitch;
  Style: TFontStylesBase;
  Charset: TFontCharset;
  Name: TFontDataName;
end;
C++
struct TFontData {
  HFont Handle;
  int Height;
  int Orientation;
  TFontPitch Pitch;
  TFontStylesBase Style;
  TFontCharset Charset;
  TFontDataName Name;
};

This is record Graphics.TFontData.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!