interface FontProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTheme.FontProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_FontProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTheme.FontProperty |
![]() | aws_cdk.aws_quicksight.CfnTheme.FontProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTheme » 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-lib';
const fontProperty: quicksight.CfnTheme.FontProperty = {
fontFamily: 'fontFamily',
};
Properties
Name | Type | Description |
---|---|---|
font | string | Determines the font family settings. |
fontFamily?
Type:
string
(optional)
Determines the font family settings.