Interface FontService


  • public interface FontService
    This service allows Features to get fonts.
    • Method Detail

      • getRegularFont

        ej.microvg.VectorFont getRegularFont()
        Returns the regular font.
        Returns:
        the regular font.
      • getBoldItalicFont

        ej.microvg.VectorFont getBoldItalicFont()
        Returns the bold italic font.
        Returns:
        the bold italic font.
      • getLightFont

        ej.microvg.VectorFont getLightFont()
        Returns the light font.
        Returns:
        the light font.
      • getMonospaceFont

        ej.microvg.VectorFont getMonospaceFont()
        Returns the monospace font.
        Returns:
        the monospace font.
      • getSemiBoldFont

        ej.microvg.VectorFont getSemiBoldFont()
        Returns the semi bold font.
        Returns:
        the semi bold font.