LMD-Tools Font Image List Guide


TLMDFontCollection


type

  TLMDFontCollection = class(TComponent);

 

The font collection component class. Provides the ability to load and use custom private fonts without the need to install them into operating system. The component can be placed on a VCL form Delphi Palette view. It can be linked to TLMDFontImageList via its FontSource property.

 

Refer to Font Collection topic to learn more about using custom private fonts.

 

property Items: TLMDFontItems;

Represents component's main font collection.