Installation Myanmar Unicode TrueType fonts in Linux
-
Download Zawgyi-One fonts and others myanmar true type(.ttf) fonts:
- Create a directory for new fonts
# mkdir /usr/share/fonts/truetype
- Move the “.ttf” font files to the new font directory
# mv *.ttf /usr/share/fonts/truetype
- Navigate to the font directory
# cd /usr/share/fonts/truetype
- Create fonts.scale and fonts.dir
# mkfontscale && mkfontdir
# fc-cache
- Add the new font directory to the X11 font path
# chkfontpath –add /usr/share/fonts/truetype
- Restart X font server
# /etc/rc.d/init.d/xfs restart
You can verify the successful addition of the new path by running chkfontpath command or by listing X font server’s /etc/X11/XF86Config file.
If you do not have root access, copy the *.ttf to ~/.fonts directory instead.
November 7, 2008 at 4:55 pm
္နည္းနည္းေလး ရွယ္ယာပါရေစ
http://box02.blogspot.com/
http://www.thanzinhlaing.com/forums/showthread.php?p=2800#post2800