Interface MatrixFont

All Known Implementing Classes:
MatrixFont5x7, MatrixFont8x11, MatrixFont8x8

public interface MatrixFont
Created by hansolo on 24.03.17.
  • Method Details

    • getCharacterWidth

      int getCharacterWidth()
    • getCharacterHeight

      int getCharacterHeight()
    • getCharacter

      int[] getCharacter(char CHAR)