Ultralight C API 1.3.0
|
Go to the source code of this file.
Functions | |
ULExport ULFontFile | ulFontFileCreateFromFilePath (ULString file_path) |
Create a font file from an on-disk file path. | |
ULExport ULFontFile | ulFontFileCreateFromBuffer (ULBuffer buffer) |
Create a font file from an in-memory buffer. | |
ULExport void | ulDestroyFontFile (ULFontFile font_file) |
Destroy font file. | |
ULExport void ulDestroyFontFile | ( | ULFontFile | font_file | ) |
Destroy font file.
ULExport ULFontFile ulFontFileCreateFromBuffer | ( | ULBuffer | buffer | ) |
Create a font file from an in-memory buffer.
ULExport ULFontFile ulFontFileCreateFromFilePath | ( | ULString | file_path | ) |
Create a font file from an on-disk file path.