Values for the k
attribute indicating the alignment of text within its writing direction.
Framework
- Core Media
Values for the k
attribute indicating the alignment of text within its writing direction.
Framework
let k CMText Markup Alignment Type _Start: CFString
The text is visually aligned at its starting side.
let k CMText Markup Alignment Type _Middle: CFString
The text is visually center-aligned (that is, aligned between its starting and ending sides).
let k CMText Markup Alignment Type _End: CFString
The text is visually aligned at its ending side.
let k CMText Markup Alignment Type _Left: CFString
For horizontally written text, the text alignment is always visually left-aligned (that is, left-to-right and right-to-left are treated uniformly). For vertical text, this is equivalent to k
.
let k CMText Markup Alignment Type _Right: CFString
For horizontally written text, the text alignment is always visually right-aligned (that is, left-to-right and right-to-left are treated uniformly). For vertical text, this is equivalent to k
.