interface FontProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.FontProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_FontProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.FontProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.FontProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnThemePropsMixin » FontProperty |
Determines the font settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const fontProperty: quicksight.CfnThemePropsMixin.FontProperty = {
fontFamily: 'fontFamily',
};
Properties
| Name | Type | Description |
|---|---|---|
| font | string | Determines the font family settings. |
fontFamily?
Type:
string
(optional)
Determines the font family settings.

.NET
Go
Java
Python
TypeScript