HHH-5116 Remove copyrighted fonts from annotations

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19231 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-04-14 15:06:26 +00:00
parent 1ea84a198b
commit 2b4acb916e
4 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
simhei.ttf has been removed as it's copyrighted.
simsun.ttf has been removed just in case.
TODO find open source fonts or migrate to jdocbook's system and list of fonts.

View File

@ -93,7 +93,7 @@ fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
<font-triplet name="Mincho" style="italic" weight="bold"/>
</font>
-->
<font metrics-file="simhei.xml" embed-file="simhei.ttf" kerning="yes">
<!-- font metrics-file="simhei.xml" embed-file="simhei.ttf" kerning="yes">
<font-triplet name="simhei" style="normal" weight="normal"/>
<font-triplet name="simhei" style="normal" weight="bold"/>
<font-triplet name="simhei" style="italic" weight="normal"/>
@ -104,7 +104,7 @@ fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
<font-triplet name="simsun" style="normal" weight="bold"/>
<font-triplet name="simsun" style="italic" weight="normal"/>
<font-triplet name="simsun" style="italic" weight="bold"/>
</font>
</font -->
</fonts>