Browse Source

added font weight keywords


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195025 13f79535-47bb-0310-9956-ffa450edef68
tags/Alt-Design-integration-base
Keiron Liddle 22 years ago
parent
commit
0af1114ccd
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/codegen/foproperties.xml

+ 3
- 1
src/codegen/foproperties.xml View File

@@ -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 -->

Loading…
Cancel
Save