Class FontResolver

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

public final class FontResolver extends Object
  • Method Details

    • clearFontCache

      public static void clearFontCache()
    • resolve

      @NotNull public static @NotNull SVGFont resolve(@NotNull @NotNull MeasurableFontSpec fontSpec, @NotNull @NotNull MeasureContext measureContext)
    • resolveWithoutCache

      @NotNull public static @NotNull SVGFont resolveWithoutCache(@NotNull @NotNull MeasurableFontSpec fontSpec, @NotNull @NotNull MeasureContext measureContext)
    • supportedFonts

      @NotNull public static @NotNull List<@NotNull String> supportedFonts()