打印

X core现在还能模拟粗体吗?

X core现在还能模拟粗体吗?

以前用xtt的时候行,现在只有freetype了,不知道还能不能做到?
我知道这个问题比较无聊....

TOP

xtt已经不复存在于xorg 中了。要用的话只有xfree or old version xorg
Take me home country roads,to the place I belong......

TOP

我知道现在没有xtt了,所以才问freetype能不能实现。

TOP

可以,freetype>= 2.1.10
Take me home country roads,to the place I belong......

TOP

怎么实现呢,fonts.dir等文件要怎么写?

TOP

Freetype 能模拟粗体。但是X core 字体系统不用 freetype 库阿
Take me home country roads,to the place I belong......

TOP

[code:1]Section "Module"
  Load  "dbe"  # Double buffer extension

  SubSection "extmod"
    Option  "omit xfree86-dga"  # don't initialise the DGA extension
  EndSubSection

  # This loads the font modules
#  Load  "type1"
#  Load  "speedo"
  Load  "freetype"
#  Load  "xtt"

# This loads the GLX module
  Load  "glx"
# This loads the DRI module
  Load  "dri"
EndSection[/code:1]

TOP

Freetype的模拟粗体要通过Xft /cairo 来完成的,X core font 不能通过freetype来模拟粗体字。
Take me home country roads,to the place I belong......

TOP

可能是因为没那个必要,xft会流行起来的。。

TOP

虽然很感谢道同学的回贴,可我还是要说,自己不甚了了的事情,还是别轻易开口胡说的好。
附件: 您所在的用户组无法下载或查看附件

TOP

很明显你用的是修改过的simsun,粗体字之间没有1象素的空间,
模拟出的粗体字体间都有1象素的空位的。
Take me home country roads,to the place I belong......

TOP

哈哈哈,我有必要做到这种程度么?知之为知之,不过你要死充高手也由你,反正我没有什么损失。

TOP

  

我什么时候冲高手拉?我要你损失什么拉?把自己知道说出来而已,你也看太得起我吧。
如果贬低我可以抬高你,衬托出你品德比我高尚,学识比我渊博,随便吧,我不在乎的,我也没有什么损失吧。   
Take me home country roads,to the place I belong......

TOP

中文粗体不知道,英文是有的。至于写法,在桌面美化版的精华里有,试试看能不能让中文显示粗体

TOP

[quote:c3772dcd86="cnhnln"]中文粗体不知道,英文是有的。至于写法,在桌面美化版的精华里有,试试看能不能让中文显示粗体[/quote]

可以的,做法跟以前用xtt时一样。

TOP