blob: 62da58187423cab74aee3a985b4339e406dfab32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
===========================================================================
$NetBSD: MESSAGE,v 1.5 2020/11/30 12:38:20 ryoon Exp $
You must configure your X server to use the new fonts. Add
these to your /etc/X11/xorg.conf. Make sure the TTF and Type1
font settings are the first FontPath lines.
Section "Files"
FontPath "${PREFIX}/share/fonts/X11/TTF/"
FontPath "${X11BASE}/share/fonts/X11/Type1/"
...
EndSection
Section "Module"
...
Load "type1"
Load "freetype"
...
EndSection
===========================================================================
|