Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jul 13, 2013
1 parent 83dc29f commit 065ca19
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/text_layout.gv
Expand Up @@ -6,8 +6,8 @@ digraph textrendering {
Text [color=red]
text_layout[shape=box]
renderer [color=red]
Text -> text_layout

Text -> text_layout
text_layout -> Freetype[dir=both]
text_layout -> text_itemizer [dir=both]
text_layout -> HarfBuzz [dir=both]
Expand All @@ -17,11 +17,9 @@ digraph textrendering {
format_run -> char_properties
format_run -> glyph_info



text_layout -> placement_finder
placement_finder -> glyph_positions
glyph_positions -> renderer

// { rank=same; text_layout HarfBuzz Freetype text_itemizer }
}

0 comments on commit 065ca19

Please sign in to comment.