veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.17k stars 219 forks source link

Font Struct Missing FaceStyleName Method #552

Open SimpleClips opened 1 year ago

SimpleClips commented 1 year ago

Currently the Font struct seems to be missing anyway to call the C function TTF_FontFaceStyleName(), even though some similar functions like FaceFamilyName() do exist.

Is there an alternate way to call that function that I'm missing?

veeableful commented 1 year ago

Hi @SimpleClips, thanks for the pull request the other day. I have included that in v0.4.31 which has been published now :slightly_smiling_face: