Class FontParser

java.lang.Object
com.github.weisj.jsvg.attributes.font.FontParser

public final class FontParser extends Object
  • Constructor Details

    • FontParser

      private FontParser()
  • Method Details

    • parseFontSpec

      @NotNull public static @NotNull AttributeFontSpec parseFontSpec(@NotNull @NotNull AttributeNode node)
    • parseWeight

      @Nullable public static @Nullable FontWeight parseWeight(@NotNull @NotNull AttributeNode node)
    • parseStretch

      public static float parseStretch(@NotNull @NotNull AttributeNode node)
    • parseFontSize

      @Nullable public static @Nullable FontSize parseFontSize(@NotNull @NotNull AttributeNode node)
    • parseSizeAdjust

      @Nullable public static @Nullable Length parseSizeAdjust(@NotNull @NotNull AttributeNode node)
    • parseFontStyle

      @Nullable public static @Nullable FontStyle parseFontStyle(@NotNull @NotNull AttributeNode node)