GRAPHICS: Remove debug leftover
This commit is contained in:
parent
6751bc39b4
commit
01cf3d2ebd
1 changed files with 0 additions and 2 deletions
|
@ -731,8 +731,6 @@ BdfFont *BdfFont::scaleFont(BdfFont *src, int newSize) {
|
|||
BdfBoundingBox *boxes = new BdfBoundingBox[data.numCharacters];
|
||||
for (int i = 0; i < data.numCharacters; ++i) {
|
||||
boxes[i].width = (int)((float)src->_data.boxes[i].width * scale);
|
||||
if (i == 40)
|
||||
warning("char w: %d, scale: %g", boxes[i].width, scale);
|
||||
boxes[i].height = (int)((float)src->_data.boxes[i].height * scale);
|
||||
boxes[i].xOffset = (int)((float)src->_data.boxes[i].xOffset * scale);
|
||||
boxes[i].yOffset = (int)((float)src->_data.boxes[i].yOffset * scale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue