Package com.jetbrains

Interface FontMetricsAccessor.Overrider

Enclosing interface:
FontMetricsAccessor

@Provides public static interface FontMetricsAccessor.Overrider
Font metrics override handler.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    charWidth(int codePoint)
    Returning NaN means the default (not overridden) value should be used.
  • Method Details

    • charWidth

      float charWidth(int codePoint)
      Returning NaN means the default (not overridden) value should be used.
      Parameters:
      codePoint - code point
      Returns:
      advance of the specified code point