Version

FontCharacterSpacing Class Members

The following tables list the members exposed by FontCharacterSpacing.

Public Fields
 NameDescription
Public FieldKerningMaxValueThe maximum allowable value for the Kerning property, expressed in twips (32760)  
Public FieldKerningMinValueThe minimum allowable value for the Kerning property, expressed in twips (20)  
Public FieldPositionMaxValueThe maximum allowable value for the Position property, expressed in twips (31680)  
Public FieldPositionMinValueThe minimum allowable value for the Position property, expressed in twips (31680)  
Public FieldScalingMaxValueThe maximum allowable value for the Scaling property, expressed as a percentage (600%)  
Public FieldScalingMinValueThe minimum allowable value for the Scaling property, expressed as a percentage (1%)  
Public FieldSpacingMaxValueThe maximum allowable value for the Spacing property, expressed in twips (31680)  
Public FieldSpacingMinValueThe minimum allowable value for the Spacing property, expressed in twips (-31680)  
Public Properties
 NameDescription
Public PropertyKerningReturns or sets a value indicating the size at which kerning algorithms are applied to the font.  
Public PropertyPositionReturns or sets a value indicating the amount by which the text is vertically offset from the baseline for the associated font.  
Public PropertyScalingReturns or sets a value indicating the horizontal scaling percentage for the associated font.  
Public PropertySpacingReturns or sets a value indicating the amount of horizontal spacing between characters for the associated font.  
Public Methods
 NameDescription
Public MethodResetRestores all property values for this instance to their respective defaults.  
See Also