jan_flanders

Untitled

Dec 28th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
OCaml 0.17 KB | None | 0 0
  1. font_kerning = if ctx.ttf.ttf_kern = None then [] else
  2.     List.iter (fun t ->
  3.         match t with
  4.         | Kern0 (fmt) -> fmt.k0_pairs;
  5.         | _ -> ??
  6.     )ctx.ttf.ttf_kern.kern_subtables;
Advertisement
Add Comment
Please, Sign In to add comment