Implemented ServerFont::SetFamilyAndStyle(id,id)
Other API tweaks to ServerFont Style changes in ServerFont git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10928 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -528,9 +528,7 @@ void ServerWindow::SetLayerFontState(Layer *layer, LinkMsgReader &link)
|
||||
{
|
||||
uint32 fontID;
|
||||
link.Read<int32>((int32*)&fontID);
|
||||
|
||||
// TODO: Implement. ServerFont::SetFamilyAndStyle(uint32) is needed
|
||||
//layer->fLayerData->font->
|
||||
layer->fLayerData->font.SetFamilyAndStyle(fontID);
|
||||
}
|
||||
|
||||
if (mask & B_FONT_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user