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