processing - How to display emoji's in a sketch? -


i have following method in draw() method:

pfont f = createfont("arial",size,true); textfont(f,size);  text(char(symbol), x, y); 

where symbol integer unicode range of emojis's 128512-128591.

but output displays empty blocks instead of emoji.

what correct way this? , how can display rich emoji's liek found in mobile apps etc.?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -