[Overview][Classes][Procedures and functions][Variables][Index] Reference for unit 'GtkFontCache' (#lcl)

TGtkFontCacheItem

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

Declaration

Source position: gtkfontcache.pas line 29

type TGtkFontCacheItem = class(TResourceCacheItem) end;

public

  GtkFont: TGtkIntfFont;

  MetricsValid: Boolean;

  lBearing: LongInt;

  rBearing: LongInt;

  TextMetric: TTextMetric;

  IsDoubleByteChar: Boolean;

  IsMonoSpace: Boolean;

  procedure WarnReferenceHigh; override;

Inheritance

TGtkFontCacheItem

|

TResourceCacheItem

  

TResourceCacheItem - an item in a list (TResourceCache)

|

TObject