Browse Source

Fixed comments

ocornut 10 years ago
parent
commit
7ad4843f57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra_fonts/README.txt

+ 1 - 1
extra_fonts/README.txt

@@ -81,7 +81,7 @@
    ImFontConfig config;
    config.MergeMode = true;
    io.Fonts->AddFontFromFileTTF("fontawesome-webfont.ttf", 16.0f, &config, ranges);
-   io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_pixels, NULL, &config, io.Fonts->GetGlyphRangesJapanese());
+   io.Fonts->AddFontFromFileTTF("myfontfile.ttf", size_pixels, &config, io.Fonts->GetGlyphRangesJapanese());
 
  Add a fourth parameter to bake specific font ranges only: