Update documentation

This commit is contained in:
Jeremy Soller 2022-10-27 10:29:19 -06:00
parent e4c8d4ba6b
commit 8f8cf80bf6
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 52 additions and 2 deletions

View file

@ -3,6 +3,7 @@
use crate::{CacheKey, Color};
/// A laid out glyph
#[derive(Debug)]
pub struct LayoutGlyph {
/// Start index of cluster in original line
pub start: usize,