mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
LibGfx: Remove Font::pixel_size_rounded_up()
The remaining callsites were removed in the previous commit.
This commit is contained in:
parent
788d5368a7
commit
144eac44fb
Notes:
github-actions[bot]
2025-07-15 18:06:46 +00:00
Author: https://github.com/gmta
Commit: 144eac44fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5454
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/kalenikaliaksandr ✅
2 changed files with 0 additions and 8 deletions
|
@ -58,7 +58,6 @@ public:
|
|||
|
||||
float point_size() const;
|
||||
float pixel_size() const;
|
||||
int pixel_size_rounded_up() const;
|
||||
FontPixelMetrics const& pixel_metrics() const { return m_pixel_metrics; }
|
||||
u8 slope() const { return m_typeface->slope(); }
|
||||
u16 weight() const { return m_typeface->weight(); }
|
||||
|
@ -94,7 +93,6 @@ private:
|
|||
FontPixelMetrics m_pixel_metrics;
|
||||
|
||||
float m_pixel_size { 0.0f };
|
||||
int m_pixel_size_rounded_up { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue