From e376d1ba7f9c2b6b30dfff160db808dc1e8cbfb8 Mon Sep 17 00:00:00 2001 From: AndyBigFish Date: Thu, 18 Jun 2015 13:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E9=A2=86=E7=AC=AC6=E7=AB=A0=E7=AC=AC2?= =?UTF-8?q?=E8=8A=82=E2=80=94=E2=80=94=E6=96=87=E5=AD=97=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06 In Practice/02 Text Rendering.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 06 In Practice/02 Text Rendering.md diff --git a/06 In Practice/02 Text Rendering.md b/06 In Practice/02 Text Rendering.md new file mode 100644 index 0000000..312783e --- /dev/null +++ b/06 In Practice/02 Text Rendering.md @@ -0,0 +1,7 @@ +本文作者JoeyDeVries,由Andy Huang翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders) + +## **Text Rendering** ## + +##**Classical text rendering: bitmap fonts**## + +##**Modern text rendering: FreeType**## \ No newline at end of file