[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgFontBase

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

Declaration

Source position: fpg_base.pas line 228

type TfpgFontBase = class(TObject)

protected

  FFontDesc: String;

  

  FFontRes: TfpgFontResourceBase;

  

  function GetIsFixedWidth; virtual;

public

  function TextWidth();

  

  function Ascent;

  

  function Descent;

  

  function Height;

  

  property FontDesc: String; [r]

  

  property FontRes: TfpgFontResourceBase; [r]

  

  property Handle: TfpgFontResourceBase; [r]

  

  property IsFixedWidth: Boolean; [r]

end;

Inheritance

TfpgFontBase

  

|

TObject


Documentation generated on: 2010-08-30