summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: ca4a4f978e5ae44193c2ebea8663d38a80e96b92 (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
Extension [ <persistent> extension #121 sdl_ttf version 0.2.0 ] {

  - Dependencies {
    Dependency [ sdl (Required) ]
  }

  - Functions {
    Function [ <internal:sdl_ttf> function TTF_Init ] {

      - 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 ]
    }
  }

  - Classes [1] {
    Class [ <internal:sdl_ttf> final class TTF_Font ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }
  }
}