We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi.
i'm using label like this:
let label = newLabel newRect(20, 20, 150, 20) label.verticalAlignment = vaTop label.text = res[0].lyric.replace("\r\n", "|\r\n") cc.addSubview(label) v.addSubview(cc)
and i get this picture:
as you can see some linebreaks are missing. (before "Lunacy", "Turns" and "Cannot")
if i change width of label rect from 150 to 500, i get nice linebreaks:
question: is this a bug?
The text was updated successfully, but these errors were encountered:
Yes, looks like a bug to me.
Sorry, something went wrong.
No branches or pull requests
hi.
i'm using label like this:
and i get this picture:
as you can see some linebreaks are missing. (before "Lunacy", "Turns" and "Cannot")
if i change width of label rect from 150 to 500, i get nice linebreaks:
question: is this a bug?
The text was updated successfully, but these errors were encountered: