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.