Getting a PShape from an emoji...?

“Segoe UI Emoji” font available to me on W10:

int count = 0x1F310;
Font font = new Font("Segoe UI Emoji", Font.BOLD, 120);
GlyphVector glVector = font.createGlyphVector(fontRenderContext, Character.toString(count));

Example using the “Segoe UI Emoji” here:
Use emoji in fonts in Processing - #10 by glv

:)

2 Likes