File: templates

package info (click to toggle)
x-ttcidfont-conf 13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 96 kB
  • ctags: 1
  • sloc: sh: 67; makefile: 44
file content (32 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Template: x-ttcidfont-conf/tt_backend
Type: select
Choices: freetype, xtt
Default: freetype
Description: Choose the backend you prefer for TrueType handling on X
 XFree86 4.x has two backends to handle TrueType fonts, FreeType and X-TT.
 FreeType is  a standard and simple backend, while X-TT is alternative and
 has a mechanism of decorating TrueType fonts that can create bold and oblique
 faces from a  single font. If unsure, choose FreeType.

Template: x-ttcidfont-conf/font_path_change2
Type: note
Description: FontPath of TrueType and CID managed by defoma is changed
 TrueType and CID font paths which defoma manages are changed again.
 It now becomes:
 .
   FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
   FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 .
 Please edit /etc/X11/XF86Config-4, /etc/X11/fs/config and/or
 /etc/X11/fs-xtt/config.

Template: x-ttcidfont-conf/xtt_vl
Type: boolean
Description: Do you want XTT to calculate the metrics in very lazy way?
 There're two ways for XTT to calculate the font metrics:
 .
  1) use header info; fast, lazy, possible miscalculation(?).
  2) calculate every glyph; slow, need highspeed CPU and much memory.
 .
 If you have faster CPU and large amount of memory, (2) is recommended.
 Answer YES if you do prefer the (1) lazy one.