Beispiel #1
0
 /**
  *  Returns the height of this TextLine.
  *
  *  @return the height.
  */
 public double GetHeight()
 {
     return(font.GetHeight());
 }