Removed subpixel mentions.

This commit is contained in:
Adam Harrison 2021-09-10 22:54:05 -04:00
parent 19b90aae18
commit 67032f72ac
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ local draw_overlay = DocView.draw_overlay
function DocView:draw_overlay(...)
local ns = ("n"):rep(config.line_limit)
local ss = self:get_font():subpixel_scale()
local offset = self:get_font():get_width_subpixel(ns) / ss
local offset = self:get_font():get_width(ns)
local x = self:get_line_screen_position(1) + offset
local y = self.position.y
local w = math.ceil(SCALE * 1)