Uses of Class
org.verapdf.features.FontFeaturesData.Builder
-
Packages that use FontFeaturesData.Builder Package Description org.verapdf.features -
-
Uses of FontFeaturesData.Builder in org.verapdf.features
Methods in org.verapdf.features that return FontFeaturesData.Builder Modifier and Type Method Description FontFeaturesData.BuilderFontFeaturesData.Builder. ascent(Double ascent)FontFeaturesData.BuilderFontFeaturesData.Builder. avgWidth(Double avgWidth)FontFeaturesData.BuilderFontFeaturesData.Builder. capHeight(Double capHeight)FontFeaturesData.BuilderFontFeaturesData.Builder. charSet(String charSet)FontFeaturesData.BuilderFontFeaturesData.Builder. descent(Double descent)FontFeaturesData.BuilderFontFeaturesData.Builder. flags(Integer flags)FontFeaturesData.BuilderFontFeaturesData.Builder. fontBBox(List<Double> fontBBox)FontFeaturesData.BuilderFontFeaturesData.Builder. fontFamily(String fontFamily)FontFeaturesData.BuilderFontFeaturesData.Builder. fontName(String fontName)FontFeaturesData.BuilderFontFeaturesData.Builder. fontStretch(String fontStretch)FontFeaturesData.BuilderFontFeaturesData.Builder. fontWeight(Double fontWeight)FontFeaturesData.BuilderFontFeaturesData.Builder. italicAngle(Double italicAngle)FontFeaturesData.BuilderFontFeaturesData.Builder. leading(Double leading)FontFeaturesData.BuilderFontFeaturesData.Builder. maxWidth(Double maxWidth)FontFeaturesData.BuilderFontFeaturesData.Builder. metadata(InputStream metadata)FontFeaturesData.BuilderFontFeaturesData.Builder. missingWidth(Double missingWidth)FontFeaturesData.BuilderFontFeaturesData.Builder. stemH(Double stemH)FontFeaturesData.BuilderFontFeaturesData.Builder. stemV(Double stemV)FontFeaturesData.BuilderFontFeaturesData.Builder. stream(InputStream stream)FontFeaturesData.BuilderFontFeaturesData.Builder. xHeight(Double xHeight)
-