ShapedTextGetGlyphXPos Method |
The X position of the glyph at the requested index. This number has been scaled by GetScale().
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetGlyphXPos(
uint index
)
Public Function GetGlyphXPos (
index As UInteger
) As Double
public:
virtual double GetGlyphXPos(
[InAttribute] unsigned int index
) sealed
function GetGlyphXPos(index);
Parameters
- index
- Type: SystemUInt32
the index of the glyph position to be retrieved. Must be less than GetNumGlyphs()
Return Value
Type:
Doublereturns the X position for the glyph at the specified index
See Also