#include <glyph.h>
Definition at line 39 of file glyph.h.
◆ operator()()
Definition at line 40 of file glyph.h.
40 {
41 static_assert(
sizeof(g.
index) == 2);
42 static_assert(
sizeof(g.
type) == 1);
43 return (
static_cast<size_t>(g.
type) << 16) | g.
index;
44 }
Type type
Whether the glyph is a path or a bitmap.
The documentation for this struct was generated from the following file: