Current section
Files
Jump to
Current section
Files
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})}.