Data derived from the OpenType specification
Project description
opentypespec
This package currently provides the opentypespec.tags
module, which
exports FEATURE_TAGS
, SCRIPT_TAGS
, LANGUAGE_TAGS
and
BASELINE_TAGS
dictionaries, representing data from the
Layout Tag Registry (section 6.4 of the Open Font Format specification):
>>> from opentypespec.tags import SCRIPT_TAGS, LANGUAGE_TAGS
>>> SCRIPT_TAGS["adlm"]
{'name': 'Adlam'}
>>> LANGUAGE_TAGS["ECR "]
{'name': 'Eastern Cree', 'iso639': ['crj', 'crl']}
- Data derived from the ISO/IEC 14496-22 “Open Font Format” specification.
- The Python code in this module is licensed under the Apache Software License 2.0
History
1.8.4 (2021-06-28)
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opentypespec-1.9.1.tar.gz
(22.4 kB
view details)
File details
Details for the file opentypespec-1.9.1.tar.gz
.
File metadata
- Download URL: opentypespec-1.9.1.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ce1079ad942905867d63c8803e0ac1c87ee77bc773cf6fb51642c9eb5720ea6 |
|
MD5 | 6114e7508c93a88a666b00405ef421c6 |
|
BLAKE2b-256 | 9070cc2f925b9e54940497cb88f5b62b09b6f65207be204290d86615ba565b4d |