From f491b904aef8c9f795f5a22e26480c0f3f627840 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Thu, 16 May 2013 09:46:25 -0700 Subject: [PATCH] Updated README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 91bd3a30..082a36ca 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,12 @@ Using multiple views and render targets. ![example-09-hdr](https://github.com/bkaradzic/bgfx/raw/master/examples/09-hdr/screenshot.png) +### 10-font +Use the font system to display text and styled text. + +### 11-fontsdf +Use a single distance field font to render text of various size. + Internals ---------