mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Userland+Base: Make the window titlebar font configurable separately
Instead of defaulting to "bold variant of the system default font", let's allow the user to set any font they want as the titlebar font.
This commit is contained in:
parent
419e986dcc
commit
548081ea23
20 changed files with 107 additions and 21 deletions
|
@ -143,7 +143,7 @@ endpoint WindowServer
|
|||
set_cursor_highlight_color(Gfx::Color color) =|
|
||||
get_cursor_highlight_color() => (Gfx::Color color)
|
||||
|
||||
set_system_fonts(String default_font_query, String fixed_width_font_query) => (bool success)
|
||||
set_system_fonts(String default_font_query, String fixed_width_font_query, String window_title_font_query) => (bool success)
|
||||
|
||||
set_window_base_size_and_size_increment(i32 window_id, Gfx::IntSize base_size, Gfx::IntSize size_increment) =|
|
||||
set_window_resize_aspect_ratio(i32 window_id, Optional<Gfx::IntSize> resize_aspect_ratio) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue