mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
FontEditor: Add code previews for fixed-width fonts
Add pseudo code to font preview for fixed-width programming fonts.
This commit is contained in:
parent
59fa8323cf
commit
056ca62778
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/056ca62778 Pull-request: https://github.com/SerenityOS/serenity/pull/12893
@ -51,7 +51,9 @@ static constexpr Array pangrams = {
|
||||
"waxy and quivering jocks fumble the pizza",
|
||||
"~#:[@_1%]*{$2.3}/4^(5'6\")-&|7+8!=<9,0\\>?;",
|
||||
"byxfjärmat föl gick på duvshowen",
|
||||
" "
|
||||
" ",
|
||||
"float Fox.quick(h){ is_brown && it_jumps_over(doges.lazy) }",
|
||||
"<fox color=\"brown\" speed=\"quick\" jumps=\"over\">lazy dog</fox>"
|
||||
};
|
||||
|
||||
static RefPtr<GUI::Window> create_font_preview_window(FontEditorWidget& editor)
|
||||
|
Loading…
Reference in New Issue
Block a user