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:
aheritier 2004-09-21 21:10:34 +00:00
parent 82dbe2daa8
commit 174f852e89
10 changed files with 29 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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">

View File

@ -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>