public static enum BaseRendererBuilder.FSFontUseCase extends Enum<BaseRendererBuilder.FSFontUseCase>
| Enum Constant and Description |
|---|
DOCUMENT
Main document (PDF or Java2D)
|
FALLBACK_FINAL
Use as a fallback fonts after all supplied fonts and the built-in fonts have been
tried.
|
FALLBACK_PRE
Use as a fallback font after all supplied fonts have been tried but before
the built-in fonts have been attempted.
|
MATHML |
SVG |
| Modifier and Type | Method and Description |
|---|---|
static BaseRendererBuilder.FSFontUseCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseRendererBuilder.FSFontUseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseRendererBuilder.FSFontUseCase DOCUMENT
public static final BaseRendererBuilder.FSFontUseCase SVG
public static final BaseRendererBuilder.FSFontUseCase MATHML
public static final BaseRendererBuilder.FSFontUseCase FALLBACK_PRE
public static final BaseRendererBuilder.FSFontUseCase FALLBACK_FINAL
FALLBACK_PRE
and FALLBACK_FINAL.public static BaseRendererBuilder.FSFontUseCase[] values()
for (BaseRendererBuilder.FSFontUseCase c : BaseRendererBuilder.FSFontUseCase.values()) System.out.println(c);
public static BaseRendererBuilder.FSFontUseCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2025. All rights reserved.