File: sdl2_sdlttf.rst

package info (click to toggle)
pysdl2 0.9.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,824 kB
  • sloc: python: 17,244; makefile: 195; sh: 32
file content (13 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. module:: sdl2.sdlttf
   :synopsis: SDL2_ttf library wrapper

sd2.sdlttf - SDL2_ttf library wrapper
=====================================
The :mod:`sdl2.sdlttf` module is a :mod:`ctypes`-based wrapper
around the SDL2_ttf library. It wraps nearly all publicly accessible
structures and functions of the SDL2_ttf library to be accessible from
Python code.

A detailed documentation about the behaviour of the different functions
can found within the `SDL2_ttf documentation
<http://www.libsdl.org/projects/SDL_ttf/docs/index.html>`_.