UI: Remove "Unfitted" Kerning Style Option
This patch removes the "Kerning Style" option for UI widget font drawing and uses only the current default of "Fitted", since the other option of "Unfitted" is just the result of truncation errors. see D12231 for much more information. Differential Revision: https://developer.blender.org/D12231 Reviewed by Campbell Barton
This commit is contained in:
		| @@ -493,7 +493,6 @@ PyObject *BPyInit_blf(void) | ||||
|   PyModule_AddIntConstant(submodule, "ROTATION", BLF_ROTATION); | ||||
|   PyModule_AddIntConstant(submodule, "CLIPPING", BLF_CLIPPING); | ||||
|   PyModule_AddIntConstant(submodule, "SHADOW", BLF_SHADOW); | ||||
|   PyModule_AddIntConstant(submodule, "KERNING_DEFAULT", BLF_KERNING_DEFAULT); | ||||
|   PyModule_AddIntConstant(submodule, "WORD_WRAP", BLF_WORD_WRAP); | ||||
|   PyModule_AddIntConstant(submodule, "MONOCHROME", BLF_MONOCHROME); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user