DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.CanvasTextExtent | Constructors | Fields | Methods | Properties
Calculate text EM value for a currently selected CanvasFont.
// Java public abstract TPoint CanvasTextExtent( java.lang.String _text );
// Oxygene public function CanvasTextExtent( _text : String ) : TPoint; virtual; abstract;
Name | Type | Description |
---|---|---|
_text | java.lang.String String | text for which extent will be calculated |
Type | Description |
---|---|
TPoint | Text extent in pixels. |