Skip to content

Commit

Permalink
Clarify.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Nov 26, 2024
1 parent 0adec08 commit 5c629db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISHelp/isxfunc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2736,12 +2736,12 @@ end;</pre></example>
<function>
<name>ScaleX</name>
<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>
<name>ScaleY</name>
<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>
<name>InitializeBitmapImageFromIcon</name>
Expand Down

0 comments on commit 5c629db

Please sign in to comment.