listTrueTypeFonts
List available TrueType fonts
Description
returns
a cell array of sorted TrueType font names installed on the system.fontNames
= listTrueTypeFonts
Use listTrueTypeFonts
function with the insertText
function.
Note
To display fonts that are available with MATLAB® graphics, use the listfonts
function.
Examples
List Available TrueType Fonts
listTrueTypeFonts
ans = 2509x1 cell
{'Caladea-Bold' }
{'Caladea-BoldItalic' }
{'Caladea-Italic' }
{'Caladea-Regular' }
{'Carlito-Bold' }
{'Carlito-BoldItalic' }
{'Carlito-Italic' }
{'Carlito-Regular' }
{'DejaVuMathTeXGyre' }
{'DejaVuSans' }
{'DejaVuSans-Bold' }
{'DejaVuSans-BoldOblique' }
{'DejaVuSans-ExtraLight' }
{'DejaVuSans-Oblique' }
{'DejaVuSansCondensed' }
{'DejaVuSansCondensed-Bold' }
{'DejaVuSansCondensed-BoldOblique'}
{'DejaVuSansCondensed-Oblique' }
{'DejaVuSansMono' }
{'DejaVuSansMono-Bold' }
{'DejaVuSansMono-BoldOblique' }
{'DejaVuSansMono-Oblique' }
{'DejaVuSerif' }
{'DejaVuSerif-Bold' }
{'DejaVuSerif-BoldItalic' }
{'DejaVuSerif-Italic' }
{'DejaVuSerifCondensed' }
{'DejaVuSerifCondensed-Bold' }
{'DejaVuSerifCondensed-BoldItalic'}
{'DejaVuSerifCondensed-Italic' }
⋮
List All TrueType 'Lucida' Fonts
fontNames = listTrueTypeFonts;
LucidaFonts = fontNames(~cellfun(@isempty,regexp(fontNames,'^Lucida')))
LucidaFonts = 1x1 cell array
{'LucidaSansRegular'}
Output Arguments
fontNames
— Available TrueType fonts on system
cell array
Available TrueType fonts on system, returned as a cell array of sorted TrueType font names.
Version History
Introduced in R2015b
See Also
Open Example
You have a modified version of this example. Do you want to open this example with your edits?
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)