From 272ecd64bf8cf7f6b0cb7d92496a7e42ec0b7ab1 Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Fri, 26 Nov 2021 23:25:34 -0800 Subject: [PATCH] Removed docs for get_width_subpixel and subpixel_scale which no longer exist. --- docs/api/renderer.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/api/renderer.lua b/docs/api/renderer.lua index 6820a14d..7a9b636d 100644 --- a/docs/api/renderer.lua +++ b/docs/api/renderer.lua @@ -61,15 +61,6 @@ function renderer.font:set_tab_size(chars) end ---@return number 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 ---when rendered with this font. @@ -77,12 +68,6 @@ function renderer.font:get_width_subpixel(text) end ---@return number 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. ---