MPPDF-15 : New font for use in PDF documents: Myriad
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82dbe2daa8
commit
174f852e89
BIN
pdf/src/plugin-resources/fonts/WMBI____.PFB
Normal file
BIN
pdf/src/plugin-resources/fonts/WMBI____.PFB
Normal file
Binary file not shown.
BIN
pdf/src/plugin-resources/fonts/WMB_____.PFB
Normal file
BIN
pdf/src/plugin-resources/fonts/WMB_____.PFB
Normal file
Binary file not shown.
BIN
pdf/src/plugin-resources/fonts/WMI_____.PFB
Normal file
BIN
pdf/src/plugin-resources/fonts/WMI_____.PFB
Normal file
Binary file not shown.
BIN
pdf/src/plugin-resources/fonts/WMR_____.PFB
Normal file
BIN
pdf/src/plugin-resources/fonts/WMR_____.PFB
Normal file
Binary file not shown.
2
pdf/src/plugin-resources/fonts/myriad.xml
Normal file
2
pdf/src/plugin-resources/fonts/myriad.xml
Normal file
File diff suppressed because one or more lines are too long
2
pdf/src/plugin-resources/fonts/myriadb.xml
Normal file
2
pdf/src/plugin-resources/fonts/myriadb.xml
Normal file
File diff suppressed because one or more lines are too long
2
pdf/src/plugin-resources/fonts/myriadbi.xml
Normal file
2
pdf/src/plugin-resources/fonts/myriadbi.xml
Normal file
File diff suppressed because one or more lines are too long
2
pdf/src/plugin-resources/fonts/myriadi.xml
Normal file
2
pdf/src/plugin-resources/fonts/myriadi.xml
Normal file
File diff suppressed because one or more lines are too long
@ -65,6 +65,25 @@ basedir: normally the base directory is the directory where the fo file is
|
||||
<font metrics-file="fonts/ttf-garait.xml" kerning="yes" embed-file="fonts/garait.ttf">
|
||||
<font-triplet name="Garamond" style="italic" weight="normal"/>
|
||||
</font>
|
||||
|
||||
<!-- TT fonts -->
|
||||
<font metrics-file="fonts/myriad.xml" kerning="yes" embed-file="fonts/WMR_____.PFB">
|
||||
<font-triplet name="Myriad" style="normal" weight="normal"/>
|
||||
</font>
|
||||
|
||||
<font metrics-file="fonts/myriadi.xml" kerning="yes" embed-file="fonts/WMI_____.PFB">
|
||||
<font-triplet name="Myriad" style="italic" weight="normal"/>
|
||||
</font>
|
||||
|
||||
<font metrics-file="fonts/myriadb.xml" kerning="yes" embed-file="fonts/WMB_____.PFB">
|
||||
<font-triplet name="Myriad" style="normal" weight="bold"/>
|
||||
</font>
|
||||
|
||||
<font metrics-file="fonts/myriadbi.xml" kerning="yes" embed-file="fonts/WMBI____.PFB">
|
||||
<font-triplet name="Myriad" style="italic" weight="bold"/>
|
||||
</font>
|
||||
|
||||
|
||||
<!-- example -->
|
||||
<!--
|
||||
<font metrics-file="arial.xml" kerning="yes" embed-file="arial.ttf">
|
||||
|
||||
@ -23,9 +23,10 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="2.2-SNAPSHOT" date="In CVS">
|
||||
<action dev="aheritier" type="add" issue="MPPDF-15" due-to="Håvard Bjåstad">New font for use in PDF documents: Myriad.</action>
|
||||
<action dev="carlos" type="fix">Show "v." in cover only when version is not empty.</action>
|
||||
<action dev="aheritier" type="add" issue="MPPDF-10" due-to="M. Sean Gilligan">Add USLetter (8.5"x11") as a paper type.</action>
|
||||
</release>
|
||||
</release>
|
||||
<release version="2.1" date="2004-05-15">
|
||||
<action dev="brett" type="fix">
|
||||
<p>Add xml-apis and xalan dependencies for JDK 1.3.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user