Code

updated keys.fr
[inkscape.git] / doc / fonts.txt
1 Remarks about fonts
3 1. System-wide font sources
5 Sodipodi tries to extract font information
6 from different sources. Depending on your library
7 versions, this may, or may not succeed:
9 xft - It usually works, but for some fontconfig setups
10 compiling this in may fail. In which case there is no
11 fonts available.
13 libgnomeprint - only libgnomeprint 2.0 works currently.
15 windows font database - this, of course, is used only
16 under win32
18 2. User-defined fonts
20 If freeType2 support is compiled in (it usually is),
21 you can add fonts by hand to sodipodi. This can also be
22 useful to define aliases etc.
24 Create file $HOME/.sodipodi/private-fonts
26 Add one line for each font
28 filename[:face number],font name,family name
30 Face number if TrueType collection face number, it can
31 be omitted safely.
32 Font and family names should be space-delimited 'true'
33 names of font.
34 Example:
36 garbdi.ttf,Garamond Bold Italic,Garamond
38 2003-05-14
39 Lauris Kaplinski