Package com.adobe.fontengine.inlineformatting.css20
This package contains classes that provide CSS support for use in inline text formatting.
-
Interface Summary Interface Description CSS20FontSet This interface provides access to the methods that a client can use to build a font set that is used by aPDF16RichTextFormatter
object to resolve CSS font specifications into actualFontData
objects.FamilyNameNormalizer This interface is what must be implemented to over ride the default font family name normalization used by the CSS20FontSet. -
Class Summary Class Description CSS20Attribute This class holds the CSS attributes that can be used to tag anAttributedRun
.CSS20Attribute.CSSStretchValue This class provides an enumeration of the possible values for the CSS Stretch attribute.CSS20Attribute.CSSStyleValue This class provides an enumeration of the possible values for the CSS Style attribute.CSS20Attribute.CSSVariantValue This class provides an enumeration of the possible values for the CSS Variant attribute.CSS20Attribute.CSSWeightValue This class provides an enumeration of the possible values for the CSS Weight attribute.CSS20FontDatabase CSS20FontDatabaseCSS20FontDescription CSSPDF16FontDescription This class provides a description of the font in a CSS2.0/PDF1.6 terms.CSS20FontSelector The font selection part ofPDF16RichTextFormatter
.CSS20GenericFontFamily This class provides an enumeration of the possible values for CSS generic font families.PassThroughFamilyNameNormalizer A FamilyNameNormalizer that does not modify its input.RemoveSpacesAndUppercaseFamilyNameNormalizer RemoveSpacesAndUppercaseNormalizer