Filesystem
Filesystem utilities.
Blend2D doesn't do much with filesystem, however, since the library provides API for loading and saving raster images and for loading font files, it internally needs a lightweight filesystem access. The API is also provided for users that would like to use a very simple API to access a filesystem.
File
- TBLFile - a lightweight non-shareable file API that uses a system file descriptor API where possible.
- TBLFileOpenFlags - flags used by TBLFile.Open method.
- TBLFileReadFlags - flags used when reading whole files by TBLFileSystem.ReadFile.
- TBLFileSeekType - flags used by TBLFile.Seek method.
Filesystem
- TBLFileSystem - filesystem utilities.
- TBLFileInfo - file information.
- TBLFileInfoFlags - flags used by TBLFileInfo.