lfHeight Specifies the height, in logical units, of the font's character cell or character. The character height value (also known as the em height) is the character cell height value minus the internal-leading value. The font mapper interprets the value specified in lfHeight in the following manner. Value Meaning
- > 0 The font mapper transforms this value into device units and matches it against the cell height of the available fonts.
- 0 The font mapper uses a default height value when it searches for a match.
- < 0 The font mapper transforms this value into device units and matches its absolute value against the character height of the available fonts.
Partager