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

Function optfn_font_size_text

src/options.c:1678–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676}
1677
1678staticfn int
1679optfn_font_size_text(
1680 int optidx, int req, boolean negated,
1681 char *opts, char *op)
1682{
1683 /* send them over to the prefix handling for font_ */
1684 return pfxfn_font(optidx, req, negated, opts, op);
1685}
1686
1687staticfn int
1688optfn_font_status(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected