Class PassThroughFamilyNameNormalizer

java.lang.Object
com.adobe.fontengine.inlineformatting.css20.PassThroughFamilyNameNormalizer
All Implemented Interfaces:
FamilyNameNormalizer, Serializable

public final class PassThroughFamilyNameNormalizer extends Object implements FamilyNameNormalizer
A FamilyNameNormalizer that does not modify its input.
See Also:
  • Constructor Details

    • PassThroughFamilyNameNormalizer

      public PassThroughFamilyNameNormalizer()
  • Method Details

    • normalize

      public String normalize(String familyName)
      Description copied from interface: FamilyNameNormalizer
      This method takes a font family name and a normalization system is applied to it for use by the CSS20FontSet in searching for fonts. Family names that are identical with normalization are treated as being identical for all uses by the CSS20FontSet.
      Specified by:
      normalize in interface FamilyNameNormalizer
      Parameters:
      familyName - font family name to normalize
      Returns:
      normalized font family name