Initializes a new instance of the TextSpan class with the specified parameters.
Namespace:
Aurigma.GraphicsMill.Codecs.Psd
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
protected TextSpan( float fontSize, string fontName, Color color, FontCaps fontCaps, float tracking, float hScale, float vScale, bool fauxBold, bool fauxItalic, bool underline, bool strikeout, float leading, string string, DigitType digitType, ReadOnlyCollection<OpenTypeFeature> openTypeFeatures )
Type: System.Single
Type: System.String
The font name.Type: System.Single
The character tracking value.Type: System.Single
Type: System.Single
Type: System.Boolean
Type: System.Boolean
Type: System.Boolean
A value indicating whether the text is underlined.Type: System.Boolean
Type: System.Single
The line leading value.Type: System.String
Type: System.Collections.ObjectModel.ReadOnlyCollection<OpenTypeFeature>
The OpenType features to apply.