Interface RSAbstractFont

  • All Known Subinterfaces:
    RSFont

    public interface RSAbstractFont
    • Method Detail

      • drawTextLeftAligned

        void drawTextLeftAligned​(java.lang.String text,
                                 int x,
                                 int y,
                                 int fontColor,
                                 int shadowColor)
      • drawTextRightAligned

        void drawTextRightAligned​(java.lang.String text,
                                  int x,
                                  int y,
                                  int fontColor,
                                  int shadowColor)