|
|
|
The StringFormat is used to specify the format of a
string. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue8.StringFormat
|
|
|
|
|
|
|
System.IDisposable
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
StringFormat
|
|
Construct a StringFormat. |
|
|
|
|
|
|
|
Clone
|
|
Makes a deep copy of the current StringFormat. |
|
|
|
|
|
|
|
Dispose
|
|
Disposing this object does nothing. The interface is present
simply for compatibility with System.Drawing code. |
|
|
|
|
|
|
|
SetMeasurableCharacterRanges
|
|
Set ranges to be measured by
Graphics.MeasureCharacterRanges. |
|
|
|
|
|
|
|
ToString
|
|
Converts the object to string. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
Alignment
|
|
The horizontal alignment of lines of text. A value of zero left
aligns, one right aligns and 0.5 centers. |
|
|
|
|
|
|
|
CharacterSpacing
|
|
The extra spacing between adjacent characters. This value is
expressed in pixels so the smaller your text, the larger the
effect. |
|
|
|
|
|
|
|
S» GenericDefault
|
|
A default StringFormat object. |
|
|
|
|
|
|
|
S» GenericTypographic
|
|
A default StringFormat object for typographic layout. |
|
|
|
|
|
|
|
LineAlignment
|
|
The vertical alignment of blocks of text. A value of zero top
aligns, one bottom aligns and 0.5 centers. |
|
|
|
|
|
|
|
WordSpacing
|
|
The extra spacing between adjacent words. This value is
expressed in pixels so the smaller your text, the larger the
effect. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|