Support cursive/fantasy default font families
This commit is contained in:
parent
bc39964ece
commit
5d505f9139
2 changed files with 6 additions and 0 deletions
|
@ -269,6 +269,8 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
|||
* `serif` String (optional) - Defaults to `Times New Roman`.
|
||||
* `sansSerif` String (optional) - Defaults to `Arial`.
|
||||
* `monospace` String (optional) - Defaults to `Courier New`.
|
||||
* `cursive` String (optional) - Defaults to `Script`.
|
||||
* `fantasy` String (optional) - Defaults to `Impact`.
|
||||
* `defaultFontSize` Integer (optional) - Defaults to `16`.
|
||||
* `defaultMonospaceFontSize` Integer (optional) - Defaults to `13`.
|
||||
* `minimumFontSize` Integer (optional) - Defaults to `0`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue