Class FontParser
java.lang.Object
com.github.weisj.jsvg.attributes.font.FontParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcanonicalizeFontFamily(@NotNull String[] fontFamilies) static @Nullable FontSizeparseFontSize(@NotNull AttributeNode node) static @NotNull AttributeFontSpecparseFontSpec(@NotNull AttributeNode node) (package private) static @Nullable FontStyleparseFontStyle(@NotNull AttributeNode node) static @Nullable LengthparseSizeAdjust(@NotNull AttributeNode node) static @NotNull PercentageparseStretch(@NotNull AttributeNode node) static @Nullable FontWeightparseWeight(@NotNull AttributeNode node) private static @NotNull StringstripQuotes(@NotNull String str, char quoteChar)
-
Constructor Details
-
FontParser
private FontParser()
-
-
Method Details
-
parseFontSpec
@NotNull public static @NotNull AttributeFontSpec parseFontSpec(@NotNull @NotNull AttributeNode node) -
stripQuotes
-
canonicalizeFontFamily
-
parseWeight
-
parseStretch
-
parseFontSize
-
parseSizeAdjust
-
parseFontStyle
-