Martijn Laan 9 月之前
父节点
当前提交
5c629dbf4e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ISHelp/isxfunc.xml

+ 2 - 2
ISHelp/isxfunc.xml

@@ -2736,12 +2736,12 @@ end;</pre></example>
       <function>
       <function>
         <name>ScaleX</name>
         <name>ScaleX</name>
         <prototype>function ScaleX(X: Integer): Integer;</prototype>
         <prototype>function ScaleX(X: Integer): Integer;</prototype>
-        <description><p>Takes an X coordinate or width and returns it scaled to fit the size of the current dialog font. If the dialog font is 8-point MS Sans Serif and the user is running Windows in Small Fonts (96 dpi), then X is returned unchanged.</p></description>
+        <description><p>Takes an X coordinate or width and returns it scaled to fit the size of the current dialog font. If the dialog font is 8-point MS Sans Serif and the user is running Windows in 100% DPI (96 dpi), then X is returned unchanged.</p></description>
       </function>
       </function>
       <function>
       <function>
         <name>ScaleY</name>
         <name>ScaleY</name>
         <prototype>function ScaleY(Y: Integer): Integer;</prototype>
         <prototype>function ScaleY(Y: Integer): Integer;</prototype>
-        <description><p>Takes a Y coordinate or height and returns it scaled to fit the size of the current dialog font. If the dialog font is 8-point MS Sans Serif and the user is running Windows in Small Fonts (96 dpi), then Y is returned unchanged.</p></description>
+        <description><p>Takes a Y coordinate or height and returns it scaled to fit the size of the current dialog font. If the dialog font is 8-point MS Sans Serif and the user is running Windows in 100% DPI (96 dpi), then Y is returned unchanged.</p></description>
       </function>
       </function>
       <function>
       <function>
         <name>InitializeBitmapImageFromIcon</name>
         <name>InitializeBitmapImageFromIcon</name>