bitsnpicas icon indicating copy to clipboard operation
bitsnpicas copied to clipboard

trying to merge NotoColorEmoji.ttf into NotoSans-Regular.ttf with no success

Open zoff99 opened this issue 10 months ago • 0 comments

i am trying to make a font that hast normal character and also color emoji. can i do this with this app?

i did:

java -jar BitsNPicas.jar extractcbdt NotoColorEmoji.ttf
mv NotoColorEmoji.ttf NotoColorEmoji.ttf__
cp NotoSans-Regular.ttf NotoColorEmoji.ttf
java -jar BitsNPicas.jar injectcbdt -g NotoColorEmoji.ttf

its gives me a font with color emoji instead of normal letters. looks very lovely, but is not what i want :-) can you help maybe?

zoff99 avatar Apr 09 '24 07:04 zoff99