Release 4.46.0
This commit is contained in:
parent
a129877738
commit
69f12cc568
8 changed files with 1087 additions and 454 deletions
|
@ -2190,6 +2190,24 @@ To specify an underlined, Helvetica font with a size of 15 the values:
|
|||
('Helvetica', 15, 'underline italics')
|
||||
'Helvetica 15 underline italics'
|
||||
|
||||
**Font Style - Valid font styles include:**
|
||||
|
||||
* italic
|
||||
* roman
|
||||
* bold
|
||||
* normal
|
||||
* underline
|
||||
* overstrike
|
||||
|
||||
An example with many styles is:
|
||||
|
||||
```python
|
||||
font='Courier 12 italic bold underline overstrike'
|
||||
```
|
||||
|
||||
The same styles can be used with the tuple format for fonts.
|
||||
|
||||
|
||||
#### Key
|
||||
|
||||
See the section above that has full information about keys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue