Jelajahi Sumber

Docs: fixed unneeded usage of Build(). (#8883)

omar 3 minggu lalu
induk
melakukan
43e3ac0dc6
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      docs/FONTS.md

+ 0 - 1
docs/FONTS.md

@@ -150,7 +150,6 @@ ImFontConfig config;
 config.MergeMode = true;
 io.Fonts->AddFontFromFileTTF("DroidSans.ttf", 0.0f, &config);           // Merge into first font to add e.g. Asian characters
 io.Fonts->AddFontFromFileTTF("fontawesome-webfont.ttf", 0.0f, &config); // Merge into first font to add Icons
-io.Fonts->Build();
 ```
 :rewind: **Before 1.92, or without an up to date backend:**
 ```cpp