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:
parent
1ea84a198b
commit
2b4acb916e
|
@ -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.
|
Binary file not shown.
Binary file not shown.
|
@ -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-triplet name="Mincho" style="italic" weight="bold"/>
|
||||||
</font>
|
</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="normal"/>
|
||||||
<font-triplet name="simhei" style="normal" weight="bold"/>
|
<font-triplet name="simhei" style="normal" weight="bold"/>
|
||||||
<font-triplet name="simhei" style="italic" weight="normal"/>
|
<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="normal" weight="bold"/>
|
||||||
<font-triplet name="simsun" style="italic" weight="normal"/>
|
<font-triplet name="simsun" style="italic" weight="normal"/>
|
||||||
<font-triplet name="simsun" style="italic" weight="bold"/>
|
<font-triplet name="simsun" style="italic" weight="bold"/>
|
||||||
</font>
|
</font -->
|
||||||
</fonts>
|
</fonts>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue