blob: b68c99fa467fca22b7972a7e553460e4fe2eb2d2 (
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: lmsbcgh.fd
% Author: Oliver Corff
% Date: June 1st, 1998
% Version: 0.2
% Copyright: Ulaanbaatar, Beijing, Berlin
%
% Description: Local Mongolian Script (LMS)
% Mongol Bicig Horizontal Font Definition
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ------------------- identification -------------------
\ProvidesFile{lmsbcgh.fd}
[1998/06/01 v0.2 Bicig Horizontal font definitions]
\DeclareFontFamily{LMS}{bcgh}{\hyphenchar\font-1 }
\DeclareFontShape{LMS}{bcgh}{m}{n}% Medium Weight
{ <-> bicighm }{}
\DeclareFontShape{LMS}{bcgh}{b}{n}% Bold Weight
{ <-> bicighb }{}
\DeclareFontShape{LMS}{bcgh}{bx}{n}% Bold Extended
{ <-> sub*bcgh/b/n }{}
\endinput
%%
%% End of file `lmsbcgh.fd'.
|