Current section

Files

Jump to
starprnt include starprnt@font_Font.hrl
Raw

include/starprnt@font_Font.hrl

-record(font, {
width :: integer(),
height :: integer(),
default_glyph :: bitstring(),
render_glyph :: fun((binary()) -> {ok, bitstring()} | {error, nil})
}).