Definition: |
include pGUI.e
integer {width,height} = cdCanvasGetVectorTextSize(cdCanvas hCdCanvas, string text) -- or -- atom {width,height} = wdCanvasGetVectorTextSize(cdCanvas hCdCanvas, string text) |
Description: | Returns the text size independent from orientation. |