An open API service indexing awesome lists of open source software.

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

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)