enum Godot::TextServer::GraphemeFlag

Defined in:

libgodot/generated/classes/classes_part5.cr

Enum Members

GraphemeIsValid = 1_i64
GraphemeIsRtl = 2_i64
GraphemeIsVirtual = 4_i64
GraphemeIsSpace = 8_i64
GraphemeIsBreakHard = 16_i64
GraphemeIsBreakSoft = 32_i64
GraphemeIsTab = 64_i64
GraphemeIsElongation = 128_i64
GraphemeIsPunctuation = 256_i64
GraphemeIsUnderscore = 512_i64
GraphemeIsConnected = 1024_i64
GraphemeIsSafeToInsertTatweel = 2048_i64
GraphemeIsEmbeddedObject = 4096_i64
GraphemeIsSoftHyphen = 8192_i64

Instance Method Summary

Instance Method Detail

def grapheme_is_break_hard? #

Returns true if this enum value equals GraphemeIsBreakHard


[View source]
def grapheme_is_break_soft? #

Returns true if this enum value equals GraphemeIsBreakSoft


[View source]
def grapheme_is_connected? #

Returns true if this enum value equals GraphemeIsConnected


[View source]
def grapheme_is_elongation? #

Returns true if this enum value equals GraphemeIsElongation


[View source]
def grapheme_is_embedded_object? #

Returns true if this enum value equals GraphemeIsEmbeddedObject


[View source]
def grapheme_is_punctuation? #

Returns true if this enum value equals GraphemeIsPunctuation


[View source]
def grapheme_is_rtl? #

Returns true if this enum value equals GraphemeIsRtl


[View source]
def grapheme_is_safe_to_insert_tatweel? #

Returns true if this enum value equals GraphemeIsSafeToInsertTatweel


[View source]
def grapheme_is_soft_hyphen? #

Returns true if this enum value equals GraphemeIsSoftHyphen


[View source]
def grapheme_is_space? #

Returns true if this enum value equals GraphemeIsSpace


[View source]
def grapheme_is_tab? #

Returns true if this enum value equals GraphemeIsTab


[View source]
def grapheme_is_underscore? #

Returns true if this enum value equals GraphemeIsUnderscore


[View source]
def grapheme_is_valid? #

Returns true if this enum value equals GraphemeIsValid


[View source]
def grapheme_is_virtual? #

Returns true if this enum value equals GraphemeIsVirtual


[View source]