Skip to main content

An Utility to get ttf/otf font metadata

Project description

https://badge.fury.io/py/fontmeta.svg

An utility and library to get metadata from TTF/OTF fonts.

Installation

Via pip:

pip install fontmeta

Usage

Simply Instantiate a FontMeta object with font’s file path. call instance.get_full_data() for full data and instance.get_data() for streamlined data.

from fontmeta import FontMeta
meta_instance = FontMeta('path_to_file')

Functions

get_full_data

Arguments: None Returns full Metadata.

get_data

Arguments: None Returns only streamlined field name and value in a dict.

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

fontmeta-1.6.1.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

fontmeta-1.6.1-py3.6.egg (13.7 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