mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibWeb: Remove SetFont painting command
It was only used in ImagePaintable for alt text and now it is replaced by saving font inside DrawText command.
This commit is contained in:
parent
d85a0e306a
commit
a319037706
7 changed files with 1 additions and 46 deletions
|
@ -88,12 +88,6 @@ CommandResult PaintingCommandExecutorGPU::clear_clip_rect()
|
|||
return CommandResult::Continue;
|
||||
}
|
||||
|
||||
CommandResult PaintingCommandExecutorGPU::set_font(Gfx::Font const&)
|
||||
{
|
||||
// FIXME
|
||||
return CommandResult::Continue;
|
||||
}
|
||||
|
||||
CommandResult PaintingCommandExecutorGPU::push_stacking_context(float opacity, bool is_fixed_position, Gfx::IntRect const& source_paintable_rect, Gfx::IntPoint post_transform_translation, CSS::ImageRendering, StackingContextTransform transform, Optional<StackingContextMask>)
|
||||
{
|
||||
if (source_paintable_rect.is_empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue