TFontData = record Handle: HFont; Height: Integer; Orientation: Integer; Pitch: TFontPitch; Style: TFontStylesBase; Charset: TFontCharset; Name: TFontDataName; end;
struct TFontData { HFont Handle; int Height; int Orientation; TFontPitch Pitch; TFontStylesBase Style; TFontCharset Charset; TFontDataName Name; };
Graphics
This is record Graphics.TFontData.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|