The default shear is actually 90.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -317,7 +317,7 @@ BFont::BFont(void)
|
|||||||
fFamilyID(0),
|
fFamilyID(0),
|
||||||
fStyleID(0),
|
fStyleID(0),
|
||||||
fSize(10.0),
|
fSize(10.0),
|
||||||
fShear(0.0),
|
fShear(90.0),
|
||||||
fRotation(0.0),
|
fRotation(0.0),
|
||||||
fSpacing(0),
|
fSpacing(0),
|
||||||
fEncoding(0),
|
fEncoding(0),
|
||||||
|
|||||||
Reference in New Issue
Block a user