Created
September 15, 2012 21:51
-
-
Save brson/3729948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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