mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Merge branch 'font_min_max_advance'
This commit is contained in:
		| @@ -63,6 +63,7 @@ Other Changes: | ||||
|  - InputTextMultiline(): Fixed double navigation highlight when scrollbar is active. (#787) | ||||
|  - InputText(): Fixed Undo after pasting large amount of text (Redo will still fail when undo buffers are exhausted, but text won't be corrupted). | ||||
|  - SliderFloat(): When using keyboard/gamepad and a zero precision format string (e.g. "%.0f"), always step in integer units. (#1866) | ||||
|  - ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869) | ||||
|  - ImFontAtlas: Added GetGlyphRangesChineseSimplifiedCommon() helper that returns a list of ~2500 most common Simplified Chinese characters. (#1859) [@JX-Master, @ocornut] | ||||
|  - Examples: GLFW: Made it possible to Shutdown/Init the backend again (by reseting the time storage properly). (#1827) [@ice1000] | ||||
|  - Misc: Updated stb_textedit from 1.09 + patches to 1.12 + minor patches. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user