Advance Pascal Script (DWS Extanded)
TFont
TFont- -
Description
Hierarchytype TFont= class(TGraphicsObject)
property CHARSET:Integer;
property COLOR:Integer;
property HEIGHT:Integer;
property NAME:String;
property PITCH:Integer;
property SIZE:Integer;
property STYLE:String;
end;
UP