public interface

LayoutElementProto.FontSettingOrBuilder

 androidx.wear.protolayout.proto.LayoutElementProto.FontSettingOrBuilder

Subclasses:

LayoutElementProto.FontSetting, LayoutElementProto.FontSetting.Builder

Summary

Methods
public LayoutElementProto.FontFeatureSettinggetFeature()

 A single point of customization in a font feature, with specified tag.

public LayoutElementProto.FontSetting.InnerCasegetInnerCase()

public LayoutElementProto.FontVariationSettinggetVariation()

 A single point of customization in a font variation, with axis tag and a
 value for it.

public booleanhasFeature()

 A single point of customization in a font feature, with specified tag.

public booleanhasVariation()

 A single point of customization in a font variation, with axis tag and a
 value for it.

Methods

public boolean hasVariation()

 A single point of customization in a font variation, with axis tag and a
 value for it.
 
.androidx.wear.protolayout.proto.FontVariationSetting variation = 1;

Returns:

Whether the variation field is set.

 A single point of customization in a font variation, with axis tag and a
 value for it.
 
.androidx.wear.protolayout.proto.FontVariationSetting variation = 1;

Returns:

The variation.

public boolean hasFeature()

 A single point of customization in a font feature, with specified tag.
 
.androidx.wear.protolayout.proto.FontFeatureSetting feature = 2;

Returns:

Whether the feature field is set.

 A single point of customization in a font feature, with specified tag.
 
.androidx.wear.protolayout.proto.FontFeatureSetting feature = 2;

Returns:

The feature.