blob: a4461d93b92d53a41387191a08efe8190f0f5e2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
Extension [ <persistent> extension #120 sdl_ttf version 0.3.0 ] {
- Dependencies {
Dependency [ sdl (Required) ]
}
- Functions {
Function [ <internal:sdl_ttf> function TTF_Init ] {
- Parameters [0] {
}
- Return [ int ]
}
Function [ <internal:sdl_ttf> function TTF_WasInit ] {
- Parameters [0] {
}
- Return [ int ]
}
Function [ <internal:sdl_ttf> function TTF_Quit ] {
- Parameters [0] {
}
- Return [ void ]
}
Function [ <internal:sdl_ttf> function TTF_OpenFont ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
Parameter #1 [ <required> int $size ]
}
- Return [ TTF_Font ]
}
Function [ <internal:sdl_ttf> function TTF_CloseFont ] {
- Parameters [1] {
Parameter #0 [ <required> TTF_Font $font ]
}
- Return [ int ]
}
Function [ <internal:sdl_ttf> function TTF_RenderText_Solid ] {
- Parameters [3] {
Parameter #0 [ <required> TTF_Font $font ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <required> SDL_Color $color ]
}
- Return [ SDL_Surface ]
}
Function [ <internal:sdl_ttf> function TTF_RenderText_Blended ] {
- Parameters [3] {
Parameter #0 [ <required> TTF_Font $font ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <required> SDL_Color $color ]
}
- Return [ SDL_Surface ]
}
Function [ <internal:sdl_ttf> function TTF_RenderText_Shaded ] {
- Parameters [4] {
Parameter #0 [ <required> TTF_Font $font ]
Parameter #1 [ <required> string $text ]
Parameter #2 [ <required> SDL_Color $color ]
Parameter #3 [ <required> SDL_Color $backgroundColor ]
}
- Return [ SDL_Surface ]
}
}
- Classes [1] {
Class [ <internal:sdl_ttf> final class TTF_Font ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [0] {
}
}
}
}
|