enum Godot::TextServer::SubpixelPositioning

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

SubpixelPositioningDisabled = 0_i64
SubpixelPositioningAuto = 1_i64
SubpixelPositioningOneHalf = 2_i64
SubpixelPositioningOneQuarter = 3_i64
SubpixelPositioningOneHalfMaxSize = 20_i64
SubpixelPositioningOneQuarterMaxSize = 16_i64

Instance Method Summary

Instance Method Detail

def subpixel_positioning_auto? #

Returns true if this enum value equals SubpixelPositioningAuto


[View source]
def subpixel_positioning_disabled? #

Returns true if this enum value equals SubpixelPositioningDisabled


[View source]
def subpixel_positioning_one_half? #

Returns true if this enum value equals SubpixelPositioningOneHalf


[View source]
def subpixel_positioning_one_half_max_size? #

Returns true if this enum value equals SubpixelPositioningOneHalfMaxSize


[View source]
def subpixel_positioning_one_quarter? #

Returns true if this enum value equals SubpixelPositioningOneQuarter


[View source]
def subpixel_positioning_one_quarter_max_size? #

Returns true if this enum value equals SubpixelPositioningOneQuarterMaxSize


[View source]