Problem rendering ZapfDingbatsITC font
in
Programming Questions
•
2 years ago
I'm noticing some fonts won't render in Processing, particularly certain "graphic" fonts such as ZapfDingbatsITC. When using the Tools > Create Font... menu option,
ZapfDingbatsITC doesn't display properly in the Create Font import interface. Similarly, using createFont() programmatically doesn't appear to make a difference, and it isn't affected by different textMode() parameters. In both cases, the code executes without error and text is displayed, but it's just the default sans-serif font and not ZapfDingbatsITC.
Is there a fundamental reason as to why this font wouldn't be supported? I'm not sure if it's because it's a more "graphical"/"pictorial" font, though others like it do work. Or, perhaps it's the font file type?
1