Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ X11_get_map_font
Function
X11_get_map_font
win/X11/winmap.c:1859–1863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1857
#endif
1858
1859
static Font
1860
X11_get_map_font(struct xwindow *wp)
1861
{
1862
return X11_get_map_font_struct(wp)->fid;
1863
}
1864
1865
static XFontStruct *
1866
X11_get_map_font_struct(struct xwindow *wp)
Callers
2
X11_make_gc
Function · 0.85
init_text
Function · 0.85
Calls
1
X11_get_map_font_struct
Function · 0.85
Tested by
no test coverage detected