[Teton] Load a font file and write a character to the screen.

This commit is contained in:
Drew Galbraith 2023-11-21 19:14:02 -08:00
parent 96063126cb
commit fe44804dd9
19 changed files with 412 additions and 17 deletions

View file

@ -1,5 +1,6 @@
add_executable(teton
framebuffer/framebuffer.cpp
framebuffer/psf.cpp
teton.cpp
)
@ -10,6 +11,7 @@ target_include_directories(teton
target_link_libraries(teton
glacier
mammoth
victoriafalls_yunq
yellowstone_yunq
)