package fontforge-of-ocaml

  1. Overview
  2. Docs

Whether the contour should be interpretted as a set of quadratic or cubic splines. Setting this value has the side effect of converting the point list to the appropriate format.

Whether the contour is open or closed.

type t = t
type attr = bool
val name : string
val get : t -> attr
val set : t -> attr -> unit