summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-intl.in
blob: fbde3978e91ca7bcfcded19b064014676ecd8cc0 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
menu "international fonts for X     "
	depends on MENU_XORG_FONTS

menuconfig XORG_FONT_INTL
	bool
	prompt "chinese and other asian fonts"
	select XORG_FONTS

config XORG_FONT_INTL_CHIN
	bool
	prompt "chinese fonts"
	depends on XORG_FONT_INTL
	help
	  This package includes some GB2312, GB8565-88, BIG5 (ETen), and SiSheng
	  Chinese fonts. You will need the fonts if you plan to view, print or author
	  documents written in Chinese and using any of the encodings mentioned above.

config XORG_FONT_INTL_CHIN_BIG
	bool
	prompt "chinese fonts (big size)"
	depends on XORG_FONT_INTL
	help
	  This package contains two GB coded fonts in big size

config XORG_FONT_INTL_JAP
	bool
	prompt "japanese fonts"
	depends on XORG_FONT_INTL
	help
	  This package includes some JISX0208.1990, JISX0208.1978, JISX0212.1990
	  (HojoKanji), JISX0208.1983, and JISX0201 (Roman & Kana) Japanese fonts. You
	  will need the fonts if you plan to view, print or author documents using
	  the Japanese language and any of the encodings specified above.

config XORG_FONT_INTL_JAP_BIG
	bool
	prompt "Japanese fonts (big size)"
	depends on XORG_FONT_INTL
	help
	  This package contains two JISX coded fonts in big size


config XORG_FONT_INTL_ASIAN
	bool
	prompt "other asian languages"
	depends on XORG_FONT_INTL
	help
	  This package includes fonts in thai, vietnamese, inian, lao and several
	  further asian languages.

comment "cyrillic fonts"
source "rules/xorg-font-misc-cyrillic.in"
source "rules/xorg-font-cronyx-cyrillic.in"
source "rules/xorg-font-screen-cyrillic.in"
source "rules/xorg-font-winitzki-cyrillic.in"

comment "other language fonts    "
source "rules/xorg-font-arabic-misc.in"
source "rules/xorg-font-misc-ethiopic.in"
source "rules/xorg-font-misc-meltho.in"

endmenu