summaryrefslogtreecommitdiff
path: root/language/vietnamese/vntex/fonts/source/vntex/vnr/vndothook.mf
blob: e2a25ccb6dd2374204400ab56b11767eac48a77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>.
% This file is part of vntex.  License: LPPL, version 1.3 or newer,
% according to http://www.latex-project.org/lppl.txt

vnchar "Vietnamese dotbelow accent";
beginchar(oct"005", 5u#, 0, desc_depth#);
    adjust_fit(0,0);
    currentpicture := vn_pic(dot_) shifted (.5w - .5hp(vn_width(dot_)), 
                                             -vn_bot(dot_));
endchar;

vnchar "Vietnamese hookabove accent";
beginchar(oct"014",9u#,x_height#+acc_height#,0);
    adjust_fit(0,0);
    currentpicture := vn_pic(hook_) shifted (.5w - .5hp(vn_width(hook_)), 
                                             vp(vn_top(hook_) - vn_height(hook_)));
endchar;

endinput;