FontVariationAxis(String, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct FontVariationAxis.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;F)V", "", ApiSince=26)]
public FontVariationAxis (string tagString, float styleValue);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;F)V", "", ApiSince=26)>]
new Android.Graphics.Fonts.FontVariationAxis : string * single -> Android.Graphics.Fonts.FontVariationAxis
Parameters
- tagString
- String
- styleValue
- Single
- Attributes
Remarks
Construct FontVariationAxis.
The axis tag must contain four ASCII characters. Tag string that are longer or shorter than four characters, or contains characters outside of U+0020..U+007E are invalid.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.