From 3205bf71c58945a9a31ae6020ea8b98092049b37 Mon Sep 17 00:00:00 2001 From: sinf Date: Tue, 23 Jan 2024 02:19:57 +0100 Subject: [PATCH] Blog post reference --- stb_truetype_example/stb_truetype_example.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stb_truetype_example/stb_truetype_example.cpp b/stb_truetype_example/stb_truetype_example.cpp index 978baae..5abf985 100644 --- a/stb_truetype_example/stb_truetype_example.cpp +++ b/stb_truetype_example/stb_truetype_example.cpp @@ -1,5 +1,7 @@ // This is a demo of rendering text using the stb_truetype.h library. // +// Details here: https://sinf.org/opengl-text-using-stb_truetype/ +// // Not meant for production use: There is no memory management, error handling // and things like opengl buffer/arrays/textures are set-and-forget. //