Extension [ extension #121 sdl_ttf version 0.2.0 ] { - Dependencies { Dependency [ sdl (Required) ] } - Functions { Function [ function TTF_Init ] { - Parameters [0] { } - Return [ int ] } Function [ function TTF_Quit ] { - Parameters [0] { } - Return [ void ] } Function [ function TTF_OpenFont ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ int $size ] } - Return [ TTF_Font ] } Function [ function TTF_CloseFont ] { - Parameters [1] { Parameter #0 [ TTF_Font $font ] } - Return [ int ] } Function [ function TTF_RenderText_Solid ] { - Parameters [3] { Parameter #0 [ TTF_Font $font ] Parameter #1 [ string $text ] Parameter #2 [ SDL_Color $color ] } - Return [ SDL_Surface ] } } - Classes [1] { Class [ final class TTF_Font ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } } }