blob: 276802689d148f550c1dde8898818f09694dc9d0 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Name Compulsory Meaning #
# --------------------------------------------------------------- #
# @Tag Yes Must equal @Family-@Face #
# @Family Yes Font family name #
# @Face Yes Font face name #
# @Name Yes PostScript name as in @Metrics file #
# @Metrics Yes Adobe font metrics file of this font #
# @ExtraMetrics No Extra metrics #
# @Mapping Yes .LCM (Lout Character Mapping) file #
# @Recode No Recode or not (Yes or No, default Yes) #
#
{ @FontDef
@Tag { Libertine-Base }
@Family { Libertine }
@Face { Base }
@Name { LinLibertine }
@Metrics { LinLibertine_R.afm }
@Mapping { Latin1.LCM }
}
{ @FontDef
@Tag { Libertine-Italic }
@Family { Libertine }
@Face { Italic }
@Name { LinLibertineI }
@Metrics { LinLibertine_RI.afm }
@Mapping { Latin1.LCM }
}
{ @FontDef
@Tag { Libertine-Bold }
@Family { Libertine }
@Face { Bold }
@Name { LinLibertineB }
@Metrics { LinLibertine_RB.afm }
@Mapping { Latin1.LCM }
}
{ @FontDef
@Tag { Libertine-BoldItalic }
@Family { Libertine }
@Face { BoldItalic }
@Name { LinLibertine }
@Metrics { LinLibertine_RBI.afm }
@Mapping { Latin1.LCM }
}
{ @FontDef
@Tag { Libertine-Slope }
@Family { Libertine }
@Face { Slope }
@Name { LinLibertine }
@Metrics { LinLibertine_R.afm }
@Mapping { Latin1.LCM }
}
|