-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BitmapTextAlign.RIGHT crops text when textfield.size not an integer #17
Comments
it isn't actually a bug. it is caused by the way bitmap text renders in blit mode: it have "canvas" bitmapdata on which text symbols are drawn.
|
ok, i'll look into it this weekend |
Beeblerox
added a commit
that referenced
this issue
Sep 26, 2014
@MiltonW can you try latest version? |
Yep, fixed. Keep up the good work :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neko, Linux are fine, but when testing Flash and HTML5:
textfield.size = 0.99;
textfield.size = 1;
I'm using the desyrel font: http://examples.phaser.io/_site/view_full.html?d=text&f=bitmap+fonts.js&t=bitmap%20fonts
The text was updated successfully, but these errors were encountered: