Package com.github.weisj.jsvg.renderer
Class FontRenderContext
java.lang.Object
com.github.weisj.jsvg.renderer.FontRenderContext
-
Constructor Summary
ConstructorsConstructorDescriptionFontRenderContext(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull FontRenderContext@NotNull FontRenderContextderive(@Nullable FontRenderContext frc) @NotNull DominantBaselinebooleaninthashCode()@NotNull Lengthstatic @NotNull FontRenderContextparse(@NotNull AttributeNode attributeNode) @NotNull TextAnchortoString()
-
Constructor Details
-
FontRenderContext
public FontRenderContext(@Nullable @Nullable Length letterSpacing, @Nullable @Nullable DominantBaseline dominantBaseline, @Nullable @Nullable TextAnchor textAnchor)
-
-
Method Details
-
letterSpacing
-
textAnchor
-
dominantBaseline
-
equals
-
hashCode
public int hashCode() -
createDefault
-
parse
@NotNull public static @NotNull FontRenderContext parse(@NotNull @NotNull AttributeNode attributeNode) -
derive
-
toString
-