ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : GetAdvance Method |
CHAR
-- for a text characterRUN
-- for a text runIn addition, set the PAGE_SPACE
flag to obtain the advance width in user space. If it is not set, the advance width is in character space.If this flag is not set, this method returns a value that is independent of any sizes, matrices, or scaling, simply adding up the font's raw glyph widths, supplemented only by unscaled character and word spacing.
'Declaration Public Function GetAdvance( _ ByVal options As ImGearPDETextFlags, _ ByVal index As Integer _ ) As ImGearPDFFixedPoint
'Usage Dim instance As ImGearPDEText Dim options As ImGearPDETextFlags Dim index As Integer Dim value As ImGearPDFFixedPoint value = instance.GetAdvance(options, index)
public ImGearPDFFixedPoint GetAdvance( ImGearPDETextFlags options, int index )
public: ImGearPDFFixedPoint* GetAdvance( ImGearPDETextFlags options, int index )
public: ImGearPDFFixedPoint^ GetAdvance( ImGearPDETextFlags options, int index )
CHAR
-- for a text characterRUN
-- for a text runIn addition, set the PAGE_SPACE
flag to obtain the advance width in user space. If it is not set, the advance width is in character space.If this flag is not set, this method returns a value that is independent of any sizes, matrices, or scaling, simply adding up the font's raw glyph widths, supplemented only by unscaled character and word spacing.Advance width may be horizontal or vertical, depending on the writing style. Thus the return value has both a horizontal and vertical component.