nx_browser_demo_pangram.nx
buildroot/runtime/nx_browser_demo_pangram.nx
about
nx_browser_demo_pangram.nx -- demo program rendering the classic
pangram "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG" across
three lines. Exercises the full 26-letter uppercase font subset
shipped this session.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_css_color_decode.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_paint_fb_ascii_dump.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 11 | const K_MAGIC_4096: i64 = 4096 |
functions
| 13 | func _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: main |
| 18 | func main() -> i64 |