Interface IGDIPlus.IGPFontCollection
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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
Contents | 
Syntax
Delphi:
type IGPFontCollection = interface
Summary
Interface to a TGPFontCollection object.
Description
Defines interface to a TGPFontCollection object.
The TGPFontCollection class is an abstract base class. It contains methods for enumerating the font families in a collection of fonts. Objects built from this class include the InstalledFontCollection and PrivateFontCollection classes.
Methods
- function GetNativeFontCollection() : GpFontCollection
 - function GetFamilyCount() : Integer - Returns the number of font families contained in the font collection.
 - function GetFamilies() : TGPFontFamilies - Returns the font families contained in the font collection.