19/03/07 17:34:33.92 UepKFInK.net
>>591-592
ありがとうございます
使い方を教えていただけないでしょうか
引数が二個必要とかいてると思うのですが
URLリンク(www.freetype.org)
実際に二個設定するとエラーがでます
import pprint
import freetype
face = freetype.Face('C:/Users/a/font/src.ttc')
pprint.pprint(freetype.FT_Get_Char_Index(face,"33"))
これはエラーになります
import pprint
import freetype
pprint.pprint(freetype.FT_Get_Char_Index("33"))
OSError: exception: access violation writing 0x000001CA5F00FF01
お助け下さい