Uses of Class
org.apache.fop.fonts.FontUris
Packages that use FontUris
Package
Description
Classes for font handling.
Classes for Adobe Type 1 fonts.
-
Uses of FontUris in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontUrisModifier and TypeFieldDescriptionprivate FontUris
EmbedFontInfo.fontUris
private final FontUris
LazyFont.fontUris
Methods in org.apache.fop.fonts that return FontUrisMethods in org.apache.fop.fonts with parameters of type FontUrisModifier and TypeMethodDescriptionprivate static boolean
static CustomFont
FontLoader.loadFont
(FontUris fontUris, String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver, boolean simulateStyle, boolean embedAsType1, boolean useSVG) Loads a custom font from a URI.Constructors in org.apache.fop.fonts with parameters of type FontUrisModifierConstructorDescriptionEmbedFontInfo
(FontUris fontUris, boolean kerning, boolean advanced, List<FontTriplet> fontTriplets, String subFontName) Main constructorEmbedFontInfo
(FontUris fontUris, boolean kerning, boolean advanced, List<FontTriplet> fontTriplets, String subFontName, EncodingMode encodingMode, EmbeddingMode embeddingMode, boolean simulateStyle, boolean embedAsType1, boolean useSVG) Main constructor -
Uses of FontUris in org.apache.fop.fonts.type1
Fields in org.apache.fop.fonts.type1 declared as FontUrisConstructors in org.apache.fop.fonts.type1 with parameters of type FontUrisModifierConstructorDescriptionType1FontLoader
(FontUris fontUris, boolean embedded, EmbeddingMode embeddingMode, boolean useKerning, InternalResourceResolver resourceResolver) Constructs a new Type 1 font loader.