Class FontParser
java.lang.Object
com.github.weisj.jsvg.attributes.font.FontParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable FontSize
parseFontSize
(@NotNull AttributeNode node) static @NotNull AttributeFontSpec
parseFontSpec
(@NotNull AttributeNode node) static @Nullable FontStyle
parseFontStyle
(@NotNull AttributeNode node) static @Nullable Length
parseSizeAdjust
(@NotNull AttributeNode node) static float
parseStretch
(@NotNull AttributeNode node) static @Nullable FontWeight
parseWeight
(@NotNull AttributeNode node)
-
Constructor Details
-
FontParser
private FontParser()
-
-
Method Details
-
parseFontSpec
@NotNull public static @NotNull AttributeFontSpec parseFontSpec(@NotNull @NotNull AttributeNode node) -
parseWeight
-
parseStretch
-
parseFontSize
-
parseSizeAdjust
-
parseFontStyle
-