mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:47:44 +00:00
FontEditor: Add Klingon phrase to Preview Font
This commit is contained in:
parent
cf6ceb956f
commit
10a52c0b32
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
#include <LibUnicode/CharacterTypes.h>
|
#include <LibUnicode/CharacterTypes.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
static constexpr int s_pangram_count = 7;
|
static constexpr int s_pangram_count = 8;
|
||||||
static char const* pangrams[s_pangram_count] = {
|
static char const* pangrams[s_pangram_count] = {
|
||||||
"quick fox jumps nightly above wizard",
|
"quick fox jumps nightly above wizard",
|
||||||
"five quacking zephyrs jolt my wax bed",
|
"five quacking zephyrs jolt my wax bed",
|
||||||
|
@ -50,7 +50,8 @@ static char const* pangrams[s_pangram_count] = {
|
||||||
"quick brown fox jumps over the lazy dog",
|
"quick brown fox jumps over the lazy dog",
|
||||||
"waxy and quivering jocks fumble the pizza",
|
"waxy and quivering jocks fumble the pizza",
|
||||||
"~#:[@_1%]*{$2.3}/4^(5'6\")-&|7+8!=<9,0\\>?;",
|
"~#:[@_1%]*{$2.3}/4^(5'6\")-&|7+8!=<9,0\\>?;",
|
||||||
"byxfjärmat föl gick på duvshowen"
|
"byxfjärmat föl gick på duvshowen",
|
||||||
|
" "
|
||||||
};
|
};
|
||||||
|
|
||||||
static RefPtr<GUI::Window> create_font_preview_window(FontEditorWidget& editor)
|
static RefPtr<GUI::Window> create_font_preview_window(FontEditorWidget& editor)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue