0

So I'm wondering if it's possibile to make a sepreate font for Emojis/Glyphs. The type I need is the Segoe UI Emoji font in Windows 10/11. Is there any way to make a font with full-colored emojis/glyphs?

I was trying to implement custom glyphs into my terminal project (the full colored ones, cause they just look nice.)

01maxzie
  • 29
  • 8

1 Answers1

0

A few options:

Peter Constable
  • 2,707
  • 10
  • 23
  • Alright, I'll try it. – 01maxzie Jun 07 '23 at 09:22
  • The font is taken care of, but I'm still wondering something else. If you use Windows 11 and put Emojis in your batch files. Not only do they render in full color and anything, they are also compatibile with a normal font (Consolas for Example) How would I do that in batch – 01maxzie Jun 07 '23 at 12:26
  • Sorry, I'm not sure I understand your question. Please clarify. – Peter Constable Jun 07 '23 at 16:22
  • Alright I'll make it clear. I want to use both my emoji font and another font (eg. Consolas) in the batch program (or C# program). How do I do that? I know this is possible cause in Windows when you put emojis in your batch project you can do that without having to do nerd font stuff? That's the result i needd – 01maxzie Jun 10 '23 at 14:29