Skip to content

Instantly share code, notes, and snippets.

@brson
Created September 15, 2012 21:51
Show Gist options
  • Save brson/3729948 to your computer and use it in GitHub Desktop.
Save brson/3729948 to your computer and use it in GitHub Desktop.
struct TextRun {
priv text: @~str,
priv slice: &str,
priv glyphs: ~[Glyph],
priv size_: Size2D<au>,
priv min_break_width_: au,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment