_RemoveFont
return _RemoveFont(familyID, styleID) != NULL ? B_OK : B_BAD_VALUE;
FontStyle* _RemoveFont(uint16 familyID, uint16 styleID);
_RemoveFont(style->Family()->ID(), style->ID());