keiron 2002/07/23 04:07:59
Modified: src/codegen foproperties.xml
Log:
added font weight keywords
Revision Changes Path
1.33 +3 -1 xml-fop/src/codegen/foproperties.xml
Index: foproperties.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/codegen/foproperties.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- foproperties.xml 5 Jul 2002 05:27:01 -0000 1.32
+++ foproperties.xml 23 Jul 2002 11:07:59 -0000 1.33
@@ -757,7 +757,9 @@
<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 -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]