Example #1
0
func (f *Font) Destroy() {

	C.al_destroy_font((*C.ALLEGRO_FONT)(f))

}
Example #2
0
func (f *Font) Destroy() {
	C.al_destroy_font((*C.ALLEGRO_FONT)(unsafe.Pointer(f)))
}