Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji Support #15

Closed
nicknikolov opened this issue Mar 31, 2015 · 2 comments
Closed

Emoji Support #15

nicknikolov opened this issue Mar 31, 2015 · 2 comments

Comments

@nicknikolov
Copy link

Hi,

I'm trying to use your library to draw Emoji using Apple's Color Emoji ttf. Unfortunately I am getting this error:

[ error ] ofxTrueTypeFontUC::loadFont - Error with FT_Load_Glyph 112: FT_Error = 22

Code:

// in setup
myFont.loadFont("Apple Color Emoji.ttf", 72);
// in draw
myFont.drawString("🐞", 100, 100);

Thanks in advance!

@hironishihara
Copy link
Owner

Hi,

Unfortunately ofxTrueTypeFontUC doesn't support Emoji.
Additionally there are no plans to support it in this addon.

I too need an alternative which supports Emoji.
I would like to create it in the near future.

@nicknikolov
Copy link
Author

Hi Hiro,
I understand and thanks for the quick reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants