Package com.github.weisj.jsvg.nodes.text
Class TextMetrics
java.lang.Object
com.github.weisj.jsvg.nodes.text.TextMetrics
-
Constructor Summary
ConstructorsConstructorDescriptionTextMetrics(double letterSpacingLength, double visibleCodepointLength, int glyphCount, double fixedGlyphLength, int controllableLetterSpacingCount) -
Method Summary
-
Constructor Details
-
TextMetrics
public TextMetrics(double letterSpacingLength, double visibleCodepointLength, int glyphCount, double fixedGlyphLength, int controllableLetterSpacingCount)
-
-
Method Details
-
letterSpacingLength
public double letterSpacingLength() -
glyphLength
public double glyphLength() -
fixedGlyphLength
public double fixedGlyphLength() -
totalAdjustableLength
public double totalAdjustableLength() -
glyphCount
public int glyphCount() -
controllableLetterSpacingCount
public int controllableLetterSpacingCount() -
toString
-