#[unsafe(no_mangle)]pub unsafe extern "C" fn NodeStyleSetTextAlign( node: NodePtr, value: TextAlignType, )
Set the text align of a node instance.
node
value
NodeStyleSetTextAlign(node, value);