1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 20:55:27 +08:00
Files
LearnOpenGL-CN/06 In Practice/03 2D Game
2015-06-30 17:13:11 +08:00

8 lines
230 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本文作者JoeyDeVries由Hi翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders)
## **Text Rendering** ##
##**Classical text rendering: bitmap fonts**##
##**Modern text rendering: FreeType**##