[Python-modules-commits] [freetype-py] 04/06: mention something about what FT is in descriptions

Daniel Glassey wdg at moszumanska.debian.org
Thu Nov 12 18:33:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

wdg pushed a commit to branch master
in repository freetype-py.

commit e9b33eb01e9814af556e549e67ec2fffadf91787
Author: Daniel Glassey <wdg at debian.org>
Date:   Thu Nov 12 17:28:50 2015 +0000

    mention something about what FT is in descriptions
---
 debian/control | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b9ed190..213869f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,14 +17,24 @@ Package: python-freetype
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: Freetype Python bindings
- Freetype python provides bindings for the FreeType library.
+ Freetype Python provides bindings for the FreeType library.
  Only the high-level API is bound.
+ . 
+ All the font access is done through the FreeType2 library,
+ which supports many formats.  It can render images of characters with
+ high-quality hinting and antialiasing, extract metrics information, and
+ extract the outlines of characters in scalable formats like TrueType.
 
 Package: python3-freetype
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: Freetype Python bindings for Python 3
- Freetype python provides bindings for the FreeType library.
+ Freetype Python provides bindings for the FreeType library.
  Only the high-level API is bound.
+ . 
+ All the font access is done through the FreeType2 library,
+ which supports many formats.  It can render images of characters with
+ high-quality hinting and antialiasing, extract metrics information, and
+ extract the outlines of characters in scalable formats like TrueType.
  .
  This is the Python 3 version of the package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/freetype-py.git



More information about the Python-modules-commits mailing list