diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/cmcyr/cytextit.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/cmcyr/cytextit.mf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/cmcyr/cytextit.mf b/Master/texmf-dist/fonts/source/public/cmcyr/cytextit.mf new file mode 100644 index 00000000000..bf0f1302365 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/cmcyr/cytextit.mf @@ -0,0 +1,29 @@ +% The Computer Modern Cyrillic Text Italic family + +let cmchar=message; % `|cmchar|' should precede each character + +mode_setup; font_setup; +input coding; +font_coding_scheme:="TeX text"; + +font_slant slant; font_x_height x_height#; +if monospace: font_normal_space 9u#; % no stretching or shrinking + font_quad 18u#; + font_extra_space 9u#; + letter_fit#:=letter_fit:=0; +else: font_normal_space 6u#+2letter_fit#; + font_normal_stretch 3u#; font_normal_shrink 2u#; + font_quad 18u#+4letter_fit#; + font_extra_space 2u#; fi + +input cyru; % upper case (majuscules) +input citall; % lower case (minuscules) +input cyrsymb; % three additional char +%if ligs>0: input comlig; fi % ligatures common with roman text +%if ligs<=1: input romsub; fi % substitutes for ligatures + + +if not monospace: + k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning +fi +bye. |