Oops: 1) fixed warning, 2) added missing bracket (in PrintToStream() output).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14808 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1370,7 +1370,7 @@ BFont::PrintToStream() const
|
|||||||
font_style style;
|
font_style style;
|
||||||
GetFamilyAndStyle(&family, &style);
|
GetFamilyAndStyle(&family, &style);
|
||||||
|
|
||||||
printf("BFont { %s (%d), %s (%d) 0x%x %f/%f %fpt (%f %f %f), %ld\n", family,
|
printf("BFont { %s (%d), %s (%d) 0x%x %f/%f %fpt (%f %f %f), %d }\n", family,
|
||||||
fFamilyID, style, fStyleID, fFace, fShear, fRotation, fSize,
|
fFamilyID, style, fStyleID, fFace, fShear, fRotation, fSize,
|
||||||
fHeight.ascent, fHeight.descent, fHeight.leading, fEncoding);
|
fHeight.ascent, fHeight.descent, fHeight.leading, fEncoding);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user