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

TGtkFontCacheDescriptor

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

Declaration

Source position: gtkfontcache.pas line 46

type TGtkFontCacheDescriptor = class(TResourceCacheDescriptor)

public

  LogFont: TLogFont;

  LongFontName: string;

  PangoFontDescription: PPangoFontDescription;

  destructor Destroy; override;

end;

Inheritance

TGtkFontCacheDescriptor

|

TResourceCacheDescriptor

  

TResourceCacheDescriptor - a class of descriptors for ResourceCache Items

|

TObject