jan_flanders

Untitled

Dec 28th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. type font_layout_data = {
  2.     font_ascent: int;
  3.     font_descent: int;
  4.     font_leading: int;
  5.     font_glyphs_layout: font_layout_glyph_data array;
  6.     font_kerning: font_kerning_data list;
  7. }
  8.  
  9.     {
  10.             font_ascent = snip
  11.             font_descent = snip
  12.             font_leading = snip
  13.             font_glyphs_layout = snip
  14.             font_kerning = !kerning;
  15.     }
  16.  
  17. Error: This expression has type Swf.font_layout_data but is here used with type unit.
Advertisement
Add Comment
Please, Sign In to add comment