Merge pull request #701 from jminor/master
Removed docs for *_subpixel functions which no longer exist
This commit is contained in:
commit
e56fd4c05a
|
@ -61,15 +61,6 @@ function renderer.font:set_tab_size(chars) end
|
||||||
---@return number
|
---@return number
|
||||||
function renderer.font:get_width(text) end
|
function renderer.font:get_width(text) end
|
||||||
|
|
||||||
---
|
|
||||||
---Get the width in subpixels of the given text when
|
|
||||||
---rendered with this font.
|
|
||||||
---
|
|
||||||
---@param text string
|
|
||||||
---
|
|
||||||
---@return number
|
|
||||||
function renderer.font:get_width_subpixel(text) end
|
|
||||||
|
|
||||||
---
|
---
|
||||||
---Get the height in pixels that occupies a single character
|
---Get the height in pixels that occupies a single character
|
||||||
---when rendered with this font.
|
---when rendered with this font.
|
||||||
|
@ -77,12 +68,6 @@ function renderer.font:get_width_subpixel(text) end
|
||||||
---@return number
|
---@return number
|
||||||
function renderer.font:get_height() end
|
function renderer.font:get_height() end
|
||||||
|
|
||||||
---
|
|
||||||
---Gets the font subpixel scale.
|
|
||||||
---
|
|
||||||
---@return number
|
|
||||||
function renderer.font:subpixel_scale() end
|
|
||||||
|
|
||||||
---
|
---
|
||||||
---Get the current size of the font.
|
---Get the current size of the font.
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue