Uses of Class
com.helger.pdflayout.spec.FontSpec
Packages that use FontSpec
Package
Description
-
Uses of FontSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return FontSpecModifier and TypeMethodDescriptionFontSpecMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods in com.helger.pdflayout.config.xml with parameters of type FontSpecModifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementFontSpecMicroTypeConverter.convertToMicroElement(FontSpec aValue, String sNamespaceURI, String sTagName) -
Uses of FontSpec in com.helger.pdflayout.element.list
Methods in com.helger.pdflayout.element.list that return FontSpecModifier and TypeMethodDescriptionfinal FontSpecAbstractBulletPointCreatorFontBased.getFontSpec()Constructors in com.helger.pdflayout.element.list with parameters of type FontSpecModifierConstructorDescriptionAbstractBulletPointCreatorFontBased(FontSpec aFontSpec) BulletPointCreatorConstant(String sText, FontSpec aFontSpec) BulletPointCreatorNumeric(IntFunction<String> aFormatter, FontSpec aFontSpec) -
Uses of FontSpec in com.helger.pdflayout.element.text
Methods in com.helger.pdflayout.element.text that return FontSpecConstructors in com.helger.pdflayout.element.text with parameters of type FontSpec -
Uses of FontSpec in com.helger.pdflayout.pdfbox
Methods in com.helger.pdflayout.pdfbox with parameters of type FontSpecModifier and TypeMethodDescriptionvoidPDPageContentStreamWithCache.setFont(LoadedFont aLoadedFont, FontSpec aFontSpec) -
Uses of FontSpec in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render with parameters of type FontSpec -
Uses of FontSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return FontSpecModifier and TypeMethodDescriptionFontSpec.getCloneWithDifferentColor(PLColor aNewColor) Return a clone of this object but with a different color.FontSpec.getCloneWithDifferentFont(PreloadFont aNewFont) Return a clone of this object but with a different font.FontSpec.getCloneWithDifferentFontSize(float fNewFontSize) Return a clone of this object but with a different font size.