Skip to content

Commit e8ef911

Browse files
authored
[Doc] Fix typo
1 parent e42ac49 commit e8ef911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ dependencies {
266266
Node Editor using ImGui. (A bit more complex than ImNodes, but has more features.)
267267

268268
## Freetype
269-
By default, Dear ImGui uses stb-truetype to render fonts. Yet there is an option to use FreeType font renderer. Go th the [imgui_freetype](https://github.com/ocornut/imgui/tree/256594575d95d56dda616c544c509740e74906b4/misc/freetype) to read about the difference.
269+
By default, Dear ImGui uses stb-truetype to render fonts. Yet there is an option to use FreeType font renderer. Go to the [imgui_freetype](https://github.com/ocornut/imgui/tree/256594575d95d56dda616c544c509740e74906b4/misc/freetype) to read about the difference.
270270
Binding has this option too. Freetype especially useful when you use custom font with small (~<16px) size. If you use the default font or a large font, stb will be fine for you.
271271

272272
There are two types of precompiled binaries: 1. with stb (the default one) 2. with freetype.

0 commit comments

Comments
 (0)