diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-19 11:53:49 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-01-20 15:33:15 +0100 |
commit | c2ed7c963262e58f4222d7b958da04b773e20014 (patch) | |
tree | 27f9a249fa19908325af743d3f2b25cd21bd5889 /components/gfx/text | |
parent | a17a1fd06e25578f503c5d15ce662d1bf0d142f2 (diff) | |
download | servo-c2ed7c963262e58f4222d7b958da04b773e20014.tar.gz servo-c2ed7c963262e58f4222d7b958da04b773e20014.zip |
Merge gfx and gfx_tests
Diffstat (limited to 'components/gfx/text')
-rw-r--r-- | components/gfx/text/glyph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/text/glyph.rs b/components/gfx/text/glyph.rs index e765f48ee20..0c3386aca7d 100644 --- a/components/gfx/text/glyph.rs +++ b/components/gfx/text/glyph.rs @@ -392,7 +392,7 @@ impl<'a> GlyphInfo<'a> { /// Simple glyphs are stored inline in the `entry_buffer`, detailed glyphs are /// stored as pointers into the `detail_store`. /// -/// ~~~ignore +/// ~~~ascii /// +- GlyphStore --------------------------------+ /// | +---+---+---+---+---+---+---+ | /// | entry_buffer: | | s | | s | | s | s | | d = detailed |