Resizing main menu for high DPI/font size
问题 I have an issue with font height in standard main menu/popup menu when it contains images. Looks like this. When there are no images, there are no problems as displayed above. Main menu uses TImageList with image width/height set to 16. So I want to preserve image size at 16x16 and center it, to get something like this: How can I read the font height of the main menu and adjust images in TImageList accordingly? One idea I have is to copy images from one TImageList to another with larger image