Formatting Code for text with double outline
DaFuqs opened this issue ยท 4 comments
Is your feature request related to a problem? Please describe.
With the addition of Glow Ink, you can now make signs glow, which gives the text a double outline.
This is great for text you want to emphasize, or that would otherwise be hard to read because of text color or similar.
Describe the solution you'd like
A formatting code that makes the text have a double outline, similar to bold/italic text.
Do you have ideas for the syntax? @DaFuqs
Basically we have two options: A custom delimeter like for italics/bold, or a link-based syntax like the colors.
Hmm as it turns out it may not be as easy.
The glow ink is not actually a minecraft text rendering via the component system, rather it is something used only by the sign, where it manually calls a special font method that draws an outline.
Currently the modonomicon rendering system can only cover styles that minecraft can also render e.g. in the chat (that can be represented in the component system).
Oh course it is something weird again, otherwise it would be too easy. Thanks, Mojang!
In this case feel free to disregard the suggestion. While it could be a nice feature I do not think the reward matches the effort required to add it.