TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.igc.internal
Interface IFontMetrics


Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IFontMetrics

Interface to retrieve IGC's font metrics.


Method Summary
 int getAscent()
          Deprecated. Returns the ascent of the font (in pixels).
 int getDescent()
          Deprecated. Returns the descent of the font (in pixels).
 int getHeight()
          Deprecated. Returns the height of the font (in pixels).
 int getLeading()
          Deprecated. Returns the leading of the font (in pixels).
 

Method Detail

getAscent

int getAscent()
Deprecated. 
Returns the ascent of the font (in pixels).


getDescent

int getDescent()
Deprecated. 
Returns the descent of the font (in pixels).


getHeight

int getHeight()
Deprecated. 
Returns the height of the font (in pixels).


getLeading

int getLeading()
Deprecated. 
Returns the leading of the font (in pixels).


TPTP 4.5.0 Platform Project
Internal API Specification