1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:27:45 +00:00

LibVT: Use font pixel height (pixel_size) when calculating line heights

This commit is contained in:
Andreas Kling 2023-01-05 13:33:35 +01:00
parent 2e1b8b90f4
commit ddc0c13007
2 changed files with 9 additions and 6 deletions

View file

@ -193,6 +193,7 @@ private:
int m_inset { 2 };
int m_line_spacing { 4 };
int m_line_height { 0 };
int m_cell_height { 0 };
int m_column_width { 0 };
int m_ptm_fd { -1 };