folkertdev / elm-cff / Glyphs

The set of glyphs in the font


type alias Glyphs =
{ top : Dict.Top.Top
, private : Dict.Private.Private
, encoding : Encoding
, charset : Charset
, charstrings : Array Charstring 
}

Set of glyphs in the font

parse : Bytes -> Dict.Top.Top -> Charstring.Subroutines -> Maybe Glyphs

Parse a Glyphs

charstring : Basics.Int -> Glyphs -> Charstring

Get the charstring of a particular glyph