qytz-notes
latest
  • Python笔记
  • 开源代码阅读笔记
  • IPython NoteBooks
  • 技术笔记
    • The Python GTK+ 3 Tutorial
    • GStreamer 开发经验
    • Pycairo Documentation
      • 概览
      • Reference
        • 模块函数与常量
        • Cairo Context
        • Exceptions
        • Matrix
        • Paths
        • Pattern
        • Surfaces
        • Text
      • FAQ
      • Pycairo 的 C API
    • D-Bus 使用
    • shell 脚本常用操作入门
    • JavaScript 的移位运算与 IP 地址处理
    • automake 和 autoconf 使用简明教程
    • Python 3 Bytes.decode 遇到的问题
    • Linux粘滞位说明
    • mysql绿色启动方法
    • LDAP
    • 系统安全的思考
    • VPN 高级选项那些事
    • sphinx 生成本地化的文档
    • 简易 git 服务器
  • 量化投资
  • 瞎想
  • 关于我
  • 联系
qytz-notes
  • Docs »
  • 技术笔记 »
  • Pycairo Documentation »
  • Reference
  • Edit on GitHub

Reference¶

  • 模块函数与常量
    • 模块函数
    • 模块常量
  • Cairo Context
    • class Context()
  • Exceptions
    • cairo.Error()
  • Matrix
    • class Matrix()
  • Paths
    • class Path()
  • Pattern
    • class Pattern()
    • class SolidPattern(Pattern)
    • class SurfacePattern(Pattern)
    • class Gradient(Pattern)
    • class LinearGradient(Gradient)
    • class RadialGradient(Gradient)
  • Surfaces
    • class Surface()
    • class ImageSurface(Surface)
    • class PDFSurface(Surface)
    • class PSSurface(Surface)
    • class SVGSurface(Surface)
    • class Win32Surface(Surface)
    • class Win32PrintingSurface(Surface)
    • class XCBSurface(Surface)
    • class XlibSurface(Surface)
  • Text
    • class FontFace()
    • class FreeTypeFontFace(FontFace)
    • class ToyFontFace(FontFace)
    • class UserFontFace(FontFace)
    • class ScaledFont()
    • class FontOptions()
Next Previous

© Copyright 2019, qytz(lennyh) Revision 72e39d11.

Built with Sphinx using a theme provided by Read the Docs.