jbowtie / opentype-elixir

The OpenType elixir module provides facilities for working with OpenType fonts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenType

Build Status codecov Hex Version

This pure Elixir module provides facilities for working with OpenType and TrueType fonts. To date it is able to parse them, perform glyph substitution and positioning, and handle shaping for European and cursive scripts (specifically scripts like Arabic, Syriac and N'ko).

Output for supported scripts is roughly beta quality -- additional work on mark positioning in particular is required.

Shapers for Indic, Thai, Korean and Uniscribe-compatible scripts require further development.

Installation

The package can be installed by adding opentype to your list of dependencies in mix.exs:

def deps do
  [{:opentype, "~> 0.5.0"}]
end

About

The OpenType elixir module provides facilities for working with OpenType fonts.

License:Apache License 2.0


Languages

Language:Elixir 100.0%