chickadee » sdl2-ttf » close-font!

close-font! fontprocedure

See TTF_CloseFont.

Close and free the memory of the ttf:font's underlying struct. font's pointer will be set to null (see struct-null? in the sdl2 egg). It is safe to call this procedure with managed or unmanaged ttf:fonts. It is safe (but has no effect) to free a struct record multiple times.