Attachments (2)
Change History (7)
by , 17 years ago
Attachment: | UnarchivedBBox.png added |
---|
comment:1 by , 17 years ago
by , 17 years ago
Attachment: | TestBox.zip added |
---|
comment:3 by , 17 years ago
I uploaded TextBox.zip. Please place "Box.rsrc" to /boot/home and run the test app, then click the button.
Note:
See TracTickets
for help on using tickets.
It seems to be caused by BFont::SetShear()'s bug.
SetShear()'s argument is within the range 45.0 to 135.0 by Be Book. If the argument is out of range, the argument is adjusted. But, SetShear() doesn't seem to adjust the argument when the argument is -1.
Source code for adjusting SetShear()'s argument isn't found in Font.cpp. Sorry, but, I can't correct this bug.