MCPcopy Create free account
hub / github.com/NetHack/NetHack / BitmapFont

Class BitmapFont

sys/msdos/font.c:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static uint32 read_u32(const unsigned char *);
7static void add_unicode_index(
8 struct BitmapFont *font,
9 uint32 ch,
10 unsigned index);
11static uint32 *uni_8to32(const char *);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected