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:
DarkWyrm
2005-01-21 13:13:08 +00:00
parent cef8b0ffcf
commit 56bead3235
2 changed files with 69 additions and 57 deletions
+1 -3
View File
@@ -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)