From cb7c76b9b176b573a0490b888d83e0194b729580 Mon Sep 17 00:00:00 2001 From: survivol Date: Tue, 30 Jun 2015 17:13:11 +0800 Subject: [PATCH] Create 03 2D Game --- 06 In Practice/03 2D Game | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 06 In Practice/03 2D Game diff --git a/06 In Practice/03 2D Game b/06 In Practice/03 2D Game new file mode 100644 index 0000000..b7fc4fa --- /dev/null +++ b/06 In Practice/03 2D Game @@ -0,0 +1,7 @@ +本文作者JoeyDeVries,由Hi翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders) + +## **Text Rendering** ## + +##**Classical text rendering: bitmap fonts**## + +##**Modern text rendering: FreeType**##