summaryrefslogtreecommitdiff
path: root/language/telugu/telugu.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /language/telugu/telugu.mf
Initial commit
Diffstat (limited to 'language/telugu/telugu.mf')
-rw-r--r--language/telugu/telugu.mf48
1 files changed, 48 insertions, 0 deletions
diff --git a/language/telugu/telugu.mf b/language/telugu/telugu.mf
new file mode 100644
index 0000000000..452abbe7ba
--- /dev/null
+++ b/language/telugu/telugu.mf
@@ -0,0 +1,48 @@
+% This file is part of the TeluguTeX Software Package.
+%Copyright (c) 1991 Lakshmankumar Mukkavilli
+%
+%The TeluguTeX Software Package is distributed in the hope that
+%it will be useful,but WITHOUT ANY WARRANTY. No author or distributor
+%accepts responsibility to anyone for the consequences of using it
+%or for whether it serves any particular purpose or works at all,
+%unless he says so in writing. Refer to the TeluguTeX Software Package
+%General Public License for full details.
+%
+%Everyone is granted permission to copy, modify and redistribute
+%the TeluguTeX Software Package, but only under the conditions described in the
+%TeluguTeX Software Package General Public License. A copy of this license is
+%supposed to have been given to you along with TeluguTeX Software Package so you
+%can know your rights and responsibilities. It should be in a
+%file named CopyrightLong. Among other things, the copyright notice
+%and this notice must be preserved on all copies.
+%%%%%%%
+% This file contains font dimensions, ligature definitions etc.
+%
+font_coding_scheme := "TeX text";
+
+mode_setup; font_setup;
+
+input telcodes; % codes for telugu symbols
+input telchars1; % vowels,vowel modifiers, consonant bases,
+% % consonant conjuncts, accents, c+v's
+input telchars2; % consonant + vowel that need special care
+input telchars3; % digits(roman&Telugu), punctuation
+
+% Font Dimensions
+
+font_slant slant;
+font_x_height x_height#;
+font_normal_space 6u#;
+font_normal_stretch 3u#;
+font_normal_shrink 2u#;
+font_quad em_width#;
+font_extra_space 2u#;
+
+%ligature and kern information
+
+ligtable "'": "'" =: p_cquotes_code; % close quotes
+ligtable "`": "`" =: p_oquotes_code; % open quotes
+ligtable "-": "-" =: p_lhyphen_code; % en dash
+ligtable p_lhyphen_code: "-" =: p_vlhyphen_code; % em dash
+
+if not testing: expandafter stop fi;