Interface CoverageLevel


public interface CoverageLevel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The character is represented as
    basically the correct graphical form, but with a stylistic
    variant inappropriate for the current script.
    static final int
    The character is represented as the
    correct graphical form.
    static final int
    The character is represented in a
    way that may be comprehensible but is not the correct
    graphical form.
    static final int
    The character is not representable with
    the font.
  • Field Details

    • NONE

      static final int NONE
      The character is not representable with
      the font.
      See Also:
    • FALLBACK

      static final int FALLBACK
      The character is represented in a
      way that may be comprehensible but is not the correct
      graphical form. For instance, a Hangul character represented
      as a a sequence of Jamos, or a Latin transliteration of a
      Cyrillic word.
      See Also:
    • APPROXIMATE

      static final int APPROXIMATE
      The character is represented as
      basically the correct graphical form, but with a stylistic
      variant inappropriate for the current script.
      See Also:
    • EXACT

      static final int EXACT
      The character is represented as the
      correct graphical form.
      See Also: