1 # to use, install as ~/.yudit/yudit.properties
 2 
 3 ## main config for font stuff:
 4 
 5 # list of available choices (default and TrueType are built-ins)
 6 yudit.editor.fonts=deva1,deva2,deva3,deva4,default,TrueType
 7 # default choice
 8 yudit.editor.font=deva1
 9 # default size
10 yudit.editor.fontsize=20
11 
12 # Fonts for Devanāgarī
13 
14 ## available via Gentoo Portage as media-fonts/lohit-fonts
15 # lohit_hi.ttf = Lohit Hindi (apparently an old release, predates Lohit Devanagari combo font)
16 
17 ## rest found via http://www.indlinux.org/wiki/index.php/IndicFontsList
18 # Sarai_07.ttf = Sarai
19 # Samyak-Devanagari.ttf = Samyak Devanagari
20 # chandas.ttf = Chandas
21 
22 ## for Latin-1:
23 # GenR102.ttf = Gentium Regular (seemed to have the best diacritics coverage) [sil-gentium]
24 # ARIALUNI.TTF = Arial Unicode MS (the Arial TTF file that comes with Windows)
25 
26 ## fallback:
27 # standard X11 fixed font (cribbed from /usr/share/yudit/config/yudit.properties)
28 
29 ## each line specifies the list of fonts searched in the form:
30 # yudit.font.{name}=[Devanagari font],[Latin-1 font],[fallback]
31 
32 yudit.font.deva1=lohit_hi.ttf,GenR102.ttf,-misc-fixed-medium-r-*--20-120-100-100-c-90-iso10646-1
33 yudit.font.deva2=Sarai_07.ttf,GenR102.ttf,-misc-fixed-medium-r-*--20-120-100-100-c-90-iso10646-1
34 yudit.font.deva3=Samyak-Devanagari.ttf,GenR102.ttf,-misc-fixed-medium-r-*--20-120-100-100-c-90-iso10646-1
35 yudit.font.deva4=chandas.ttf,GenR102.ttf,-misc-fixed-medium-r-*--20-120-100-100-c-90-iso10646-1
36 
37 ## the following dirs will be added to ~/.yudit/fonts
38 # so, not necessary if you just copy/link the fonts you're using into there
39 yudit.fontpath=/usr/share/fonts/100dpi,/usr/share/fonts/75dpi,/usr/share/fonts/OTF,/usr/share/fonts/Speedo,/usr/share/fonts/TTF,/usr/share/fonts/Type1,/usr/share/fonts/arabeyes-fonts,/usr/share/fonts/arphicfonts,/usr/share/fonts/baekmuk-fonts,/usr/share/fonts/corefonts,/usr/share/fonts/cyrillic,/usr/share/fonts/default,/usr/share/fonts/dejavu,/usr/share/fonts/droid,/usr/share/fonts/encodings,/usr/share/fonts/freefont-ttf,/usr/share/fonts/inconsolata,/usr/share/fonts/indic,/usr/share/fonts/kochi-substitute,/usr/share/fonts/lyx,/usr/share/fonts/meltho,/usr/share/fonts/misc,/usr/share/fonts/sil-gentium,/usr/share/fonts/terminus,/usr/share/fonts/tiny-fonts,/usr/share/fonts/ttf-bitstream-vera,/usr/share/fonts/urw-fonts,/usr/share/fonts/util,/usr/share/fonts/xawtv
40 
41 ## config for very vanilla color scheme
42 yudit.editor.background=white
43 yudit.editor.left.foreground=black
44 yudit.editor.right.foreground=black
45 yudit.editor.syntax=none