CustomTkinter
                                
                                
                                
                                    CustomTkinter copied to clipboard
                            
                            
                            
                        Font size in pt unaffected by user scaling
A font size in pt (("Arial", 20)) doesn't gets scaled by the user scaling set by customtkinter.set_widget_scaling. The text gets automatically scaled by the system on Windows, that's why its unaffected by the scaling. But for the user scaling this should not be the case. So in theory there should be a difference between the system scaling and the user scaling value in customtkinter which is currently not the case. The other option would be to force font sizes to be set in pixels (("Arial", -15)).