TSFontFace
TSFontFace : {color?: string , family?: string , format?: string , guid: string | , size?: string , stretch?: string , style?: string , unicodeRange?: string , url?: string , variant?: string , weight?: string }
Font Faces type from TS. guid will be null in case of default Font types If a custom Font is added in Dev section on TS this guid can be used to Match the Font Face That needs to be applied to
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/common.types.ts#L226
Parameters
color
color: string
Optional
family
family: string
Optional
format
format: string
Optional
guid
guid: string |
size
size: string
Optional
stretch
stretch: string
Optional
style
style: string
Optional
unicodeRange
unicodeRange: string
Optional
url
url: string
Optional
variant
variant: string
Optional
weight
weight: string
Optional