blob: 8c4abf5c582df39e1ca17d52294d76966c1d608a (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% File: lmabthvw.fd
% Author: Oliver Corff
% Date: December 1st, 2001
% Version: 0.8
% Copyright: Ulaanbaatar, Beijing, Berlin
%
% Description: Local Manju (LMA)
% Manju Bithe Vertical Wood Font Definition
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ------------------- identification -------------------
\ProvidesFile{lmabthvw.fd}
[2001/04/01 v0.2 Bithe Vertical font definitions]
\DeclareFontFamily{LMA}{bthvw}{\hyphenchar\font-1 }
\DeclareFontShape{LMA}{bthvw}{m}{n}% Medium Weight
{ <-> bthvsm }{}
\DeclareFontShape{LMA}{bthvw}{b}{n}% Bold Weight
{ <-> bthvsb }{}
\DeclareFontShape{LMA}{bthvw}{bx}{n}% Bold Extended
{ <-> sub*bthvw/b/n }{}
\endinput
%%
%% End of file `lmabthvw.fd'.
|