interface TypographyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.TypographyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_TypographyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.TypographyProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.TypographyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnThemePropsMixin » TypographyProperty |
Determines the typography options.
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 typographyProperty: quicksight.CfnThemePropsMixin.TypographyProperty = {
fontFamilies: [{
fontFamily: 'fontFamily',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| font | IResolvable | (IResolvable | Font)[] | Determines the list of font families. |
fontFamilies?
Type:
IResolvable | (IResolvable | Font)[]
(optional)
Determines the list of font families.

.NET
Go
Java
Python
TypeScript