enum Godot::TextServer::FontLCDSubpixelLayout

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

FontLcdSubpixelLayoutNone = 0_i64
FontLcdSubpixelLayoutHrgb = 1_i64
FontLcdSubpixelLayoutHbgr = 2_i64
FontLcdSubpixelLayoutVrgb = 3_i64
FontLcdSubpixelLayoutVbgr = 4_i64
FontLcdSubpixelLayoutMax = 5_i64

Instance Method Summary

Instance Method Detail

def font_lcd_subpixel_layout_hbgr? #

Returns true if this enum value equals FontLcdSubpixelLayoutHbgr


[View source]
def font_lcd_subpixel_layout_hrgb? #

Returns true if this enum value equals FontLcdSubpixelLayoutHrgb


[View source]
def font_lcd_subpixel_layout_max? #

Returns true if this enum value equals FontLcdSubpixelLayoutMax


[View source]
def font_lcd_subpixel_layout_none? #

Returns true if this enum value equals FontLcdSubpixelLayoutNone


[View source]
def font_lcd_subpixel_layout_vbgr? #

Returns true if this enum value equals FontLcdSubpixelLayoutVbgr


[View source]
def font_lcd_subpixel_layout_vrgb? #

Returns true if this enum value equals FontLcdSubpixelLayoutVrgb


[View source]