Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TFontHandleCacheDescriptor

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

TFontHandleCacheDescriptor - descriptor for items in Font Handle Cache.

Declaration

Source position: graphics.pp line 465

type TFontHandleCacheDescriptor = class(TResourceCacheDescriptor)

public

  LogFont: TLogFont;

  

Contains the logical font information for the cache descriptor.

  LongFontName: string;

  

LongFontName - the long name for the Font.

end;

Inheritance

TFontHandleCacheDescriptor

  

TFontHandleCacheDescriptor - descriptor for items in Font Handle Cache.

|

TResourceCacheDescriptor

  

TResourceCacheDescriptor - a class of descriptors for ResourceCache Items.

|

TObject