Compiling FreeType for iPhone?

前端 未结 7 1877
一个人的身影
一个人的身影 2020-12-05 16:38

I\'m using FreeType on Windows, Linux and OSX without a single problem, and now I was to port my tech to IOS... And I can\'t find a way to have FreeType compiled for it.

7条回答
  •  感动是毒
    2020-12-05 17:10

    I came across this project today while trying to compile FreeType for iOS: https://github.com/cdave1/freetype2-ios

    Just download, open in xcode, and compile. :)

    Hope this is helpful for anyone else trying to compile for iOS.

提交回复
热议问题