<?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.TGPStringFormat</id>
		<title>Class IGDIPlus.TGPStringFormat - 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.TGPStringFormat"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPStringFormat&amp;action=history"/>
		<updated>2026-05-05T16:32:10Z</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.TGPStringFormat&amp;diff=11114&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.TGPStringFormat&amp;diff=11114&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:30Z</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''' TGPStringFormat = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPStringFormat]] )&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''' TGPStringFormat : '''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''' CTGPStringFormat : '''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''' TGPStringFormat : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Encapsulates text layout information and display manipulations. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] class encapsulates text layout&lt;br /&gt;
information (such as alignment, orientation, tab stops, and&lt;br /&gt;
clipping) and display manipulations (such as trimming, font&lt;br /&gt;
substitution for characters that are not supported by the&lt;br /&gt;
requested font, and digit substitution for languages that do&lt;br /&gt;
not use Western European digits). A [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object&lt;br /&gt;
can be passed to the Graphics::DrawString Methods method to&lt;br /&gt;
format a string.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.Clone() : TGPStringFormat|function Clone() : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetFormatFlags(Integer) : TGPStringFormat|function SetFormatFlags(flags : Integer) : TGPStringFormat]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPStringFormat.SetFormatFlagsProp(Integer)|procedure SetFormatFlagsProp(flags : Integer)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetFormatFlags() : Integer|function GetFormatFlags() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetAlignment(TGPStringAlignment) : TGPStringFormat|function SetAlignment(align : TGPStringAlignment) : TGPStringFormat]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPStringFormat.SetAlignmentProp(TGPStringAlignment)|procedure SetAlignmentProp(align : TGPStringAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetAlignment() : TGPStringAlignment|function GetAlignment() : TGPStringAlignment]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetLineAlignment(TGPStringAlignment) : TGPStringFormat|function SetLineAlignment(align : TGPStringAlignment) : TGPStringFormat]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPStringFormat.SetLineAlignmentProp(TGPStringAlignment)|procedure SetLineAlignmentProp(align : TGPStringAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetLineAlignment() : TGPStringAlignment|function GetLineAlignment() : TGPStringAlignment]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetHotkeyPrefix(TGPHotkeyPrefix) : TGPStringFormat|function SetHotkeyPrefix(hotkeyPrefix : TGPHotkeyPrefix) : TGPStringFormat]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPStringFormat.SetHotkeyPrefixProp(TGPHotkeyPrefix)|procedure SetHotkeyPrefixProp(hotkeyPrefix : TGPHotkeyPrefix)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetHotkeyPrefix() : TGPHotkeyPrefix|function GetHotkeyPrefix() : TGPHotkeyPrefix]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetTabStops(Single;array) : TGPStringFormat|function SetTabStops(firstTabOffset : Single; tabStops : array) : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetTabStopCount() : Integer|function GetTabStopCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetTabStops(Single) : TGPSingleArray|function GetTabStops(initialTabOffset : Single) : TGPSingleArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetTabStops() : TGPSingleArray|function GetTabStops() : TGPSingleArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetTabStopsProp() : TGPSingleArray|function GetTabStopsProp() : TGPSingleArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetInitialTabOffset() : Single|function GetInitialTabOffset() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetDigitSubstitution(LANGID;TGPStringDigitSubstitute) : TGPStringFormat|function SetDigitSubstitution(language : LANGID; substitute : TGPStringDigitSubstitute) : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetDigitSubstitutionLanguage() : LANGID|function GetDigitSubstitutionLanguage() : LANGID]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetDigitSubstitutionMethod() : TGPStringDigitSubstitute|function GetDigitSubstitutionMethod() : TGPStringDigitSubstitute]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetTrimming(TGPStringTrimming) : TGPStringFormat|function SetTrimming(trimming : TGPStringTrimming) : TGPStringFormat]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPStringFormat.SetTrimmingProp(TGPStringTrimming)|procedure SetTrimmingProp(trimming : TGPStringTrimming)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetTrimming() : TGPStringTrimming|function GetTrimming() : TGPStringTrimming]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.SetMeasurableCharacterRanges(array) : TGPStringFormat|function SetMeasurableCharacterRanges(ranges : array) : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GetMeasurableCharacterRangeCount() : Integer|function GetMeasurableCharacterRangeCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GenericDefault() : TGPStringFormat|function GenericDefault() : TGPStringFormat]] - Creates a generic, default [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.TGPStringFormat.GenericTypographic() : TGPStringFormat|function GenericTypographic() : TGPStringFormat]] - Creates a generic, typographic [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &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>