PDF Plugin for Xojo

Font.BoundingBoxLeft Property

Gets the left coord for the Font bounding box.

BoundingBoxLeft as Single {Read}

Remarks

To get it relative to the page and font size then you calculate it as follows:


Dim ascent as Single

// For font size 12
left = font.BoundingBoxLeft * 12 / 1000.0

See Also

Font Class