Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serenity4/opentype.jl
Extract font data from OpenType font files
https://github.com/serenity4/opentype.jl
data-extraction fonts opentype
Last synced: 6 days ago
JSON representation
Extract font data from OpenType font files
- Host: GitHub
- URL: https://github.com/serenity4/opentype.jl
- Owner: serenity4
- License: mit
- Created: 2021-06-15T21:52:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:27:40.000Z (about 2 months ago)
- Last Synced: 2024-09-10T12:06:00.914Z (about 2 months ago)
- Topics: data-extraction, fonts, opentype
- Language: Julia
- Homepage:
- Size: 1.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenType
[![](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Build Status](https://github.com/serenity4/OpenType.jl/actions/workflows/Test.yml/badge.svg)](https://github.com/serenity4/OpenType.jl/actions/workflows/Test.yml)
[![Coverage](https://codecov.io/gh/serenity4/OpenType.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/serenity4/OpenType.jl)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)Pure Julia library for reading and extracting [OpenType](https://en.wikipedia.org/wiki/OpenType) font data.
OpenType specification: https://learn.microsoft.com/en-us/typography/opentype/spec/
## Status
This is currently a work in progress. Curious developers are encouraged to look at the tests and at the source code for more information, but know that this library is not yet ready for use.