]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added font weight keywords
authorKeiron Liddle <keiron@apache.org>
Tue, 23 Jul 2002 11:07:59 +0000 (11:07 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 23 Jul 2002 11:07:59 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195025 13f79535-47bb-0310-9956-ffa450edef68

src/codegen/foproperties.xml

index 2131423da19e4198761dabbf42fc7e6557ad9354..a9253de3df6146d03179f5f51bfa545a211efff7 100644 (file)
     <name>font-weight</name>
     <inherited>true</inherited>
     <datatype>String</datatype>
-    <default>normal</default>
+    <keyword-equiv match="normal">400</keyword-equiv>
+    <keyword-equiv match="bold">700</keyword-equiv>
+    <default>400</default>
   </property>
 
 <!-- Common Hyphenation Properties -->