Introduce MultiBuffer::clip_offset_utf16
This commit is contained in:
parent
c46be992e0
commit
47e8bd5f4f
2 changed files with 23 additions and 0 deletions
|
@ -1901,6 +1901,10 @@ impl BufferSnapshot {
|
|||
self.visible_text.clip_point(point, bias)
|
||||
}
|
||||
|
||||
pub fn clip_offset_utf16(&self, offset: OffsetUtf16, bias: Bias) -> OffsetUtf16 {
|
||||
self.visible_text.clip_offset_utf16(offset, bias)
|
||||
}
|
||||
|
||||
pub fn clip_point_utf16(&self, point: PointUtf16, bias: Bias) -> PointUtf16 {
|
||||
self.visible_text.clip_point_utf16(point, bias)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue