Package com.microej.wear.services
Interface FontService
-
public interface FontServiceThis service allows Features to get fonts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ej.microvg.VectorFontgetBoldItalicFont()Returns the bold italic font.ej.microvg.VectorFontgetLightFont()Returns the light font.ej.microvg.VectorFontgetMonospaceFont()Returns the monospace font.ej.microvg.VectorFontgetRegularFont()Returns the regular font.ej.microvg.VectorFontgetSemiBoldFont()Returns the semi bold font.
-
-
-
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.
-
-