Class BlockUtils

java.lang.Object
com.github.tommyettinger.textra.utils.BlockUtils

public class BlockUtils extends Object
  • Field Details

  • Constructor Details

    • BlockUtils

      public BlockUtils()
  • Method Details

    • isBlockGlyph

      public static boolean isBlockGlyph(int c)
      Returns true if the given char can be handled by the box drawing and block element data here, or false if the Font should try to handle that char itself.
      Parameters:
      c - a char (or int in the char range, 0-65535) that could potentially be a box drawing/block element char
      Returns:
      true if c is a box drawing/block element char that this can handle