struct
ICU::BiDi::VisualRunInfo
- ICU::BiDi::VisualRunInfo
- Struct
- Value
- Object
Overview
Holds information about a single visual run.
Defined in:
icu/bidi.crConstructors
Instance Method Summary
- #clone
- #copy_with(logical_start _logical_start = @logical_start, length _length = @length, direction _direction = @direction)
- #direction : Direction
- #length : Int32
- #logical_start : Int32
Constructor Detail
Instance Method Detail
def copy_with(logical_start _logical_start = @logical_start, length _length = @length, direction _direction = @direction)
#