Skip to main content

NodeStyleSetJustifyContent

Function NodeStyleSetJustifyContent 

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

§Safety

Set the justify content of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Justify content

§Example

NodeStyleSetJustifyContent(node, value);