Uses of Class
com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
-
Packages that use PdfBoxFontResolver.FontDescription Package Description com.openhtmltopdf.pdfboxout com.openhtmltopdf.pdfboxout.fontstore -
-
Uses of PdfBoxFontResolver.FontDescription in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfBoxFontResolver.FontDescription Modifier and Type Field Description (package private) PdfBoxFontResolver.FontDescription
PdfBoxSlowOutputDevice.FontRun. des
(package private) PdfBoxFontResolver.FontDescription
PdfBoxTextRenderer.ReplacementChar. fontDescription
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfBoxFontResolver.FontDescription Modifier and Type Field Description private java.util.List<PdfBoxFontResolver.FontDescription>
PdfBoxFSFont. _fonts
Methods in com.openhtmltopdf.pdfboxout that return types with arguments of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description java.util.List<PdfBoxFontResolver.FontDescription>
PdfBoxFSFont. getFontDescription()
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description void
PdfBoxFastOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)
void
PdfBoxOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)
void
PdfBoxSlowOutputDevice. drawStringFast(java.lang.String s, float x, float y, JustificationInfo info, PdfBoxFontResolver.FontDescription desc, float fontSize)
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description private void
PdfBoxFontResolver. resolveFamilyFont(SharedContext ctx, java.lang.String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant, java.util.List<PdfBoxFontResolver.FontDescription> fonts, AbstractFontStore store)
Constructor parameters in com.openhtmltopdf.pdfboxout with type arguments of type PdfBoxFontResolver.FontDescription Constructor Description PdfBoxFSFont(java.util.List<PdfBoxFontResolver.FontDescription> fonts, float size)
-
Uses of PdfBoxFontResolver.FontDescription in com.openhtmltopdf.pdfboxout.fontstore
Fields in com.openhtmltopdf.pdfboxout.fontstore with type parameters of type PdfBoxFontResolver.FontDescription Modifier and Type Field Description (package private) java.util.Map<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>>
AbstractFontStore.BuiltinFontStore. _fontFamilies
private java.util.Map<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>>
MainFontStore. _fontFamilies
private java.util.List<PdfBoxFontResolver.FontDescription>
FallbackFontStore. fonts
Methods in com.openhtmltopdf.pdfboxout.fontstore that return PdfBoxFontResolver.FontDescription Modifier and Type Method Description PdfBoxFontResolver.FontDescription
AbstractFontStore.BuiltinFontStore. resolveFont(SharedContext ctx, java.lang.String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
PdfBoxFontResolver.FontDescription
AbstractFontStore.EmptyFontStore. resolveFont(SharedContext ctx, java.lang.String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
abstract PdfBoxFontResolver.FontDescription
AbstractFontStore. resolveFont(SharedContext ctx, java.lang.String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
PdfBoxFontResolver.FontDescription
MainFontStore. resolveFont(SharedContext ctx, java.lang.String fontFamily, float size, IdentValue weight, IdentValue style, IdentValue variant)
Methods in com.openhtmltopdf.pdfboxout.fontstore that return types with arguments of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>>
AbstractFontStore.BuiltinFontStore. createInitialFontMap()
private FontFamily<PdfBoxFontResolver.FontDescription>
MainFontStore. getFontFamily(java.lang.String fontFamilyName)
java.util.List<PdfBoxFontResolver.FontDescription>
FallbackFontStore. resolveFonts(SharedContext ctx, java.lang.String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)
Methods in com.openhtmltopdf.pdfboxout.fontstore with parameters of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description private void
FallbackFontStore. addFont(boolean subset, PdfBoxFontResolver.FontDescription descr)
private void
MainFontStore. addFontToFamily(boolean subset, FontFamily<PdfBoxFontResolver.FontDescription> fontFamily, PdfBoxFontResolver.FontDescription descr)
private int
FallbackFontStore. getFontPriority(PdfBoxFontResolver.FontDescription font, java.lang.String[] families, IdentValue weight, IdentValue desiredStyle, IdentValue variant)
Method parameters in com.openhtmltopdf.pdfboxout.fontstore with type arguments of type PdfBoxFontResolver.FontDescription Modifier and Type Method Description (package private) static void
AbstractFontStore.BuiltinFontStore. addCourier(java.util.HashMap<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>> result)
private void
MainFontStore. addFontToFamily(boolean subset, FontFamily<PdfBoxFontResolver.FontDescription> fontFamily, PdfBoxFontResolver.FontDescription descr)
(package private) static void
AbstractFontStore.BuiltinFontStore. addHelvetica(java.util.HashMap<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>> result)
(package private) static void
AbstractFontStore.BuiltinFontStore. addSymbol(java.util.Map<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>> result)
(package private) static void
AbstractFontStore.BuiltinFontStore. addTimes(java.util.HashMap<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>> result)
(package private) static void
AbstractFontStore.BuiltinFontStore. addZapfDingbats(java.util.Map<java.lang.String,FontFamily<PdfBoxFontResolver.FontDescription>> result)
-