Module OSCADml.Text

Scad.text configuration parameter types

type h_align =
  1. | Left
  2. | Center
  3. | Right

Horizontal alignment

type v_align =
  1. | Top
  2. | Center
  3. | Baseline

Vertical alignment

type direction =
  1. | LeftToRight
  2. | RightToLeft
  3. | TopToBottom
  4. | BottomToTop

Reading direction