v1.81.0
- Updated Dear ImGui to v1.81 [08bf84a];
Breakingimgui-java
changes:ImGuiFreeType
class has been deleted. Dear ImGui simplified the process of enabling freetype font renderer. Now, if you are using precompiled libraries, it is enabled by default;
- Added
ImDrawList
methods:PrimReserve
,PrimUnreserve
,PrimRect
,PrimRectUV
,PrimQuadUV
,PrimWriteVtx
,PrimVtx
; - Added
ImFont
methods:FindGlyph
,FindGlyphNoFallback
,GetCharAdvance
,IsLoaded
,GetDebugName
,CalcTextSizeA
,CalcWordWrapPositionA
,RenderChar
,RenderText
; - Updated ImNodes to 868dda60d5.
Consider reading the official changelog to see other API changes.