summaryrefslogtreecommitdiffstats
path: root/motivation/cvfonts.ld
diff options
context:
space:
mode:
Diffstat (limited to 'motivation/cvfonts.ld')
-rw-r--r--motivation/cvfonts.ld57
1 files changed, 57 insertions, 0 deletions
diff --git a/motivation/cvfonts.ld b/motivation/cvfonts.ld
new file mode 100644
index 0000000..2768026
--- /dev/null
+++ b/motivation/cvfonts.ld
@@ -0,0 +1,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 }
+}
+