| Attribute Name | Attribute Values |
|---|---|
| fontStyle | italic | oblique | normal |
| fontWeight | bold | heavy | normal |
| unicodeRange | U+0020-U+007E |
Unicode Ranges, which are just HEX values, can be split up.
| Range | Values |
|---|---|
| Just Numbers [0..9] | U+0030-U+0039 |
| Punctuation, Numbers and Symbols | U+0020-U+0040 |
| Upper-Case A-Z | U+0041-U+005A |
| Punctuation and Symbols | U+005B-U+0060 |
| Lower-Case a-z | U+0061-U+007A |
| Punctuation and Symbols | U+007B-U+007E |
No comments:
Post a Comment