
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
26 lines
360 B
Text
26 lines
360 B
Text
---
|
|
title: DefaultFontStyle
|
|
status: published
|
|
category: tlschema
|
|
group: Variable
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 18
|
|
---<Small>Public Readonly Variable</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
DefaultFontStyle: import('./StyleProp').EnumStyleProp<
|
|
'draw' | 'mono' | 'sans' | 'serif'
|
|
>
|
|
```
|
|
|
|
##### References
|
|
|
|
[EnumStyleProp](/gen/tlschema/EnumStyleProp-class)
|
|
|