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:
parent
31cff4dc84
commit
4e7d1d4b6a
@ -1370,7 +1370,7 @@ BFont::PrintToStream() const
|
||||
font_style 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,
|
||||
fHeight.ascent, fHeight.descent, fHeight.leading, fEncoding);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user