<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPPrivateFontCollection</id>
		<title>Class IGDIPlus.TGPPrivateFontCollection - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPPrivateFontCollection"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPPrivateFontCollection&amp;action=history"/>
		<updated>2026-05-02T19:11:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPPrivateFontCollection&amp;diff=11091&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPPrivateFontCollection&amp;diff=11091&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:28Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
'''Inherits:''' [[Class IGDIPlus.TGPFontCollection|TGPFontCollection]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPPrivateFontCollection = '''class'''( [[Class IGDIPlus.TGPFontCollection|TGPFontCollection, IGPPrivateFontCollection]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPPrivateFontCollection : '''public''' [[Class IGDIPlus.TGPFontCollection|TGPFontCollection]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPPrivateFontCollection : '''public''' [[Class IGDIPlus.TGPFontCollection|CTGPFontCollection]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPPrivateFontCollection : [[Class IGDIPlus.TGPFontCollection|Mitov.SignalLab.FontCollection]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Collection class for private fonts. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPPrivateFontCollection|TGPPrivateFontCollection]] is a collection class for fonts.&lt;br /&gt;
This class keeps a collection of fonts specifically for an&lt;br /&gt;
application. The fonts in the collection can include&lt;br /&gt;
installed fonts as well as fonts that have not been installed&lt;br /&gt;
on the system.&lt;br /&gt;
Remarks&lt;br /&gt;
[[Class IGDIPlus.TGPPrivateFontCollection|TGPPrivateFontCollection]] allows applications to install a&lt;br /&gt;
private version of an existing font without the need to&lt;br /&gt;
replace the system version of the font. For example, GDI+ can&lt;br /&gt;
create a private version of the Arial font in addition to the&lt;br /&gt;
Arial font that the system uses. TGPTGPPrivateFontCollection&lt;br /&gt;
can also be used to install fonts that don't exist in the&lt;br /&gt;
operating system. This is a temporary font install that&lt;br /&gt;
doesn't affect the system-installed collection. To see the&lt;br /&gt;
installed collection use the [[Class IGDIPlus.TGPInstalledFontCollection|TGPInstalledFontCollection]]&lt;br /&gt;
class.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPPrivateFontCollection.AddFontFile(WideString) : TGPPrivateFontCollection|function AddFontFile(filename : WideString) : TGPPrivateFontCollection]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPrivateFontCollection.AddMemoryFont(Pointer;Integer) : TGPPrivateFontCollection|function AddMemoryFont(memory : Pointer; length : Integer) : TGPPrivateFontCollection]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPFontCollection|TGPFontCollection]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontCollection.GetFamilyCount() : Integer|function GetFamilyCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontCollection.GetFamilies() : TGPFontFamilies|function GetFamilies() : TGPFontFamilies]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>