uiFreeFontButtonFont

Function uiFreeFontButtonFont 

Source
pub unsafe extern "C" fn uiFreeFontButtonFont(
    desc: *mut uiFontDescriptor,
)
Expand description

Frees a uiFontDescriptor previously filled by uiFontButtonFont().

After calling this function the contents of @p desc should be assumed undefined, however you can safely reuse @p desc.

Calling this function on a uiFontDescriptor not previously filled by uiFontButtonFont() results in undefined behavior.

@param desc Font descriptor to free. @memberof uiFontButton