Coder Social home page Coder Social logo

Comments (4)

BloCamLimb avatar BloCamLimb commented on June 16, 2024

I didn't see anything wrong.

The color button has the character U+2B1B '⬛' which is an emoji character (and default to emoji style), then it's rendered as a color emoji using Google Noto Color Emoji. If you want it to render to text style, you may either disable Color Emoji, or append U+FE0E 'VS-15' character, like '⬛︎'. See also https://emojiterra.com/black-large-square/.

The bold style for Minecraft bitmap fonts is deprecated by Modern Text Engine, due to its low performance and bad looking. You could, alternatively, select an outline font (TrueType/OpenType) and abandon those bitmap fonts. You will find Default Font Behavior preference.

It seems that the text shadow is not working. I assume you disabled Allow Shadow.

from modernui.

peow avatar peow commented on June 16, 2024

disabling Color Emoji solved the color issue
I'm trying to find a font that suits Minecraft but I'm having trouble, most are too soft for a cubic game, I'm trying to find a free font that can be used in a modpack

from modernui.

peow avatar peow commented on June 16, 2024

how do i solve this overlap in item name?
image

from modernui.

BloCamLimb avatar BloCamLimb commented on June 16, 2024

This is because the tooltip mod you are using assumes that the space has a fixed width of 4. But the width of space varies in different fonts. In your case, space becomes narrower, so more spaces are needed to provide sufficient indentation. You can take a look at this issue and report it to the tooltip mod author
wisp-forest/numismatic-overhaul#108 (comment)

from modernui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.