GStateSetCharSpacing Method |
Sets Character spacing.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCharSpacing(
double char_spacing
)
Public Sub SetCharSpacing (
char_spacing As Double
)
public:
virtual void SetCharSpacing(
[InAttribute] double char_spacing
) sealed
function SetCharSpacing(char_spacing);
Parameters
- char_spacing
- Type: SystemDouble
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