Esempio n. 1
0
 /**
  * Gets the line height of a StringBlock.
  *
  * @param sb
  * @return
  */
 public float getLineHeight(StringBlock sb) {
   return charSet.getLineHeight() * (sb.getSize() / charSet.getRenderedSize());
 }