在OS X SDK 10.8中使用什么而不是Deprecated GetFNum

时间:2013-09-15 08:47:49

标签: c++ xcode osx-mountain-lion xcode4.6

我有以下代码,我想将其从MacOS SDK 10.6转换为SDK 10.8:

short theFontNum;
Str255 fontType = "Helvetica";
::GetFNum(fontType, &theFontNum);
::SetMenuFont (newMenu, theFontNum, 11);
SDK 10.8中不推荐使用

GetFNum 。有人可以建议我可以使用什么吗?

谢谢!

0 个答案:

没有答案