object_calculate_style_text_align

Function object_calculate_style_text_align 

Source
pub unsafe fn object_calculate_style_text_align(
    obj: *const Object,
    part: Part,
    txt: *const c_char,
) -> Result<TextAlign>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.