ChinaUnix.net
相关文章推荐:

Lucas Font Sans Mono

Brothers,what do you think this font?

by dlflying - 桌面与办公 - 2006-01-09 21:42:05 阅读(595) 回复(7)

相关讨论

http://freebsd.sinica.edu.tw/zh-tut/using-font.html

by statue - BSD - 2003-06-18 10:29:59 阅读(682) 回复(1)

安装ora9204在AS3上出现 [img][oracle@sky oracle]$ Initializing Java Virtual Machine from /tmp/OraInstall2005- 08-18_09-16-02PM/jre/bin/java. Please wait... font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*- p-*-adobe-fontspecific] font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*- p-*-adobe-fontspecific] font specified in font.properties n...

by SkyBelieve - Oracle - 2005-08-19 08:19:45 阅读(1151) 回复(1)

Freebsd上的mono好像装了没法用.Apache上面没法找到mono_Server.exe 有配出mono的朋友么?指点一下? 下载的1.0.6和最新的1.1.7编译都出错.没看到有啥Patch

by FireFire - BSD - 2005-07-09 20:23:48 阅读(886) 回复(2)

Solaris配置了黑体、宋体、仿宋、楷体等TrueType字体,如何让应用程序使用这些字体呢?

by IOQOI - Solaris - 2006-02-07 10:05:21 阅读(574) 回复(1)

solaris的font server当有X client去连时会自动启动。 在/usr/openwin/lib/X11/fontserver.cfg文件中添加对象locale的字体路径,如为zh_CN.GB18030添加:/usr/openwin/lib/locale/zh_CN.GB18030/X11/fonts/75dpi,:/usr/openwin/lib/locale/zh_CN.GB18030/X11/fonts/TrueType 然后kill fs进程, 启动font server:/etc/init.d/inetinit start 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/5254/showa...

by oldrock - Solaris文档中心 - 2005-12-12 15:40:48 阅读(568) 回复(0)

1.Use the cmd "#lslpp -l X11.fnt.fontServer" to identify whether the fileset X11.fnt.fontServer has been installed .If not ,use "#smitty installp" to install it 2 Run the cmd "#xfsconf" 3.When the script above is run,you can start the fontserver sub process by the cmd "#startsrc -s xfs" Note :1.Any changes made to the font server are done in this file: /usr/lib/X11/fs/config ...

by oldrock - AIX文档中心 - 2005-11-08 15:20:05 阅读(1394) 回复(0)

In my programming,I write below: ………… n=0; ………… XtSetArg(args[n],XmNwidth,250);n++; XtSetArg(args[n],XmNheight,150);n++; XtSetArg(args[n],XmNfontList,"-adecw-screen-medium-r-normal--18-180-75-75-m-160-gb2312.1980-1");n++; ………… mybutton=XmCreatePushButton(parent_f,"parent_f",args,n); ………… when I compile my programming,there is an error,below: X Error of failed request: Badfont (in...

by gaoeh - C/C++ - 2005-11-05 00:04:17 阅读(702) 回复(1)

现在novell支持mono了, 以前担心的专利问题现在不用担心了。

by koolcoy - C/C++ - 2008-10-08 14:49:26 阅读(1358) 回复(5)

我用fc4,想安装beagle,先安装了mono-1.1.15.bin, [root@localhost ~]# locate mono.pc /opt/mono/lib/pkgconfig/mono.pc 再检查/root/.bashrc,有如下 PATH="/opt/mono-1.1.15/bin:$PATH" export PKG_CONFIG_PATH="/opt/mono-1.1.15/lib/pkgconfig:$PKG_CONFIG_PATH" export MANPATH="/opt/mono-1.1.15/share/man:$MANPATH" export LD_LIBRARY_PATH="/opt/mono-1.1.15/lib:$LD_LIBRARY_PATH" 再安装beagle,出现如下报错: checking...

by jenffery - 系统管理 - 2006-04-21 09:53:54 阅读(522) 回复(0)