<div dir="ltr"><div>Hello List,</div><div><br></div><div>I have just discovered that GetAdvanceWidthPoints is misnamed. The unit is actually being returned is a platform-dependent value that may be the pixel width. (On macOS it is actually points, but on Windows it is something else wildly other than points.)</div><div><br></div><div>To get actual 72 dpi points, you need to divide GetAdvanceWidthEVPUs by 4. This will give the correct value on both platforms. My question for this group is how to mitigate/address this bug.</div><ul><li>At a minimum, I could add a warning in the docs.</li><li>I could rename the function to match what it returns.</li><li>I could modify the function to actually return 72 dpi points.</li></ul><div>What is the wisest approach?</div><div><br></div></div>