Disabled writing the font shear, since this results in missing font in
Chart's BPictureButton. Needs some investigation. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21942 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
feb557a6d1
commit
9cc1cb3cae
@ -849,7 +849,9 @@ ServerPicture::SetFontFromLink(BPrivate::LinkReceiver& link)
|
||||
if (mask & B_FONT_SHEAR) {
|
||||
float shear;
|
||||
link.Read<float>(&shear);
|
||||
WriteSetFontShear(shear);
|
||||
// TODO: For some reason writing the font shear
|
||||
// results in missing font in Chart's BPictureButtons. Investigate.
|
||||
//WriteSetFontShear(shear);
|
||||
}
|
||||
|
||||
if (mask & B_FONT_ROTATION) {
|
||||
|
Loading…
Reference in New Issue
Block a user