示例#1
0
func InitTtf() bool {
	return bool(C.al_init_ttf_addon())
}
示例#2
0
func InitTTF() {

	C.al_init_ttf_addon()

}