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

	<entry>
		<id>https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPStringFormat&amp;diff=11500&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPStringFormat&amp;diff=11500&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:50Z</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;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPStringFormat = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object.&lt;br /&gt;
&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;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.FormatFlags|FormatFlags]] - Sets or gets the format flags for the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.Alignment|Alignment]] - Sets or gets the character alignment of this StringFormat object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.LineAlignment|LineAlignment]] - Sets or gets the line alignment of the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.HotkeyPrefix|HotkeyPrefix]] - Sets or gets the type of processing that is performed on a string when the hot key prefix, an ampersand (&amp;amp;amp;), is encountered. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.TabStopCount|TabStopCount]] - Returns the number of tab-stop offsets in the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.TabStops|TabStops]] - Sets or gets the offsets for tab stops in the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.InitialTabOffset|InitialTabOffset]] - Returns the initial tab offset. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.DigitSubstitutionLanguage|DigitSubstitutionLanguage]] - Returns the language that corresponds with the digits that are to be substituted for Western European digits. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.DigitSubstitutionMethod|DigitSubstitutionMethod]] - Returns the digit substitution method that is used by the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPStringFormat.Trimming|Trimming]] - Sets or gets the trimming style for the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetNativeFormat() : GpStringFormat|function GetNativeFormat() : GpStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.Clone() : TGPStringFormat|function Clone() : TGPStringFormat]] - Creates a new [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object and initializes it with the contents of this [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetFormatFlags(Integer) : TGPStringFormat|function SetFormatFlags(flags : Integer) : TGPStringFormat]] - Sets the format flags for the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPStringFormat.SetFormatFlagsProp(Integer)|procedure SetFormatFlagsProp(flags : Integer)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetFormatFlags() : Integer|function GetFormatFlags() : Integer]] - Returns the string format flags for the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetAlignment(TGPStringAlignment) : TGPStringFormat|function SetAlignment(align : TGPStringAlignment) : TGPStringFormat]] - Sets the character alignment of this StringFormat object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPStringFormat.SetAlignmentProp(TGPStringAlignment)|procedure SetAlignmentProp(align : TGPStringAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetAlignment() : TGPStringAlignment|function GetAlignment() : TGPStringAlignment]] - Returns the character alignment of the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetLineAlignment(TGPStringAlignment) : TGPStringFormat|function SetLineAlignment(align : TGPStringAlignment) : TGPStringFormat]] - Sets the line alignment of the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPStringFormat.SetLineAlignmentProp(TGPStringAlignment)|procedure SetLineAlignmentProp(align : TGPStringAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetLineAlignment() : TGPStringAlignment|function GetLineAlignment() : TGPStringAlignment]] - Returns the line alignment of this [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object in relation to the origin of the layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetHotkeyPrefix(TGPHotkeyPrefix) : TGPStringFormat|function SetHotkeyPrefix(hotkeyPrefix : TGPHotkeyPrefix) : TGPStringFormat]] - Sets the type of processing that is performed on a string when the hot key prefix, an ampersand (&amp;amp;amp;), is encountered. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPStringFormat.SetHotkeyPrefixProp(TGPHotkeyPrefix)|procedure SetHotkeyPrefixProp(hotkeyPrefix : TGPHotkeyPrefix)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetHotkeyPrefix() : TGPHotkeyPrefix|function GetHotkeyPrefix() : TGPHotkeyPrefix]] - Returns the type of processing that is performed on a string when a hot key prefix, an ampersand (&amp;amp;amp;), is encountered. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetTabStops(Single;array) : TGPStringFormat|function SetTabStops(firstTabOffset : Single; tabStops : array) : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetTabStopCount() : Integer|function GetTabStopCount() : Integer]] - Returns the number of tab-stop offsets in the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetTabStops(Single) : TGPSingleArray|function GetTabStops(initialTabOffset : Single) : TGPSingleArray]] - Returns the offsets of the tab stops in the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetTabStops() : TGPSingleArray|function GetTabStops() : TGPSingleArray]] - Returns the offsets of the tab stops in the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetTabStopsProp() : TGPSingleArray|function GetTabStopsProp() : TGPSingleArray]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetInitialTabOffset() : Single|function GetInitialTabOffset() : Single]] - Returns the initial tab offset. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetDigitSubstitution(LANGID;TGPStringDigitSubstitute) : TGPStringFormat|function SetDigitSubstitution(language : LANGID; substitute : TGPStringDigitSubstitute) : TGPStringFormat]] - Sets the digit substitution method and the language that corresponds to the digit substitutes. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetDigitSubstitutionLanguage() : LANGID|function GetDigitSubstitutionLanguage() : LANGID]] - Returns the language that corresponds with the digits that are to be substituted for Western European digits. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetDigitSubstitutionMethod() : TGPStringDigitSubstitute|function GetDigitSubstitutionMethod() : TGPStringDigitSubstitute]] - Returns the digit substitution method that is used by the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetTrimming(TGPStringTrimming) : TGPStringFormat|function SetTrimming(trimming : TGPStringTrimming) : TGPStringFormat]] - Sets the trimming style for the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPStringFormat.SetTrimmingProp(TGPStringTrimming)|procedure SetTrimmingProp(trimming : TGPStringTrimming)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetTrimming() : TGPStringTrimming|function GetTrimming() : TGPStringTrimming]] - Returns the trimming style of the [[Class IGDIPlus.TGPStringFormat|TGPStringFormat]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.SetMeasurableCharacterRanges(array) : TGPStringFormat|function SetMeasurableCharacterRanges(ranges : array) : TGPStringFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPStringFormat.GetMeasurableCharacterRangeCount() : Integer|function GetMeasurableCharacterRangeCount() : Integer]] - Returns the number of measurable character ranges that are currently set. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>