You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API in this crate doesn't seem to have all the FreeType API functions available. I was personally looking for FT_Get_Font_Format but it seems to be missing.
Is there any specific reason this crate isn't just using bindgen to get all the API functions included automatically?
The text was updated successfully, but these errors were encountered:
The API in this crate doesn't seem to have all the FreeType API functions available. I was personally looking for
FT_Get_Font_Format
but it seems to be missing.Is there any specific reason this crate isn't just using bindgen to get all the API functions included automatically?
The text was updated successfully, but these errors were encountered: