Function alignBox

Applies alignment to a box for content of size sz

BoxOf!(float) alignBox (
  BoxOf!(float) room,
  SizeOf!(float) sz,
  Align a
) nothrow @safe;