Uses of Class
de.xima.fc.common.text.shape.FontSpecifier.Builder
Packages that use FontSpecifier.Builder
-
Uses of FontSpecifier.Builder in de.xima.fc.common.text.shape
Methods in de.xima.fc.common.text.shape that return FontSpecifier.BuilderModifier and TypeMethodDescriptionstatic FontSpecifier.BuilderFontSpecifier.byFileName(String fileName) Creates a new builder for a font specifier based on the file name.FontSpecifier.Builder.collectionIndex(int collectionIndex) If the input is a font collection (*.otc or *.ttc), sets the collection index to select the font to use.FontSpecifier.Builder.data(IThrowingSupplier<InputStream> data) Sets the input stream of the font data.Sets the path of the input font file.Sets the path of the input font file.FontSpecifier.Builder.featureContextualLigatures()Enables the font feature for contextual ligatures.FontSpecifier.Builder.featureDiscretionaryLigatures()Enables the font feature for discretionary ligatures.FontSpecifier.Builder.featureGlyphCompositionDecomposition()Enables the font feature for glyph composition and decomposition.FontSpecifier.Builder.featureHistoricalLigatures()Enables the font feature for historical ligatures.FontSpecifier.Builder.featureKerning()Enables the font feature for kerning.FontSpecifier.Builder.featureLiningFigures()Enables the font feature for lining figures.FontSpecifier.Builder.featureOldStyleFigures()Enables the font feature for old style figures.FontSpecifier.Builder.featureProportionalFigures()Enables the font feature for proportional figures.FontSpecifier.Builder.featureRequiredLigatures()Enables the font feature for required ligatures.FontSpecifier.Builder.featureStandardLigatures()Enables the font feature for standard ligatures.FontSpecifier.Builder.featureStylisticSet(int stylisticSet) Enables the font feature for a certain stylistic set.FontSpecifier.Builder.featureTabularFigures()Enables the font feature for tabular figures.FontSpecifier.Builder.featureVerticalAlternates()Enables the font feature for vertical alternates.FontSpecifier.Builder.featureVerticalAlternatesAndRotation()Enables the font feature for vertical alternates and rotation.static FontSpecifier.BuilderCreates a new builder for an OpenType font specifier.static FontSpecifier.BuilderCreates a new builder for a TrueType font specifier.