mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Remove unused CRC2D::bitmap_font_fill_text()
This commit is contained in:
parent
e81bd34561
commit
4822d1da4e
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/awesomekling
Commit: 4822d1da4e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/42
2 changed files with 0 additions and 44 deletions
|
@ -142,7 +142,6 @@ private:
|
|||
Gfx::Path rect_path(float x, float y, float width, float height);
|
||||
|
||||
Gfx::Path text_path(StringView text, float x, float y, Optional<double> max_width);
|
||||
void bitmap_font_fill_text(StringView text, float x, float y, Optional<double> max_width);
|
||||
|
||||
void stroke_internal(Gfx::Path const&);
|
||||
void fill_internal(Gfx::Path const&, Gfx::Painter::WindingRule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue