AvenSun / freetype-win

freetype python wrapper and precompiled freetype2 files for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

demo for

  1. slight modification to work with latest freetype-py. just removed two lines below in raw.py

FT_Get_BDF_Charset_ID = _lib.FT_Get_BDF_Charset_ID

FT_Get_BDF_Property = _lib.FT_Get_BDF_Property

  1. both win32 and x64 dll are supplied (v2.8.1).
  2. dll compiled by VS2017,so you have to install Visual C++ 2017 runtime. (win32 x64)
  3. pick up correct dll according to your windows, drop it into python root or system path.
  4. after finished all above,you can enjoy now !

visual studio solution

In order to work with freetype-py, changes are made on ftconfig.h

About

freetype python wrapper and precompiled freetype2 files for Windows

License:MIT License


Languages

Language:C 74.2%Language:HTML 12.8%Language:C++ 3.9%Language:Shell 3.8%Language:Python 2.0%Language:Makefile 1.7%Language:M4 0.5%Language:DIGITAL Command Language 0.4%Language:Objective-C 0.3%Language:CMake 0.3%Language:Perl 0.1%Language:Awk 0.0%Language:Roff 0.0%