summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-100dpi-trans.in
blob: 57238988ad3939d806269cd7c68126d4968b0bd2 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
comment ""
	depends on MENU_XORG_FONTS
	depends on INVISIBLE

menu "xorg 100 dpi fonts(transcoded)"
	depends on MENU_XORG_FONTS
	depends on XORG_FONT_100DPI

config XORG_FONT_ADOBE_100DPI_TRANS
	bool
	depends on XORG_FONT_ADOBE_100DPI
	prompt "Adobe 100dpi transcoded"
	help
	  xfonts-100dpi provides a set of bitmapped fonts
	  at 100 dots per inch. In most cases it is desirable
	  to have the X font server (xfs) and/or an X server
	  installed to make the fonts available to X clients.
	  This package contains fonts in several ISO 8859
	  encodings: -2, -3, -4, -9, -10, -13 and -14.

config XORG_FONT_ADOBE_UTOPIA_100DPI_TRANS
	bool
	depends on XORG_FONT_ADOBE_UTOPIA_100DPI
	prompt "Adobe Utopia 100dpi transcoded"
	help
	  adobe utopia fonts, containing Utopia Regular,
	  Utopia Italic, Utopia Bold and Utopia Bold Italic.
	  This package contains fonts in several ISO 8859
	  encodings: -2, -3, -4, -9, -10, -13 and -14.

config XORG_FONT_BH_100DPI_TRANS
	bool
	depends on XORG_FONT_BH_100DPI
	prompt "BH 100dpi transcoded"
	help
	  This package contains fonts in several ISO 8859
	  encodings: -2, -3, -4, -9, -10, -13 and -14.

config XORG_FONT_BH_LUCIDATYPEWRITER_100DPI_TRANS
	bool
	depends on XORG_FONT_BH_LUCIDATYPEWRITER_100DPI
	prompt "BH Lucida Typewriter 100dpi transcoded"
	help
	  This package contains fonts in several ISO 8859
	  encodings: -2, -3, -4, -9, -10, -13 and -14.

endmenu