Module Raygui.TextAlignment

type t =
  1. | Left
  2. | Center
  3. | Right
val to_int : t -> int