MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{binary_matrix.cpp}::TtfDeleter Struct Reference

Public Member Functions

void operator() (TTF_Font *font) const

Detailed Description

Definition at line 38 of file binary_matrix.cpp.

Member Function Documentation

◆ operator()()

void anonymous_namespace{binary_matrix.cpp}::TtfDeleter::operator() ( TTF_Font * font) const
inline

Definition at line 39 of file binary_matrix.cpp.

39 {
40 if (font != nullptr) {
41 TTF_CloseFont(font);
42 }
43 }

The documentation for this struct was generated from the following file: