1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

认领第6章第2节——文字渲染

This commit is contained in:
AndyBigFish
2015-06-18 13:43:34 +08:00
parent 1b3e38404a
commit e376d1ba7f

View File

@@ -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**##