Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sdl
v0.1.0
SDL
BlendMode
Color
Error
Event
ControllerAxis
ControllerButton
ControllerDevice
DollarGesture
Drop
JoyAxis
JoyBall
JoyButton
JoyDevice
JoyHat
Keyboard
MouseButton
MouseMotion
MouseWheel
MultiGesture
PressRelease
Quit
SysWM
TextEditing
TextInput
TouchFinger
Type
User
Window
Hint
IMG
Init
Type
Init
Mix
Channel
Init
Music
Sample
Type
PixelFormat
Point
Rect
Renderer
Flags
Flip
Info
RWops
Screensaver
Surface
Texture
TTF
Error
Font
GlyphMetrics
Mode
Style
Window
Flags
Fullscreen
Position
Built with Crystal 1.9.2
2023-10-07 20:42:36 UTC
enum
SDL::TTF::Font::Mode
Defined in:
ttf.cr
Enum Members
SOLID
=
0
SHADED
=
1
BLENDED
=
2
BLENDED_WRAPPED
=
3
Instance Method Summary
#blended?
#blended_wrapped?
#shaded?
#solid?
Instance Method Detail
def
blended?
#
[
View source
]
def
blended_wrapped?
#
[
View source
]
def
shaded?
#
[
View source
]
def
solid?
#
[
View source
]