1. Verifying a Font Preview String
Typeface DesignerBackground
A typeface designer wants to display a complete alphabet preview for a new font using a custom sentence.
Problem
They need to ensure their custom sentence actually contains all 26 English letters before publishing the font specimen.
How to use
Paste the sentence into the text area and leave case sensitivity disabled.
{
"text": "The quick brown fox jumps over the lazy dog",
"caseSensitive": false
}Outcome
The tool confirms the text is a pangram containing all 26 letters of the alphabet.