I don’t quite understand why registering your custom font would help in this case. Can you explain in more detail? Will macOS then use your font as a default font?
Does anyone have any other suggestions for supporting non-latin characters for OS’s where Arial Unicode MS is not available?
use TextLayout and not Graphics::drawText without custom loaded font from the disk and in that case, OS fallback font will work.
Thanks. Is there a way to see what the OS-provided fallback font is for a given character? We have a sort of strange text rendering pipeline for other reasons and can’t really use TextLayout (we don’t use Graphics::drawText either).
Not that I know of.
Thanks for the response. I really wish this was easier in JUCE.
Hi!
Please see my comprehensive (I hope!) solution on this forum post: Embedding unicode string literals in your cpp files
Pete