Function yrs::yxmltext_format

source ยท
#[no_mangle]
pub unsafe extern "C" fn yxmltext_format(
    txt: *const Branch,
    txn: *mut Transaction,
    index: u32,
    len: u32,
    attrs: *const YInput
)
Expand description

Wraps an existing piece of text within a range described by index-len parameters with formatting blocks containing provided attrs metadata. attrs must be a map-like type.