mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 03:47:00 +00:00
Fixed documentation example (#1847)
This commit is contained in:
parent
a2198bcf6b
commit
0903a12c2a
@ -12,7 +12,7 @@ By [Vuhdo](https://github.com/Vuhdo) (Aleksei Skriabin). Improvements by @mikesa
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
// See ImGuiFreeType::RasterizationFlags
|
// See ImGuiFreeType::RasterizationFlags
|
||||||
unsigned int flags = ImGuiFreeType::DisableHinting;
|
unsigned int flags = ImGuiFreeType::NoHinting;
|
||||||
ImGuiFreeType::BuildFontAtlas(io.Fonts, flags);
|
ImGuiFreeType::BuildFontAtlas(io.Fonts, flags);
|
||||||
io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height);
|
io.Fonts->GetTexDataAsRGBA32(&pixels, &width, &height);
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user