Interface FontCapable

  • All Known Subinterfaces:
    DefaultCodeArea
    All Known Implementing Classes:
    CodeArea

    @ParametersAreNonnullByDefault
    public interface FontCapable
    Support for font capability.
    • Method Detail

      • getCodeFont

        @Nonnull
        java.awt.Font getCodeFont()
        Returns font used for text painting.
        Returns:
        font
      • setCodeFont

        void setCodeFont​(java.awt.Font codeFont)
        Sets font used for text painting.
        Parameters:
        codeFont - font