Skip to content

Instantly share code, notes, and snippets.

@m4rc1e
m4rc1e / gpos.txt
Last active February 11, 2020 11:44 — forked from anthrotype/gist:2539c6c6d56797b50abf19d64a4daee1
OTL json schema
# Lookup type 1: Single Adjustment Positioning
# format 1: Single Positioning Value & format 2: Array of Positioning Values
{
'format': int,
'valueRecord': [
{"a": {"XPlacement": 0, "XAdvance": 10, "YPlacement": 0, "YAdvance": 0},
...
}