Skip to main content

Interpreting the baseline

Products: MathType for Windows

MathType stores coordinate information in WMF files in 1/16th of a point, where there are 72 points per inch. The following describes how to convert this value to screen coordinates:

Once the baseline value has been obtained, it needs to be converted to points:

baseline_to_points.png

Then converted to inches:

points_to_inches.png

And finally, converted to pixels*:

inches_to_pixels.png

For example, if we obtain a baseline of 64:

example_baseline_conversion.png

* In this example the number of pixels per vertical inch is 96, your results may differ, and so you should obtain this value at runtime using the call: ::GetDeviceCaps(HDC, LOGPIXELSY).

While this example demonstrates how to convert to pixels, it should help you convert to whatever coordinate system your application uses.

See also:

Extracting baseline info from WMF (MS Windows) Extracting baseline info from GIF image files

<a><button>Back to MathType SDK intro page</button></a>