[hibernate-commits] Hibernate SVN: r10443 - trunk/Hibernate3/doc/reference/ko/styles

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Sep 2 17:27:06 EDT 2006


Author: jdkim528
Date: 2006-09-02 17:27:04 -0400 (Sat, 02 Sep 2006)
New Revision: 10443

Modified:
   trunk/Hibernate3/doc/reference/ko/styles/fopdf.xsl
Log:
modified font name(Bangwool) and font sizes

Modified: trunk/Hibernate3/doc/reference/ko/styles/fopdf.xsl
===================================================================
--- trunk/Hibernate3/doc/reference/ko/styles/fopdf.xsl	2006-09-02 21:16:11 UTC (rev 10442)
+++ trunk/Hibernate3/doc/reference/ko/styles/fopdf.xsl	2006-09-02 21:27:04 UTC (rev 10443)
@@ -43,10 +43,10 @@
                             <fo:block>
                                 <fo:external-graphic src="file:images/hibernate_logo_a.png"/>
                             </fo:block>
-                            <fo:block font-family="방울" font-size="24pt" padding-before="10mm">
+                            <fo:block font-family="Bangwool" font-size="18pt" padding-before="10mm">
                                 <xsl:value-of select="bookinfo/subtitle"/>
                             </fo:block>
-                            <fo:block font-family="방울" font-size="14pt" padding="10mm">
+                            <fo:block font-family="Bangwool" font-size="12pt" padding="10mm">
                                                                 버전:
                                 <xsl:value-of select="bookinfo/releaseinfo"/>
                             </fo:block>
@@ -92,7 +92,7 @@
         <xsl:variable name="Version">
             <xsl:choose>
                 <xsl:when test="//releaseinfo">
-                    <xsl:text>하이버네이트 </xsl:text>
+                    <xsl:text>하이버네이트</xsl:text>
                     <xsl:value-of select="//releaseinfo"/>
                 </xsl:when>
                 <xsl:otherwise>
@@ -311,7 +311,6 @@
                 <l:template name="sect4" text="the section called %t"/>
                 <l:template name="sect5" text="the section called %t"/>
             </l:context>
-            
         </l:l10n>
     </l:i18n>
     
@@ -517,8 +516,8 @@
     <!-- Korean related Settings -->
     <xsl:param name="hyphenate">false</xsl:param>
     <xsl:param name="body.font.family">Gulim</xsl:param>
-    <!-- xsl:param name="monospace.font.family">가을체</xsl:param-->
-    <xsl:param name="title.font.family">가을체</xsl:param>
+    <!-- xsl:param name="monospace.font.family">Bangwool</xsl:param-->
+    <xsl:param name="title.font.family">Bangwool</xsl:param>
     <xsl:param name="saxon.character.representation" select="native"/>
     <xsl:param name="callout.unicode" select="1"/>
     <xsl:param name="callout.unicode.start.character" select="10102"/>




More information about the hibernate-commits mailing list