| |
- ceil(...)
- ceil(x)
Return the ceiling of x as a float.
This is the smallest integral value >= x.
- clean()
- cos(...)
- cos(x)
Return the cosine of x (measured in radians).
- draw(text, pos=None, fontname=None, fontsize=None, sysfontname=None, antialias=True, bold=None, italic=None, underline=None, color=None, background=None, top=None, left=None, bottom=None, right=None, topleft=None, bottomleft=None, topright=None, bottomright=None, midtop=None, midleft=None, midbottom=None, midright=None, center=None, centerx=None, centery=None, width=None, widthem=None, lineheight=None, pspace=None, strip=None, align=None, owidth=None, ocolor=None, shadow=None, scolor=None, gcolor=None, shade=None, alpha=1.0, anchor=None, angle=0, surf=(), cache=True)
- drawbox(text, rect, fontname=None, sysfontname=None, lineheight=None, pspace=None, anchor=None, bold=None, italic=None, underline=None, strip=None, **kwargs)
- exp(...)
- exp(x)
Return e raised to the power of x.
- getfont(fontname=None, fontsize=None, sysfontname=None, bold=None, italic=None, underline=None)
- getsurf(text, fontname=None, fontsize=None, sysfontname=None, bold=None, italic=None, underline=None, width=None, widthem=None, strip=None, color=None, background=None, antialias=True, ocolor=None, owidth=None, scolor=None, shadow=None, gcolor=None, shade=None, alpha=1.0, align=None, lineheight=None, pspace=None, angle=0, cache=True)
- radians(...)
- radians(x)
Convert angle x from degrees to radians.
- sin(...)
- sin(x)
Return the sine of x (measured in radians).
- wrap(text, fontname=None, fontsize=None, sysfontname=None, bold=None, italic=None, underline=None, width=None, widthem=None, strip=None)
|