Re: ascender, descender, cap-height and x-height

>That's a pity. Since you started talking about Microsoft being in a
>"bind" and em vs bounding boxes, it immediately reminded me of Windows's
>rather peculiar negative lfHeight thing. I mean, who would normally
>specify a negative number for a height?
>


Don't know about history.

The positive size is the point size, where the system
calculates ppem size (pixels per em - there you have the em again).
The ppem size is typically 96/72*point-size for the screen,
because Windows uses a "logical" resolution of 96 pixels
per Inch, while there are 72 points in an Inch.

The negative size can be used to specify ppem size
directly. Useful for screen typography where you do not want
to be interfered with by the fact that the screen resolution
isn't always set to the same value.

For +12 this gives an em of 16 by 16 pixels
For -12 an em of 12 by 12 pixels.
(regardless of the width of the M ;-)

Jelle

Received on Saturday, 5 February 2000 08:20:38 UTC