pub unsafe extern "C" fn ulFontFileCreateFromFilePath(
file_path: ULString,
) -> ULFontFileExpand description
Create a font file from an on-disk file path.
@note The file path should already exist.
pub unsafe extern "C" fn ulFontFileCreateFromFilePath(
file_path: ULString,
) -> ULFontFileCreate a font file from an on-disk file path.
@note The file path should already exist.