dpi
HTML/CSS: What should I use to define image height/width to make it resolution independent?
I\'ve read all over the Internet that开发者_如何学Python I should not define fonts (or anything) with absolute pixel height/width/size and instead, use EM ... so that on higher resolution displays, my[详细]
2022-12-28 01:57 分类:问答GetSystemMetrics() returns wrong value for SM_CXSCREEN
I\'ve run into an interest开发者_Go百科ing problem. At least in Vista, getSystemMetrics(SM_CXSCREEN) returns an incorrect value when the desktop DPI settings aren\'t set at 100%. For example, I tried[详细]
2022-12-27 05:44 分类:问答GetWindowPlacement/SetWindowPlacement not working in WinForms for high DPI
I\'ve got a legacy WinForms app and I want to save the window position and size across sessions. I\'ve bee开发者_Go百科n using GetWindowPlacement and SetWindowPlacement during the FormClosing and Load[详细]
2022-12-26 13:10 分类:问答DPI for EMF files
Do EMF files have a DPI that can be set? I have an application that allows saving an image in multiple formats (including E开发者_JAVA技巧MF). I allow the user to specify the resolution/DPI for the im[详细]
2022-12-25 11:40 分类:问答ActionScript Screen Measurements
i\'m attempting to use the Capabilities class to draw an accurately sized sprite on screen at exactly (2.5\" x 5\") regardless of the screen\'s resolution, but while i believe the code is correct, the[详细]
2022-12-24 14:35 分类:问答Checking if vector object will be visible on print with given dpi and print size
I have file (*.shp used in GIS) that contains collection ofpolygons and maybe other vector objects (but polygons are most important for me). I need to remove non printable objects it.[详细]
2022-12-16 08:50 分类:问答Problems wih minSdkVersion 1.5
we have a problem related to the manifest file and the property \"android:minSdkVersion\". The issue is: If our platform is 2.0 and we use the property \"a开发者_Python百科ndroid:minSdkVersion=3\" (3[详细]
2022-12-15 11:22 分类:问答WPF DPI issues
I have developed an application that looks great on my computer but when I i开发者_运维技巧nstall it on other computers with different resolutions and DPI settings, it looks terrible.Controls overlap[详细]
2022-12-13 22:39 分类:问答WinForms Different DPI Layouts
Somehow forms and controls created through Visual Studio and the designer have the great ability to scale themselves depending on the current DPI/font size of Windows. One portion of my UI is a tab co[详细]
2022-12-13 12:12 分类:问答JasperReports with resolution different than 72dpi
I\'ve been trying to use JasperReports to print in a resolution above 72dpi, with no success. I need to use some resolution above 72dpi because I\'m going to print in those pre-formatted adhesive lab[详细]
2022-12-13 01:05 分类:问答