Class ITextFSFontMetrics

java.lang.Object
org.xhtmlrenderer.pdf.ITextFSFontMetrics
All Implemented Interfaces:
FSFontMetrics

public class ITextFSFontMetrics extends Object implements FSFontMetrics
  • Field Details

    • _ascent

      private final float _ascent
    • _descent

      private final float _descent
    • _strikethroughOffset

      private final float _strikethroughOffset
    • _strikethroughThickness

      private final float _strikethroughThickness
    • _underlineOffset

      private final float _underlineOffset
    • _underlineThickness

      private final float _underlineThickness
  • Constructor Details

    • ITextFSFontMetrics

      public ITextFSFontMetrics(float ascent, float descent, float strikethroughOffset, float strikethroughThickness, float underlineOffset, float underlineThickness)
  • Method Details