Code Monkey home page Code Monkey logo

Comments (4)

bigtimebuddy avatar bigtimebuddy commented on April 28, 2024 1

The issue is that breakWords is not support in BitmapText. Happy to add a bounty for this if someone would like to implement similar to Text.

The workaround is to use HTMLText (most accurate, slowest perf-wise) or Text (okay breaking behavior, little faster than HTMLText).

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on April 28, 2024

heya, we have the same thing for v7. Currently Bitmap text does not break large words. For now is it possible for you to add breaks to your large words?

from pixijs.

ShiMeiWo avatar ShiMeiWo commented on April 28, 2024

@GoodBoyDigital

Currently Bitmap text does not break large words.

The official API reference states,

https://pixijs.download/release/docs/scene.BitmapText.html

To split a line you can use '\n' in your text string, or, on the style object, change its wordWrap property to true and and give the wordWrapWidth property a value.

so I thought it was possible to control with style.wordWrap and style.wordWrapWidth .

For now is it possible for you to add breaks to your large words?

Wrapping with single-byte spaces " " or line breaks \n is possible. However, since I prefer using Japanese bitmap fonts, I strongly desire automatic character-by-character wrapping.

from pixijs.

ShiMeiWo avatar ShiMeiWo commented on April 28, 2024

@bigtimebuddy
I tried HTMLText with bitmap font, but it appears somewhat blurry:
image

Sharply displayed as shown below would be ideal, but not possible at this time? :
BitmapText

Thanks!

from pixijs.

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.