struct ICU::BiDi::VisualRunInfo

Overview

Holds information about a single visual run.

Defined in:

icu/bidi.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(logical_start : Int32, length : Int32, direction : Direction) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(logical_start _logical_start = @logical_start, length _length = @length, direction _direction = @direction) #

[View source]
def direction : Direction #

def length : Int32 #

def logical_start : Int32 #