g4d v1.4.4 (2018-08-21T01:55:31Z)
Dub
Repo
enforce
g4d
ft
lib
A template that enforces freetype functions.
template
enforce
(alias func)
void
enforce
(
string
file
= __FILE__
size_t
line
= __LINE__
Args
...
)
(
Args
args
)
if
(
__traits(
identifier
,
func
).
indexOf
("FT_") == 0
)
Members
Functions
enforce
void
enforce
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
g4d
ft
lib
templates
enforce
A template that enforces freetype functions.