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

	<entry>
		<id>http://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPFont&amp;diff=11092&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPFont&amp;diff=11092&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.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''' TGPFont = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPFont]] )&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''' TGPFont : '''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''' CTGPFont : '''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''' TGPFont : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines the characteristics, such as family, height, size, and style, of a specific font. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPFont|TGPFont]] class encapsulates the characteristics, such as&lt;br /&gt;
family, height, size, and style (or combination of styles),&lt;br /&gt;
of a specific font. A Font object is used when drawing&lt;br /&gt;
strings.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetLogFontA(IGPGraphics) : TLogFontA|function GetLogFontA(g : IGPGraphics) : TLogFontA]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetLogFontW(IGPGraphics) : TLogFontW|function GetLogFontW(g : IGPGraphics) : TLogFontW]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.Clone() : TGPFont|function Clone() : TGPFont]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.IsAvailable() : Boolean|function IsAvailable() : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetStyle() : Integer|function GetStyle() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetSize() : Single|function GetSize() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetUnit() : TGPUnit|function GetUnit() : TGPUnit]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetHeight(IGPGraphics) : Single|function GetHeight(graphics : IGPGraphics) : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetHeight(Single) : Single|function GetHeight(dpi : Single) : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPFont.GetFamily() : IGPFontFamily|function GetFamily() : IGPFontFamily]]&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>