getTextExtent

Get the pixel extent of a text string with specified font properties.
4 Downloads
Updated 15 Jun 2024

View License

Description
This function gets the text extent of a text string. Useful if the exact extent of text in GUIs is needed.
Example
>> getTextExtent('Hello World', ...
'Name', 'Avenir Next', ...
'Size', 14, ...
'Weight', 'bold')
ans =
82.0000 19.5000

Cite As

Eivind Hennestad (2025). getTextExtent (https://se.mathworks.com/matlabcentral/fileexchange/168156-gettextextent), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0