https://github.com/pacexy/iso-basic-latin-alphabet
ISO basic Latin alphabet
https://github.com/pacexy/iso-basic-latin-alphabet
Last synced: over 1 year ago
JSON representation
ISO basic Latin alphabet
- Host: GitHub
- URL: https://github.com/pacexy/iso-basic-latin-alphabet
- Owner: pacexy
- License: mit
- Created: 2020-10-18T09:37:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T11:37:55.000Z (over 5 years ago)
- Last Synced: 2025-02-18T02:12:25.895Z (over 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iso-basic-latin-alphabet
ISO basic Latin alphabet
## Usage
```typescript
// import default export
import alphabet from 'iso-basic-latin-alphabet'
```
```typescript
// import sub-alphabet directly
import { xHeight } from 'iso-basic-latin-alphabet'
```
## Alphabets
### all
All letters in iso-basic-latin-alphabet.
### uppercase
`A` `B` `C` `D` `E` `F` `G` `H` `I` `J` `K` `L` `M` `N` `O` `P` `Q` `R` `S` `T` `U` `V` `W` `X` `Y` `Z`
### lowercase
`a` `b` `c` `d` `e` `f` `g` `h` `i` `j` `k` `l` `m` `n` `o` `p` `q` `r` `s` `t` `u` `v` `w` `x` `y` `z`
### x-height
`v` `w` `x` `z`
### x-height-general
(`v` `w` `x` `z`) `a` `c` `e` `i` `m` `n` `o` `r` `s` `u`
### ascender
`b` `d` `k` `l`
### ascender-general
(`b` `d` `k` `l`) `f` `h` `t`
### descender
`g` `p` `q` `y`
### descender-general
(`g` `p` `q` `y`) `j`
## Reference
1. [Latin script](https://www.wikiwand.com/en/Latin_script)
2. [ISO basic Latin alphabet](https://www.wikiwand.com/en/ISO_basic_Latin_alphabet)
3. [English alphabet](https://www.wikiwand.com/en/English_alphabet)
4. [x-height](https://www.wikiwand.com/en/X-height)