Package com.microej.wear.services
Interface FontService
-
public interface FontService
This service allows Features to get fonts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ej.microvg.VectorFont
getBoldItalicFont()
Returns the bold italic font.ej.microvg.VectorFont
getLightFont()
Returns the light font.ej.microvg.VectorFont
getRegularFont()
Returns the regular 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.
-
-