mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:57:35 +00:00
LibVT: Use font pixel height (pixel_size) when calculating line heights
This commit is contained in:
parent
2e1b8b90f4
commit
ddc0c13007
2 changed files with 9 additions and 6 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue