Beispiel #1
0
 /**
  * Returns the IPD for the hyphenation character for a font.
  *
  * @param font the font
  * @return the IPD in millipoints for the hyphenation character.
  */
 public int getHyphIPD(org.apache.fop.fonts.Font font) {
   char hyphChar = getHyphChar(font);
   return font.getCharWidth(hyphChar);
 }