Microsoft fonts (简体中文)
安装TrueType Microsoft字体,模拟Windows的字体渲染
安装
从Windows使用字体
如果有一个安装了Windows的分区, 可以通过链接它们来使用其字体。
例如, Windows的C:\盘被挂载在/windows
:
# ln -s /windows/Windows/Fonts /usr/share/fonts/WindowsFonts
然后重新生成字体缓存:
# fc-cache
或者,将Windows的字体复制到/usr/share/fonts
:
# mkdir /usr/share/fonts/WindowsFonts # cp /windows/Windows/Fonts/* /usr/share/fonts/WindowsFonts # chmod 755 /usr/share/fonts/WindowsFonts/*
然后重新生成字体缓存:
# fc-cache
通用包
AUR包:
- ttf-win7-fontsAUR - Windows 7字体
- ttf-office-2007-fontsAUR - Microsoft Office 2007字体
- ttf-ms-win8AUR - Windows 8.1 字体
旧程序包
ttf-ms-fontsAUR是一个AUR包.
根据微软的最终用户许可协议,有“一些”法律限制时使用的字体。
包里包括:
- Andalé Mono
- Arial
- Arial Black
- Comic Sans
- Courier New
- Georgia
- Impact
- Lucida Sans
- Lucida Console
- Microsoft Sans Serif
- Symbol
- Times New Roman
- Trebuchet
- Verdana
- Webdings
- Wingdings
您还可以从AUR获取ttf-tahomaAUR ,这可能是您需要的Tahoma。
ttf-vista-fontsAUR是一个AUR包,它包括:
类似Windows XP的锐利字体
一个完整的指南,对如何使MS字体看起来和Windows XP中一样:http://www.sharpfonts.co.cc/ (网站已关闭尝试sharpfontsAUR)。总之,安装如上所述的字体,并使用提交者提供的修改后的XML文件。
类似Windows 7的平滑字体
使用Infinality补丁的freetype2包[broken link: invalid section],和使用所提供的Windows 7的配置文件local.conf
.
Windows 8
The ttf-ms-win8AUR split package is intended as a more up-to-date replacement for the ttf-ms-fontsAUR, ttf-vista-fontsAUR and ttf-win7-fontsAUR AUR packages.
Although it provides newer versions of the fonts, it cannot automatically download the fonts due to license issues .
You can acquire fonts from an installed and fully updated Windows 8.1 system. Any edition of Windows 8.1 build Windows 8.1 6.3.9600.17238 will work.
On the installed Windows 8.1 system fonts are usually located in %WINDIR%\Fonts
and license file is %SYSTEM32%\license.rtf
.
You need the files listed in the source=()
array. Place them in the same directory as this PKGBUILD file, then run makepkg.
makepkg --pkg ttf-ms-win8
will make just the Windows 8.1 core fonts package which should cover even more than ttf-ms-fontsAUR.
Fonts are best viewed with Infinality. Infinality offers great font rendering and customization.