< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh

Print this page

        

@@ -106,10 +106,12 @@
   int y_scale;
 
   unsigned int x_ppem;
   unsigned int y_ppem;
 
+  float ptem;
+
   /* Font variation coordinates. */
   unsigned int num_coords;
   int *coords;
 
   hb_font_funcs_t   *klass;
< prev index next >