Uses of Class
com.helger.pdflayout.spec.FontSpec
-
-
Uses of FontSpec in com.helger.pdflayout.config.xml
Methods in com.helger.pdflayout.config.xml that return FontSpec Modifier and Type Method Description FontSpecFontSpecMicroTypeConverter. convertToNative(com.helger.xml.microdom.IMicroElement aElement)Methods in com.helger.pdflayout.config.xml with parameters of type FontSpec Modifier and Type Method Description com.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 FontSpec Modifier and Type Method Description FontSpecAbstractBulletPointCreatorFontBased. getFontSpec()Constructors in com.helger.pdflayout.element.list with parameters of type FontSpec Constructor Description AbstractBulletPointCreatorFontBased(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 FontSpec Modifier and Type Method Description FontSpecAbstractPLText. getFontSpec()Constructors in com.helger.pdflayout.element.text with parameters of type FontSpec Constructor Description AbstractPLText(String sText, FontSpec aFontSpec)PLText(String sText, FontSpec aFontSpec) -
Uses of FontSpec in com.helger.pdflayout.pdfbox
Methods in com.helger.pdflayout.pdfbox with parameters of type FontSpec Modifier and Type Method Description voidPDPageContentStreamWithCache. setFont(LoadedFont aLoadedFont, FontSpec aFontSpec) -
Uses of FontSpec in com.helger.pdflayout.render
Methods in com.helger.pdflayout.render with parameters of type FontSpec Modifier and Type Method Description LoadedFontPreparationContextGlobal. getLoadedFont(FontSpec aFontSpec) -
Uses of FontSpec in com.helger.pdflayout.spec
Methods in com.helger.pdflayout.spec that return FontSpec Modifier and Type Method Description FontSpecFontSpec. getCloneWithDifferentColor(Color aNewColor)Return a clone of this object but with a different color.FontSpecFontSpec. getCloneWithDifferentFont(PreloadFont aNewFont)Return a clone of this object but with a different font.FontSpecFontSpec. getCloneWithDifferentFontSize(float fNewFontSize)Return a clone of this object but with a different font size.
-