Questions tagged [google-noto]
7 questions
4
votes
1 answer
how to create an emoji image with graphics2d and google noto color font
I wrote a java program to render an emoji and create a local image file with it. To do that I downloaded Google's "Noto Color Emoji" font from google website.
This is mi code:
package com.test;
import javax.imageio.ImageIO;
import…

user2746984
- 41
- 4
2
votes
2 answers
How to put a custom emoji in a SwiftUI app?
So I downloaded the zip: https://github.com/hfg-gmuend/openmoji, opened it up, opened the font folder, and dragged the OpenMoji-Color.ttf file into my Xcode project, but then I realized it's not really a "font" that modifies existing text, so how…

nickcoding2
- 142
- 1
- 8
- 34
2
votes
0 answers
Safari does not show Noto Sans fonts on a mac, while Chrome does
Safari does not display Noto Sans fonts which are locally installed on a Big Sur mac (M1 MacBook air). What should be wrong?
The test html code is as follows: