diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-02-10 17:58:31 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-02-10 17:58:31 +0100 |
commit | 0cd5164e5e76c20fbba2538ddd9172738baba6d3 (patch) | |
tree | 2aa569369e04633481cdf353d2bc7d8a9113bf37 /motivation/cvfonts.ld | |
parent | abed8300179d05c794edd1d87483d1f494191011 (diff) | |
download | meself-0cd5164e5e76c20fbba2538ddd9172738baba6d3.zip meself-0cd5164e5e76c20fbba2538ddd9172738baba6d3.tar.gz |
add motivation
Diffstat (limited to 'motivation/cvfonts.ld')
-rw-r--r-- | motivation/cvfonts.ld | 57 |
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 } +} + |