Merge pull request #656 from vincens2005/patch-2

Document bold, italic, and underlined font rendering
This commit is contained in:
Adam 2021-11-07 13:42:57 -05:00 committed by GitHub
commit 4b6a6a76f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ renderer.color = {}
---@class renderer.fontoptions
---@field public antialiasing "'grayscale'" | "'subpixel'"
---@field public hinting "'slight'" | "'none'" | '"full"'
-- @field public bold boolean
-- @field public italic boolean
-- @field public underline boolean
renderer.fontoptions = {}
---