Skip to main content

NodeStyleSetWritingMode

Function NodeStyleSetWritingMode 

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

§Safety

Set the writing mode of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Writing mode type

§Example

NodeStyleSetWritingMode(node, value);