方法/步骤 1 使用creo标注文本,当选择win_chcn_font时,软件提示无法加载win_chcn_font.ndx。或者打开自定义工程图模板进,如果模板中也使用了win_chcn_font这个字体,软件同样也会提示无法加载win_chcn_font.ndx,而且页面中的字体会被替换成其他字体。2 当检查字体下拉菜单时,下拉菜单下是有win_chcn_font这...
WinSetVisibleRegionNotify(hwndClient, TRUE);/* make titlebar text look better */WinSetPresParam(WinWindowFromID(hwndFrame, FID_TITLEBAR), PP_FONTNAMESIZE,9, (PVOID)"8.Helv"); WinSetWindowPos(hwndFrame, NULLHANDLE,0,0,350,42, SWP_MOVE | SWP_SIZE | SWP_SHOW);while(WinGetMsg(hab, &...
UT_sint32 ndx = p_app->findFrame(uri); UT_Error error;if((ndx <0) || p_app->getFrame(ndx)->isDirty()) { error = p_app->fileOpen(p_app->getLastFocussedFrame(), uri); }if(error != UT_OK) { UT_DEBUGMSG(("Could not load document given in DDE Open command [%s].\n",...