blob: f2ed4b5cbef5aaf0659019d68730db05583f1b8e (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% File: bthvwm.mf
% Author: Oliver Corff and Dorjpalam Dorj
% Date: October 1st, 2001
% Version: 0.8
% Copyright: Ulaanbaatar, Beijing, Berlin
%
% Description: Local Manju Script in Ligature Mode (Encoding: LMA)
% Manju Bithe Vertical Wood Medium Font Definition
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
font_identifier:= "TeX Manju Bithe";
font_coding_scheme:= "LMA";
input mbatoms.mf; % Load Atoms
style:=wood; % Defines titem and suul shapes, etc.
writing:=Bithe; % Font: Manju Bithe
LR:=false; % This is a Vertical Font
input mbparmm.mf; % Load Medium Weight Parameters
input mbcodes.mf; % Load Common Encoding Vectors
input macodes.mf; % Load Manju Encoding Vectors
input mantrlig.mf; % Load Manju Transliteration Ligatures
input mbpunc.mf; % Oh yes, we build punctuation
input mbnums.mf; % Oh yes, we build digits
input mbglyphs.mf; % Oh yes, we build common glyphs
input maglyphs.mf; % And we build Manju glyphs
end.
|