Class IGDIPlus.TGPInstalledFontCollection
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Inherits: TGPFontCollection
Contents |
Syntax
Delphi:
type TGPInstalledFontCollection = class( TGPFontCollection )
C++ Builder:
class TGPInstalledFontCollection : public TGPFontCollection
Visual C++ (MFC):
class CTGPInstalledFontCollection : public CTGPFontCollection
C# (.NET):
public ref class TGPInstalledFontCollection : Mitov.SignalLab.FontCollection
Summary
Represents the fonts installed on the system.
Description
Defines a class that represents the fonts installed on the system. Remarks GDI+ clients should not use the TGPInstalledFontCollection class to install a font to Microsoft Windows. Instead, use the Windows Graphics Device Interface (GDI)AddFontResource function. An TGPInstalledFontCollection object can find only those fonts that were installed in Windows before the object was created.