public class

ProtoLayoutThemeImpl.FontSetImpl

extends java.lang.Object

implements ProtoLayoutTheme.FontSet

 java.lang.Object

↳androidx.wear.protolayout.renderer.inflater.ProtoLayoutThemeImpl.FontSetImpl

Overview

Holder for different weights of the same font variant.

Summary

Methods
public TypefacegetBoldFont()

public TypefacegetMediumFont()

public TypefacegetNormalFont()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public Typeface getNormalFont()

public Typeface getMediumFont()

public Typeface getBoldFont()