Giter Club home page Giter Club logo

Comments (14)

rougier avatar rougier commented on May 26, 2024

This means the freetype library (not the freetype-py) cannot be found. Do you know where it is located by any chance ? Usually it is in /usr/local

from freetype-py.

HinTak avatar HinTak commented on May 26, 2024

The screenshot looks like windows. /usr/local isn't relevant..

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

yeah it is windouws10. but it's alright when I use python2.7

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

t3ab9 sob96zvv qjp hz1l
u2 cubpvu2i4h3m06me q b
It is freetype library? it dosen't work

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

uxyt7q h jae2jtc 56fi2w
0xl r6d_ p5qpu 7 2xgpv
I add dll=ctypes.cdll.LoadLibrary('C:\Windows\System32') at raw.py
wqix pi trw p29 82jojl1

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

oh I solved this problem! I get a freetype.dll for win10 replace old one. so simply,but It took me two days.thanks god!
http://www.dllzj.com/gdx-freetype64.dll/

from freetype-py.

HinTak avatar HinTak commented on May 26, 2024

Do you really want to download the windows freetype dll from random places on the Internet? I am surprised that freetype-py does not provides it, but SharpFont (C# binding for freetype) certainly does. My fork of Font Validator also does - more up to date, and with mac os x freetype dylib also; though because it is cross-compiled with mine rather than with MS VC like SharpFont's, is a bundle of about 5 dll's with the usual oss dependencies rather than a single dll as in the SharpFont provide.

from freetype-py.

HinTak avatar HinTak commented on May 26, 2024

or have an official recommended source of windows freetype dll.

from freetype-py.

rougier avatar rougier commented on May 26, 2024

Unfortunately I've no experience with Windows and DLL. What would be the best recommended way ?

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

Freetype.dll has too many versions,I can't use it download from the official website. So I try this, and It works well.

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

http://download.savannah.gnu.org/releases/freetype/ Old freetype download link.The system prompt:Does not support your device(Probably mean it). I've tried many versions.

from freetype-py.

HinTak avatar HinTak commented on May 26, 2024

Afaik, savannah ships only freetype source code - do you actually have a url for dll download from savannah?

And do you actually care about which versions of freetype to use? Most people do not - the external interfaces rarely changes and haven't for decades. If freetype-py actually uses version-specific APIs, it is up to freetype-py to care, not the end user. Freetype provides API's for querying its version - so it is quite easy to adapt to different freetype dll versions even if you use version-specific APIs. For example, I contributed an enhancement to freetype to make font validator's tests possible. It went in at 2.6.1 - so my application code actually checks the found freetype dll as higher than 2.6.1 at those points, or tell the user that he needs to get a more recent freetype.

As I mentioned earlier, the SharpFont project actively maintains and ships freetype windows dlls:

https://github.com/Robmaister/SharpFont.Dependencies

Perhaps it is best to test and adapt freetype-py to those, or co-ordinate with them.

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

Yeah, I download from savannah, and my PC says: not support. I do not know why. But when I download
freetype dll from other web,it works well. Maybe my PC has a problem.

from freetype-py.

OCISHY avatar OCISHY commented on May 26, 2024

Thank you for your advice

from freetype-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.