Class TypeToolStyleInfo
Type tool style information.
public class TypeToolStyleInfo
Constructors
Properties
| Name | Description |
|---|
| AutoKern { get; set; } | Gets or sets a value indicating whether auto kerning is on or off. |
| BaseShiftValue { get; set; } | Gets or sets the base shift value. |
| FaceMarkValue { get; set; } | Gets or sets the face mark value. |
| KerningValue { get; set; } | Gets or sets the kerning value. |
| LeadingValue { get; set; } | Gets or sets the leading value. |
| MarkValue { get; set; } | Gets or sets the mark value. |
| RotateDown { get; set; } | Gets or sets a value indicating whether it is a rotate down style. |
| SizeValue { get; set; } | Gets or sets the size value. |
| TrackingValue { get; set; } | Gets or sets the tracking value. |
Methods
| Name | Description |
|---|
| Save(StreamContainer, int) | Saves the TypeToolFontInfo information to the specified stream container. |
See Also