interface TypographyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTheme.TypographyProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTheme.TypographyProperty |
Python | aws_cdk.aws_quicksight.CfnTheme.TypographyProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTheme » TypographyProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const typographyProperty: quicksight.CfnTheme.TypographyProperty = {
fontFamilies: [{
fontFamily: 'fontFamily',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| font | IResolvable | IResolvable | Font[] | CfnTheme.TypographyProperty.FontFamilies. |
fontFamilies?
Type:
IResolvable | IResolvable | Font[]
(optional)
CfnTheme.TypographyProperty.FontFamilies.

.NET
Java
Python
TypeScript