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

TGtkFontCache

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

Declaration

Source position: gtkfontcache.pas line 66

type TGtkFontCache = class(TResourceCache)

protected

  procedure RemoveItem(); override;

public

  constructor Create;

  function CompareItems(); override;

  function CompareDescriptors(); override;

  function FindGtkFont();

  function FindGtkFontDesc();

  function FindADescriptor();

  function Add();

  function AddWithoutName();

  procedure Reference();

  procedure Unreference();

  procedure DumpDescriptors;

end;

Inheritance

TGtkFontCache

|

TResourceCache

  

TResourceCache - a cache (linked list) for storing Resources

|

TObject