无忧启动论坛

标题: 增大字号后菜单有些错位 [打印本页]

作者: adef    时间: 2018-9-20 11:21
标题: 增大字号后菜单有些错位
因为觉得启动菜单的字太小,我替换了大字号的pf2字体,替换后菜单边框却有些错位,请问如何解决?
unicode.pf2是用simsun.ttc生成的。




set timeout=10
set default="0"

insmod all_video
insmod vbe
insmod vga
#insmod video_bochs
#insmod video_cirrus
insmod font
insmod gfxterm
insmod gfxmenu
insmod gettext
insmod jpeg
insmod png

#加载unicode字体显示中文
font=/boot/grub2/fonts/unicode.pf2
if loadfont ${font}; then
set locale_dir=/boot/grub2/locale
set lang=zh_cn
fi

#设置分辨率
set gfxmode=auto
#set gfxmode=640x480
terminal_output gfxterm

set color_normal=white/black
set color_highlight=blue/yellow

#设置主题或背景图片
#if search --no-floppy -f /boot/grub2/themes/stylishdark/theme.txt; then
#        set theme=/boot/grub2/themes/stylishdark/theme.txt
#else
#        background_image /boot/grub2/background.png
#        set color_normal=red/black
#        set color_highlight=magenta/black
#fi

menuentry "重启计算机" {
reboot
}

menuentry "关闭计算机" {
halt
}
作者: adef    时间: 2018-9-20 14:26
wintoflash 发表于 2018-9-20 11:44
┌┐
││
└┘

谢谢指点,我用unifont-11.0.02.ttf(http://www.unifoundry.com/unifont/index.html)重新生成了大字号的unicode.pf2,边框不错位了(虽然是蚁行线)。


作者: haook    时间: 2018-9-21 06:23
请问楼主,GRUB2 2.03在哪里下载,谢谢!
作者: bullcq    时间: 2018-9-23 23:55
我用原装的unicode.pf2时边框是完全正常的,但是字太小了
如果不用其他ttf字体生成新的pf2,能够直接更改原装unicode.pf2的字体大小就好了!
作者: 江南一根葱    时间: 2019-1-27 22:55
能给个大字体不




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3