interface TypographyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTheme.TypographyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_TypographyProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTheme.TypographyProperty |
Python | aws_cdk.aws_quicksight.CfnTheme.TypographyProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTheme » 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-lib';
const typographyProperty: quicksight.CfnTheme.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