Class FontResolver
java.lang.Object
com.github.weisj.jsvg.attributes.font.FontResolver
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static enumprivate static enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprivate static floatcssWeightToAwtWeight(float weight) private static @NotNull StringfindSupportedFontFamily(@NotNull MeasurableFontSpec fontSpec) static @NotNull SVGFontresolve(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext) static @NotNull SVGFontresolveWithoutCache(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext)
-
Constructor Details
-
FontResolver
private FontResolver()
-
-
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) -
cssWeightToAwtWeight
private static float cssWeightToAwtWeight(float weight) -
findSupportedFontFamily
@NotNull private static @NotNull String findSupportedFontFamily(@NotNull @NotNull MeasurableFontSpec fontSpec) -
supportedFonts
-