Skip to main content

Data derived from the OpenType specification

Project description

opentypespec

PyPi Status

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page