Interface IsScriptableFontProvider<T extends ChartContext>

    • Method Detail

      • setFont

        void setFont​(FontCallback<T> fontCallback)
        Sets the font callback.
        Parameters:
        fontCallback - the font callback.
      • setFont

        void setFont​(NativeCallback fontCallback)
        Sets the font callback.
        Parameters:
        fontCallback - the font callback.