Current section

Files

Jump to
starprnt src starprnt@font.erl
Raw

src/starprnt@font.erl

-module(starprnt@font).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/starprnt/font.gleam").
-export_type([font/0]).
-type font() :: {font,
integer(),
integer(),
bitstring(),
fun((binary()) -> {ok, bitstring()} | {error, nil})}.