Searched defs:strikethroughThickness (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCoreMetrics.java46 float strikethroughThickness,
58 this.strikethroughThickness = strikethroughThickness;
96 && strikethroughThickness == rhs.strikethroughThickness
126 public final float strikethroughThickness; field in class:CoreMetrics
39 CoreMetrics(float ascent, float descent, float leading, float height, int baselineIndex, float[] baselineOffsets, float strikethroughOffset, float strikethroughThickness, float underlineOffset, float underlineThickness, float ssOffset, float italicAngle) argument

Completed in 35 milliseconds