Home > comp > gb.cairo > cairo > textextents 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Cairo.TextExtents (gb.cairo)
Static Function TextExtents ( Text As String ) As CairoTextExtents

Gets the extents for a string of text.

The extents describe a user-space rectangle that encloses the "inked" portion of the text, (as it would be drawn by Cairo.Text).

Additionally, the CairoTextExtents.XAdvance and CairoTextExtents.YAdvance values indicate the amount by which the current point would be advanced by Cairo.Text.

Note that whitespace characters do not directly contribute to the size of the rectangle (CairoTextExtents.Width and CairoTextExtents.Height). They do contribute indirectly by changing the position of non-whitespace characters. In particular, trailing whitespace characters are likely to not affect the size of the rectangle, though they will affect the CairoTextExtents.XAdvance and CairoTextExtents.YAdvance values.