How to list supported font styles?
25 次查看(过去 30 天)
显示 更早的评论
Font style on the current axes can be set by set(gca, 'FontName', <name of supported font>).
Should one assume that a Matlab installation on a system supports all of the local fonts?
How does one list the set of fonts supported by a Matlab installation?
In a use case envisioned by the poster, the set expression for font name would be wrapped in a conditional which validates whether the desired font is supported. This is why it would be helpful to list all supported fonts, or call a command which returns a data structure containing the supported set.
Any advice is greatly appreciated.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!