DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasTextExtent | Constructors | Fields | Methods | Properties
Calculate text EM value for a currently selected CanvasFont.
Overrides TGIS_RendererAbstract.CanvasTextExtent.
// Delphi public function CanvasTextExtent( const _text : String ) : TPoint; override;
// C++ Builder public: virtual TPoint* CanvasTextExtent( const UnicodeString _text );
Name | Type | Description |
---|---|---|
_text | String | text for which extent will be calculated |
Type | Description |
---|---|
TPoint | Text extent in pixels. |