Metadata-Version: 2.4
Name: font-file-parser
Version: 0.2.1
Summary: TTF font reader for exposing glyph data
Author-email: Jack Morter <jackmorter11@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Jackmorter11/font-file-parser.git
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Font File Parser

### Parses TTF font files and exposes glyphs for rendering

## Usage

* run `pip install -e .` in `.\font-file-parser` to create local package later it will be available as a public python package

* Run any file in `usage\`

## TODO:

## Optimisation
* Make version without reader class, just using list comprehension e.g. data[head: head+1]
* Make version in C++
