Class FontParser
java.lang.Object
com.github.weisj.jsvg.attributes.font.FontParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable FontSizeparseFontSize(@NotNull AttributeNode node) static @NotNull AttributeFontSpecparseFontSpec(@NotNull AttributeNode node) static @Nullable com.github.weisj.jsvg.attributes.font.FontStyleparseFontStyle(@NotNull AttributeNode node) static @Nullable LengthparseSizeAdjust(@NotNull AttributeNode node) static floatparseStretch(@NotNull AttributeNode node) static @Nullable com.github.weisj.jsvg.attributes.font.FontWeightparseWeight(@NotNull AttributeNode node)
-
Method Details
-
parseFontSpec
@NotNull public static @NotNull AttributeFontSpec parseFontSpec(@NotNull @NotNull AttributeNode node) -
parseWeight
@Nullable public static @Nullable com.github.weisj.jsvg.attributes.font.FontWeight parseWeight(@NotNull @NotNull AttributeNode node) -
parseStretch
-
parseFontSize
-
parseSizeAdjust
-
parseFontStyle
@Nullable public static @Nullable com.github.weisj.jsvg.attributes.font.FontStyle parseFontStyle(@NotNull @NotNull AttributeNode node)
-