blob: 820f59ffa8d07ff665450f44f030d34827749424 (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
%
% Udnc.fd v2.14
%
% LaTeX2e font description file for the Devanagari Calcutta font family.
% Copyright (C) 1991-2003 University of Groningen, The Netherlands
%
% Author : Anshuman Pandey <apandey@u.washington.edu>
% Date : 3 August 2004
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation.
%
% This program is distributed in the hope that it will be useful,
% but without any warranty; without even the implied warranty of
% merchantability or fitness for a particular purpose. See the
% GNU General Public License for more details.
%
% Revision 2.11 2004/08/03 Anshuman Pandey
% o Added definitions for font sizes 8 and 9
%
% Revision 2.1 2004/02/29 Anshuman Pandey
% o Added Bombay-style font
%
% =====================================================================
%
% This file contains the font definitions for the Calcutta Devanagari
% font family in the U encoding. It is used by the LaTeX New Font
% Selection Scheme, which is part of LaTeX2e. The Calcutta Devanagari
% font was developed by Anshuman Pandey based on the Standard Devanagari
% font developed by Frans J. Velthuis. The font includes some characters
% initially drawn by Kevin Carmody.
%
\ProvidesFile{Udnc.fd}[2004/08/03 v2.14]
%
\DeclareFontFamily{U}{dnc}{\hyphenchar\font=255}
%
\DeclareFontShape{U}{dnc}{m}{n}{
<5><6><7> dvnc8%
<8><9> gen * dvnc
<10-> dvnc10%
}{}
\DeclareFontShape{U}{dnc}{m}{sc}{
<-> ssub * dnc/m/n
}{}
\DeclareFontShape{U}{dnc}{m}{it}{
<5><6><7> dvnci8%
<8><9> gen * dvnci
<10->dvnci10%
}{}
\DeclareFontShape{U}{dnc}{m}{itsc}{
<-> ssub * dnc/m/it
}{}
\DeclareFontShape{U}{dnc}{m}{sl}{
<-> ssub * dnc/m/it
}{}
\DeclareFontShape{U}{dnc}{m}{slsc}{
<-> ssub * dnc/m/it
}{}
\DeclareFontShape{U}{dnc}{bx}{n}{
<5><6><7> dvncb8%
<8><9> gen * dvncb
<10->dvncb10%
}{}
\DeclareFontShape{U}{dnc}{bx}{sc}{
<-> ssub * dnc/bx/n
}{}
\DeclareFontShape{U}{dnc}{bx}{it}{
<5><6><7> dvncbi8%
<8><9> gen * dvncbi
<10->dvncbi10%
}{}
\DeclareFontShape{U}{dnc}{bx}{itsc}{
<-> ssub * dnc/bx/it
}{}
\DeclareFontShape{U}{dnc}{bx}{sl}{
<-> ssub * dnc/bx/it
}{}
\DeclareFontShape{U}{dnc}{bx}{slsc}{
<-> ssub * dnc/bx/it
}{}
%
\endinput
|