Font.this

Constructs a dsdl2.ttf.Font from a vanilla TTF_Font* from bindbc-sdl

Parameters

ttfFont TTF_Font*

the TTF_Font pointer to manage

isOwner bool

whether the instance owns the given TTF_Font* and should destroy it on its own

userRef void*

optional pointer to maintain reference link, avoiding GC cleanup

Meta