Libraries
»
sdl2_ffi
(0.0.5)
»
Index (S)
»
SDL2
»
TTF
»
STYLE
Module: SDL2::TTF::STYLE
Includes:
EnumerableConstants
Defined in:
lib/sdl2/ttf.rb
Constant Summary
collapse
NORMAL =
0x00
BOLD =
0x01
ITALIC =
0x02
UNDERLINE =
0x04
STRIKETHROUGH =
0x08
Method Summary
Methods included from
EnumerableConstants
included