You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@locus.apache.org on 2000/08/01 01:47:28 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes StyleData.java

keiron      00/07/31 16:47:27

  Modified:    src/org/apache/fop/datatypes StyleData.java
  Log:
  added some text properties, don't do much yet
  
  Revision  Changes    Path
  1.4       +11 -0     xml-fop/src/org/apache/fop/datatypes/StyleData.java
  
  Index: StyleData.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/StyleData.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StyleData.java	2000/07/24 06:48:46	1.3
  +++ StyleData.java	2000/07/31 23:47:27	1.4
  @@ -1,4 +1,4 @@
  -/*-- $Id: StyleData.java,v 1.3 2000/07/24 06:48:46 keiron Exp $ -- 
  +/*-- $Id: StyleData.java,v 1.4 2000/07/31 23:47:27 keiron Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -175,6 +175,17 @@
   //					boolean
   				} else if(type.equals("stroke-antialiasing")) {
   //					boolean
  +				} else if(type.equals("writing-mode")) {
  +				} else if(type.equals("glyph-orientation-vertical")) {
  +				} else if(type.equals("glyph-orientation-horizontal")) {
  +				} else if(type.equals("direction")) {
  +				} else if(type.equals("unicode-bidi")) {
  +				} else if(type.equals("text-anchor")) {
  +					table.put(type, value);
  +				} else if(type.equals("dominant-baseline")) {
  +				} else if(type.equals("baseline-identifier")) {
  +				} else if(type.equals("baseline-shift")) {
  +				} else if(type.equals("font-size-adjust")) {
   				} else {
   					MessageHandler.logln("WARNING: Unknown style element : " + type);
   				}