* Update Chinese bitmap font to 0.9.9. * Add Unicode bitmap font "Unibit". * Add TrueType font "Zenhei". Submitted by: maintainer PR: ports/128534
17 lines
462 B
Text
17 lines
462 B
Text
**************************************************************************
|
|
Please add %%FONTSDIR%% for your X server by either:
|
|
|
|
# xset fp+ %%FONTSDIR%%
|
|
# xset fp rehash
|
|
|
|
or by adding the following line to the section "Files" of
|
|
your X-server configuration file (usually /etc/X11/xorg.conf)
|
|
and restarting the X-server:
|
|
|
|
Section "Files"
|
|
...
|
|
FontPath "%%FONTSDIR%%"
|
|
...
|
|
EndSection
|
|
|
|
**************************************************************************
|