summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-01-08 06:03:40 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-01-08 06:03:40 +0000
commit36060e00ac309515c3a37581c735b746b2d11ff6 (patch)
tree3e924aef75878cc65c38177ef76b3ce95d00e2ce
parentUpdating Khmer translations (diff)
downloadinkscape-36060e00ac309515c3a37581c735b746b2d11ff6.tar.gz
inkscape-36060e00ac309515c3a37581c735b746b2d11ff6.zip
remove the indecently obsolete file
(bzr r4428)
-rw-r--r--doc/fonts.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/fonts.txt b/doc/fonts.txt
deleted file mode 100644
index 815e79c36..000000000
--- a/doc/fonts.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-Remarks about fonts
-
-1. System-wide font sources
-
-Sodipodi tries to extract font information
-from different sources. Depending on your library
-versions, this may, or may not succeed:
-
-xft - It usually works, but for some fontconfig setups
-compiling this in may fail. In which case there is no
-fonts available.
-
-libgnomeprint - only libgnomeprint 2.0 works currently.
-
-windows font database - this, of course, is used only
-under win32
-
-2. User-defined fonts
-
-If freeType2 support is compiled in (it usually is),
-you can add fonts by hand to sodipodi. This can also be
-useful to define aliases etc.
-
-Create file $HOME/.sodipodi/private-fonts
-
-Add one line for each font
-
-filename[:face number],font name,family name
-
-Face number if TrueType collection face number, it can
-be omitted safely.
-Font and family names should be space-delimited 'true'
-names of font.
-Example:
-
-garbdi.ttf,Garamond Bold Italic,Garamond
-
-2003-05-14
-Lauris Kaplinski
-