1
0
mirror of https://github.com/google/fonts.git synced 2024-12-19 14:52:12 +03:00
fonts/cc-by-sa/knowledge/glossary/terms/uppercase_lowercase/content.md
2022-03-28 12:02:37 -07:00

13 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Writing systems that use uppercase and lowercase sets have characters with equivalents in each set. Uppercase (or capital) letters—the larger of the two— are used for the beginning of sentences, proper nouns, and abbreviations. They can also be used for purely aesthetic purposes, such as in [display](/glossary/display) signage. Lowercase letters are used for every other scenario.
<figure>
![“CAPS” and “case” set in uppercase and lowercase type, respectively. Horizontal lines denote the different vertical metrics of the type, with the cap height highlighted in the first word, and x-height highlighted in the second.](images/thumbnail.svg)
</figure>
The original version of the [Latin alphabet](/glossary/latin) contained only uppercase forms. Lowercase letters were based on cursive handwritten forms.
When spacing uppercase [text](/glossary/text_copy), especially at small sizes, its usually beneficial to aid [readability](/glossary/legibility_readability) by applying more open [tracking (letter-spacing)](/glossary/tracking_letter_spacing). To transform between uppercase and lowercase, many applications and word processors have built-in options; in CSS, its achieved using `text-transform`.