Giter VIP home page Giter VIP logo

Comments (3)

frank-weindel avatar frank-weindel commented on August 19, 2024 2

Thanks @itsjamie for the report. Have you looked into the Advanced Text Renderer at all for what you're trying to do? https://lightningjs.io/api/lightning-core/interfaces/lightning.textures.texttexture.settings#advancedRenderer

from lightning.

itsjamie avatar itsjamie commented on August 19, 2024

We used this feature to support rendering text that changed colors in the middle of strings.

So, if there is another better method for doing wordWrapWidth and allowing for <span style="color: red">Red</span> Text, then it doesn't matter.

But what we were looking to resolve was..

Welcome to the NEW version of our application. The text is very long and will overflow, but we want certain text to be different colors to draw attention.

So we would instead write:

Welcome to the ___ version of our application. The text is very long and will overflow, but we want ____________ to be different colors to draw attention.

Then we could render the small sections of text, calculate where they should go, and then place them in those empty spots.

This kept the overall word wrapping algorithm working and allowed for the alignment to be correct. With this, that strategy no longer works. But, if there was a better way to handle inline text colourization that wouldn't matter!

from lightning.

itsjamie avatar itsjamie commented on August 19, 2024

That's exactly the kind of pointer I was hoping for we had missed. Thanks @frank-weindel. I'll get us to convert this particular section of code.

It also has made us change to using padding in a few other places where prior we had used whitespace. I wouldn't consider this a high priority in comparison, but will keep it open in case others also relied on the spaces not being trimmed for other reasons.

from lightning.

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.