jeremias    2004/04/03 05:36:08

  Modified:    src/codegen font-file.xsl
  Log:
  New function to determine whether a particular character is available for this font.
  
  Revision  Changes    Path
  1.16      +5 -1      xml-fop/src/codegen/font-file.xsl
  
  Index: font-file.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/font-file.xsl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- font-file.xsl     27 Feb 2004 18:53:07 -0000      1.15
  +++ font-file.xsl     3 Apr 2004 13:36:08 -0000       1.16
  @@ -121,6 +121,10 @@
           }
       }
   
  +    public boolean hasChar(char c) {
  +        return (mapping.mapChar(c) > 0);
  +    }
  +
   }
     </xsl:template>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to