Module: SDL2::TTF

Extended by:
FFI::Library, Library
Defined in:
lib/sdl2/ttf.rb,
lib/sdl2/ttf/font.rb,
lib/sdl2/ttf/sdl_ttf_module.rb

Overview

The SDL_ttf interface. API prototypes are linked to this module.

Defined Under Namespace

Modules: HINTING, STYLE Classes: Font

Constant Summary collapse

UNICODE_BOM_NATIVE =
0xFEFF
UNICODE_BOM_SWAPPED =
0xFFFE
SDL_TTF_MODULE =
['libSDL2_ttf', '/usr/local/lib/libSDL2_ttf.so']

Method Summary

Methods included from Library

api, boolean?, metaclass, raise_error, raise_error_if, raise_error_unless, returns_error