align method

Txt align(
  1. TextAlign? align
)

@fixed ~ set text align

Implementation

Txt align(TextAlign? align) => resolve(align, #align);