question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Using a big bitmap font like unscii-16-full from PIXI

See original GitHub issue

I want to use Unscii in my application but I can’t get it to render without horrible antialiasing. Not even setting roundPixels = true helps.

image

How can I get sharp text with Unscii?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Jun 2, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1reaction
s5bugcommented, Dec 30, 2020

So I should probably write a custom tool for Unscii then. The TTF -> FNT converter produced unsavory results and the PCF -> FNT converter didn’t even work. How simple is the FNT format?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Question] Using a big bitmap font like unscii-16-full from PIXI
I want to use Unscii in my application but I can't get it to render without horrible antialiasing. Not even setting roundPixels =...
Read more >
Let's Talk About Text, PixiJS - Medium
PIXI.BitmapText has always been great for dynamic text, but we know many developers don't think to use it as the font generation step...
Read more >
pixijs - Bountysource
Created 5 years ago in pixijs/pixi-layers with 11 comments. ... [Question] Using a big bitmap font like unscii-16-full from PIXI $ 0.
Read more >
new PIXI.BitmapText (text, style) - PixiJS
A BitmapText object will create a line or multiple lines of text using bitmap font. The primary advantage of this class over Text...
Read more >
PIXI BitmapText bug ("can't read property 'size' of undefined")
BitmapText requires you to load a font first. You can create a font using the BMFont software from angelcode: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found