public interface

ProtoLayoutTheme.FontSet

 androidx.wear.protolayout.renderer.ProtoLayoutTheme.FontSet

Subclasses:

ProtoLayoutThemeImpl.FontSetImpl

Overview

Holder for different weights of the same font variant.

Summary

Methods
public TypefacegetBoldFont()

public TypefacegetMediumFont()

public TypefacegetNormalFont()

Methods

public Typeface getNormalFont()

public Typeface getMediumFont()

public Typeface getBoldFont()