Skip to main content

NodeStyleSetTextAlign

Function NodeStyleSetTextAlign 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetTextAlign( node: NodePtr, value: TextAlignType, )
Expand description

§Safety

Set the text align of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Text align

§Example

NodeStyleSetTextAlign(node, value);