By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree().

ImGuiFreeType::SetAllocatorFunctions() can be used to specify custom allocator.
This commit is contained in:
alexey_skryabin
2019-01-15 21:47:46 +01:00
committed by omar
parent f435aa193b
commit daac9c7559
3 changed files with 69 additions and 5 deletions
-1
View File
@@ -121,6 +121,5 @@ struct FreeTypeTest
```
### Known issues
- FreeType's memory allocator is not overridden.
- `cfg.OversampleH`, `OversampleV` are ignored (but perhaps not so necessary with this rasterizer).