加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HeadDesc.py 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
非对称 提交于 2017-04-13 10:30 . Ver 2.0 to master (#5)
# -*- coding: utf-8 -*-
#
# Author: Liu xianyao
# Email: flashlxy@qq.com
# Update: 2017-04-06
# Copyright: ©江西省气象台 2017
# Version: 1.1.20170406
class HeadDesc:
"""
标题描述类
"""
def __init__(self, txt, pos, font):
self.text = txt
self.pos = pos
self.font = font
# fontdict={'family': 'monospace', 'color': 'blue'}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化