Function decodeAlignment

parses string like "Left|VCenter" to bit set of Align flags

ubyte decodeAlignment(
  string s
);