]> code.delx.au - gnu-emacs/blobdiff - src/w32font.h
Teach MS-Windows font back-end return per-glyph ascent/descent
[gnu-emacs] / src / w32font.h
index 0ad01254be9d74e009ef630f9e01e28b4c0abc47..6365cb3fa234a58fdcf3bb2ee34b8eabf89d0c5f 100644 (file)
@@ -37,7 +37,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct w32_metric_cache
 {
-  short lbearing, rbearing, width;
+  short lbearing, rbearing, width, ascent, descent;
   unsigned char status;
 };