mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx
In upcoming changes UnicodeRange is going to be used in LibGfx in a class that represents font cascade list.
This commit is contained in:
parent
0d03257e69
commit
f50bf00814
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: f50bf00814
Pull-request: https://github.com/SerenityOS/serenity/pull/22236
Issue: https://github.com/SerenityOS/serenity/issues/21213
8 changed files with 20 additions and 22 deletions
|
@ -186,7 +186,6 @@ class TimeStyleValue;
|
|||
class Transformation;
|
||||
class TransformationStyleValue;
|
||||
class URLStyleValue;
|
||||
class UnicodeRange;
|
||||
class UnresolvedStyleValue;
|
||||
class UnsetStyleValue;
|
||||
class VisualViewport;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue