kreativekorp / bitsnpicas

Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
339 stars 23 forks source link

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

Open zoff99 opened 7 months ago

zoff99 commented 7 months ago

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?