blob: 228df4c48c02d52892bb8417ba00b3b47e0ab1fb (
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
|
% Copyright 2005 2015 Ovidiu Gheorghies
% Licensed under the Apache License, Version 2.0.
if known _metauml_defaults_mp:
expandafter endinput
fi;
_metauml_defaults_mp:=1;
% txbtt
if not known metauml_defaultFont:
string metauml_defaultFont;
metauml_defaultFont := "ptmr8r";
fi;
if not known metauml_defaultFontOblique:
string metauml_defaultFontOblique;
metauml_defaultFontOblique := "ptmro8r";
fi;
if not known metauml_defaultFontBold:
string metauml_defaultFontBold;
metauml_defaultFontBold := "ptmb8r";
fi;
if not known metauml_defaultFontBoldOblique:
string metauml_defaultFontBoldOblique;
metauml_defaultFontBoldOblique := "ptmbo8r";
fi;
|