public static interface FontSize.Builder extends SdkPojo, CopyableBuilder<FontSize.Builder,FontSize>
Modifier and Type | Method and Description |
---|---|
FontSize.Builder |
relative(RelativeFontSize relative)
The lexical name for the text size, proportional to its surrounding context.
|
FontSize.Builder |
relative(String relative)
The lexical name for the text size, proportional to its surrounding context.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FontSize.Builder relative(String relative)
The lexical name for the text size, proportional to its surrounding context.
relative
- The lexical name for the text size, proportional to its surrounding context.RelativeFontSize
,
RelativeFontSize
FontSize.Builder relative(RelativeFontSize relative)
The lexical name for the text size, proportional to its surrounding context.
relative
- The lexical name for the text size, proportional to its surrounding context.RelativeFontSize
,
RelativeFontSize
Copyright © 2023. All rights reserved.