Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Blog
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Globals
Containers
Geometries
Imaging
Styling
Text
Rendering
Runtime
Filesystem
Miscellaneous
Impl API
Macros
C API
Object Model
Index
⭢
Runtime
⭢
BLRuntime
BLRuntime Namespace Reference
[¶]
Interface to access Blend2D runtime (wraps C API).
Functions
static
BLResult
cleanup
(
BLRuntimeCleanupFlags
cleanup_flags)
noexcept
static
BLResult
query_build_info
(
BLRuntimeBuildInfo
* out)
noexcept
static
BLResult
query_system_info
(
BLRuntimeSystemInfo
* out)
noexcept
static
BLResult
query_resource_info
(
BLRuntimeResourceInfo
* out)
noexcept
static
BLResult
message
(
const
char
* msg)
noexcept
template<typename... Args>
static
BLResult
message
(
const
char
* fmt, Args&&... args)
noexcept