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 VectorFontgetBoldItalicFont()Returns the bold italic font.VectorFontgetLightFont()Returns the light font.VectorFontgetMonospaceFont()Returns the monospace font.VectorFontgetRegularFont()Returns the regular font.VectorFontgetSemiBoldFont()Returns the semi bold font.
-
-
-
Method Detail
-
getRegularFont
VectorFont getRegularFont()
Returns the regular font.- Returns:
- the regular font.
-
getBoldItalicFont
VectorFont getBoldItalicFont()
Returns the bold italic font.- Returns:
- the bold italic font.
-
getLightFont
VectorFont getLightFont()
Returns the light font.- Returns:
- the light font.
-
getMonospaceFont
VectorFont getMonospaceFont()
Returns the monospace font.- Returns:
- the monospace font.
-
getSemiBoldFont
VectorFont getSemiBoldFont()
Returns the semi bold font.- Returns:
- the semi bold font.
-
-