Matlab Plot - Font Zapf Dingbats Will Not Render
问题 I have a Matlab program where I need to include a plane icon (Zapf Dingbats 40) in the plot. Everytime I run it, it falls back to a system font. Is there anything that I am doing wrong? This is not the exact code, but illustrates the problem: title(char(40),'fontname','ZapfDingbats','fontsize',50); The resulting plot always displays ( instead of the Dingbats plane icon ✈ . I verified that the font is installed and I can type with it on Word. I am using Matlab R2013b on Mac OSX 10.9.1 . EDIT: