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:
Michael Lotz 2005-03-27 03:15:34 +00:00
parent ed16bb7885
commit ac13e18b22

View File

@ -317,7 +317,7 @@ BFont::BFont(void)
fFamilyID(0),
fStyleID(0),
fSize(10.0),
fShear(0.0),
fShear(90.0),
fRotation(0.0),
fSpacing(0),
fEncoding(0),