Skip to main content

Freetype python bindings

Project description

FreeType high-level python API

Freetype python provides bindings for the FreeType library. Only the high-level API is bound.

Documentation available at: http://freetype-py.readthedocs.org/en/latest/

Installation

To be able to use freetype python, you need the freetype library version 2 installed on your system.

Mac users

Freetype should be already installed on your system. If not, either install it using homebrew or compile it and place the library binary file in ‘/usr/local/lib’.

Linux users

Freetype should be already installed on your system. If not, either install relevant package from your package manager or compile from sources and place the library binary file in ‘/usr/local/lib’.

Window users

You can try to install a window binaries available from the Freetype site or you can compile it from sources. In such a case, make sure the resulting library binaries is named ‘Freetype.dll’ (and not something like Freetype245.dll) and make sure to place a copy in Windows/System32 directory.

Usage example

import freetype
face = freetype.Face("Vera.ttf")
face.set_char_size( 48*64 )
face.load_char('S')
bitmap = face.glyph.bitmap
print bitmap.buffer

Contributors

  • Hin-Tak Leung (many fixes, cairo examples)

  • Titusz Pan (bug report)

  • Ekkehard.Blanz (bug report)

  • Jānis Lībeks (bug report)

  • Frantisek Malina (typo)

  • Tillmann Karras (bug report & fix)

  • Matthew Sitton (bug report & fix)

  • Tao Gong (bug report)

  • Matthew Sitton (Remove raw interfaces from the __init__.py file)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freetype-py-1.1.tar.gz (157.4 kB view details)

Uploaded Source

File details

Details for the file freetype-py-1.1.tar.gz.

File metadata

  • Download URL: freetype-py-1.1.tar.gz
  • Upload date:
  • Size: 157.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for freetype-py-1.1.tar.gz
Algorithm Hash digest
SHA256 e078cac1f85a92f4e191d2f7f0d675a1b1a3b5db31817c483fd9792293187be5
MD5 cad37ccbdd827f54d20d9ab57a5d6ef8
BLAKE2b-256 c9372f1abff9dc71f7801b03b92ddda1bd6fc0e5db2c3725aca9c5fa8c1ff52f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page