PR_DrawStringFunc

Type Alias PR_DrawStringFunc 

Source
pub type PR_DrawStringFunc = Option<unsafe extern "C" fn(nameZ: *const A_UTF16Char, style: PF_FontStyleSheet, fore_colorP: *const A_Color, shadow_colorP: *const A_Color, originP: *const A_FloatPoint, shadow_offsetP: *const A_FloatPoint)>;

Aliased Type§

pub enum PR_DrawStringFunc {
    None,
    Some(unsafe extern "C" fn(*const u16, i8, *const A_Color, *const A_Color, *const A_FloatPoint, *const A_FloatPoint)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u16, i8, *const A_Color, *const A_Color, *const A_FloatPoint, *const A_FloatPoint))

Some value of type T.