<?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.TGPFontFamily</id>
		<title>Class IGDIPlus.TGPFontFamily - 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.TGPFontFamily"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPFontFamily&amp;action=history"/>
		<updated>2026-05-01T23:19:02Z</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.TGPFontFamily&amp;diff=11085&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.TGPFontFamily&amp;diff=11085&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:27Z</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.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPFontFamily = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPFontFamily]] )&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''' TGPFontFamily : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&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''' CTGPFontFamily : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&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''' TGPFontFamily : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines a set of fonts that make up a font family. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPFontFamily|TGPFontFamily]] class encapsulates a set of fonts that make&lt;br /&gt;
up a font family. A font family is a group of fonts that have&lt;br /&gt;
the same typeface but different styles.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GenericSansSerif() : TGPFontFamily|function GenericSansSerif() : TGPFontFamily]] - Returns a [[Class IGDIPlus.TGPFontFamily|TGPFontFamily]] object that specifies a generic sans serif typeface. &lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GenericSerif() : TGPFontFamily|function GenericSerif() : TGPFontFamily]] - Returns a FontFamily object that represents a generic serif typeface. &lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GenericMonospace() : TGPFontFamily|function GenericMonospace() : TGPFontFamily]] - Returns a [[Class IGDIPlus.TGPFontFamily|TGPFontFamily]] object that specifies a generic monospace typeface. &lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetFamilyName(LANGID) : String|function GetFamilyName(language : LANGID) : String]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.Clone() : TGPFontFamily|function Clone() : TGPFontFamily]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.IsAvailable() : Boolean|function IsAvailable() : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.IsStyleAvailable(Integer) : Boolean|function IsStyleAvailable(style : Integer) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetEmHeight(Integer) : UINT16|function GetEmHeight(style : Integer) : UINT16]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetCellAscent(Integer) : UINT16|function GetCellAscent(style : Integer) : UINT16]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetCellDescent(Integer) : UINT16|function GetCellDescent(style : Integer) : UINT16]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetLineSpacing(Integer) : UINT16|function GetLineSpacing(style : Integer) : UINT16]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFontFamily.GetNativeFamily() : GpFontFamily|function GetNativeFamily() : GpFontFamily]]&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>