Unit 'agg_fpimage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_aggpasvs]

TAggFPFont

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: agg_fpimage.pas line 370

type TAggFPFont = class(TFPCustomFont)

protected

  procedure DoCopyProps(); override;

  

  procedure SetFPColor(); override;

  

  procedure SetAggColor(); virtual;

  

  procedure SetAggAlignX(); virtual;

  

  procedure SetAggAlignY(); virtual;

  

  procedure SetAggAngle(); virtual;

  

  procedure SetAggFlipY(); virtual;

  

  procedure SetAggHeight(); virtual;

  

  procedure SetAggHinting(); virtual;

  

  procedure SetSize(); override;

  

public

  constructor Create; override;

  

  procedure LoadFromFile();

  

  function AggHeightToSize(); virtual;

  

  function SizeToAggHeight(); virtual;

  

  property AggColor: TAggColor; [rw]

  

  property AggAlignX: TAggTextAlignment; [rw]

  

  property AggAlignY: TAggTextAlignment; [rw]

  

  property AggHinting: Boolean; [rw]

  

  property AggAngle: Double; [rw]

  

  property AggCache: TAggFontCacheType; [r]

  

  property AggHeight: Double; [rw]

  

  property AggFlipY: Boolean; [rw]

  

  property AggUseOnlyFont: Boolean; [rw]

  

  property Bold;

  

  property Italic;

  

  property Underline;

  

  property StrikeThrough;

  

end;

Inheritance

TAggFPFont

  

|

TObject



CT Web help

CodeTyphon Studio