Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
WeightedFontFamily |
WeightedFontFamily.clone() |
WeightedFontFamily |
TextStyle.getWeightedFontFamily()
The font family and rendered weight of the text.
|
WeightedFontFamily |
WeightedFontFamily.set(String fieldName,
Object value) |
WeightedFontFamily |
WeightedFontFamily.setFontFamily(String fontFamily)
The font family of the text.
|
WeightedFontFamily |
WeightedFontFamily.setWeight(Integer weight)
The rendered weight of the text.
|
Modifier and Type | Method and Description |
---|---|
TextStyle |
TextStyle.setWeightedFontFamily(WeightedFontFamily weightedFontFamily)
The font family and rendered weight of the text.
|
Copyright © 2011–2024 Google. All rights reserved.