资源简介
用python调用freetype。freetype是python里面的中文显示界面,结合opencv一起使用。

代码片段和文件信息
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# FreeType high-level python API - copyright 2011 Nicolas P. Rougier
# Distributed under the terms of the new BSD license.
# -----------------------------------------------------------------------------
from os import path
from codecs import open
from setuptools import setup Extension
description = open(path.join(path.abspath(path.dirname(__file__))
‘README.rst‘) encoding=‘utf-8‘).read()
setup( name = ‘freetype-py‘
version = ‘1.2‘
description = ‘Freetype python bindings‘
long_description = description
author = ‘Nicolas P. Rougier‘
author_email= ‘Nicolas.Rougier@inria.fr‘
url = ‘https://github.com/rougier/freetype-py‘
packages = [‘freetype‘ ‘freetype.ft_enums‘]
classifiers = [
‘Development Status :: 5 - Production/Stable‘
‘Environment :: X11 Applications‘
‘Environment :: MacOS X‘
‘Intended Audience :: Developers‘
‘License :: OSI Approved :: GNU General Public License (GPL)‘
‘Operating System :: MacOS‘
‘Operating System :: Microsoft :: Windows‘
‘Operating System :: POSIX‘
‘Operating System :: Unix‘
‘Programming Language :: Python :: 2‘
‘Programming Language :: Python :: 3‘
‘Topic :: Multimedia :: Graphics‘
]
keywords = [‘freetype‘ ‘font‘]
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-02-25 16:37 freetype-py-master\
文件 675 2018-02-25 16:37 freetype-py-master\.gitignore
文件 1585 2018-02-25 16:37 freetype-py-master\LICENSE.txt
文件 377 2018-02-25 16:37 freetype-py-master\MANIFEST.in
文件 1143 2018-02-25 16:37 freetype-py-master\NOTES.txt
文件 4195 2018-02-25 16:37 freetype-py-master\README.rst
目录 0 2018-02-25 16:37 freetype-py-master\debian\
文件 179 2018-02-25 16:37 freetype-py-master\debian\changelog
文件 2 2018-02-25 16:37 freetype-py-master\debian\compat
文件 513 2018-02-25 16:37 freetype-py-master\debian\control
文件 2746 2018-02-25 16:37 freetype-py-master\debian\copyright
文件 70 2018-02-25 16:37 freetype-py-master\debian\python-freetype-py.lintian-overrides
文件 192 2018-02-25 16:37 freetype-py-master\debian\rules
目录 0 2018-02-25 16:37 freetype-py-master\debian\source\
文件 12 2018-02-25 16:37 freetype-py-master\debian\source\format
目录 0 2018-02-25 16:37 freetype-py-master\doc\
文件 4622 2018-02-25 16:37 freetype-py-master\doc\Makefile
目录 0 2018-02-25 16:37 freetype-py-master\doc\_static\
文件 25511 2018-02-25 16:37 freetype-py-master\doc\_static\G.png
文件 55986 2018-02-25 16:37 freetype-py-master\doc\_static\S.png
文件 98432 2018-02-25 16:37 freetype-py-master\doc\_static\agg-trick.png
文件 8697 2018-02-25 16:37 freetype-py-master\doc\_static\hello-world.png
文件 80186 2018-02-25 16:37 freetype-py-master\doc\_static\opengl.png
文件 25701 2018-02-25 16:37 freetype-py-master\doc\_static\outline.png
文件 119705 2018-02-25 16:37 freetype-py-master\doc\_static\wordle.png
文件 250 2018-02-25 16:37 freetype-py-master\doc\api.rst
文件 72 2018-02-25 16:37 freetype-py-master\doc\bbox.rst
文件 78 2018-02-25 16:37 freetype-py-master\doc\bitmap.rst
文件 95 2018-02-25 16:37 freetype-py-master\doc\bitmap_glyph.rst
文件 92 2018-02-25 16:37 freetype-py-master\doc\bitmap_size.rst
文件 81 2018-02-25 16:37 freetype-py-master\doc\charmap.rst
............此处省略115个文件信息
相关资源
- Python-BDD100K大规模多样化驾驶视频数据
- Instant Pygame for Python Game Development How
- Biopython Tutorial
- Think Python 2nd
- 一个小小的表白程序(python)
- Python课堂笔记(高淇400集第一季)
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
评论
共有 条评论