GStateGetCharSpacing Method |
Gets the Char spacing.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetCharSpacing()
Public Function GetCharSpacing As Double
public:
virtual double GetCharSpacing() sealed
function GetCharSpacing();
Return Value
Type:
Double currently selected Character spacing.
The Character spacing parameter is a number specified in unscaled text space
units. When the glyph for each Character in the string is rendered, the Character
spacing is added to the horizontal or vertical component of the glyph's displacement,
depending on the writing mode. See Section 5.2.1 in PDF Reference Manual for details.
See Also