]> git.localhorst.tv Git - ffmpeg-test.git/commit
basic font rendering
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 22 Sep 2024 20:54:57 +0000 (22:54 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 22 Sep 2024 20:54:57 +0000 (22:54 +0200)
commit5aa8dcf66c32b13e03d4609c097967a80f9e2831
tree45eea006391fa13e4b49835a3f14ec5d7a64c9ff
parent5a638955387cc3768a5faf06238963bddd14530b
basic font rendering
12 files changed:
Makefile
src/app/Renderer.h [new file with mode: 0644]
src/app/Stream.h
src/cairo/Context.h
src/cairo/Error.h
src/cairo/Face.h [new file with mode: 0644]
src/ffmpeg/Error.h
src/ffmpeg/Network.h [new file with mode: 0644]
src/freetype/Error.h [new file with mode: 0644]
src/freetype/Face.h [new file with mode: 0644]
src/freetype/Library.h [new file with mode: 0644]
src/main.cpp