Minor.
authorBehdad Esfahbod <behdad@src.gnome.org>
Tue, 30 May 2006 04:53:55 +0000 (04:53 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 30 May 2006 04:53:55 +0000 (04:53 +0000)
pango/pango-renderer.c
pango/pangocairo-render.c

index cdb876f..e20ac71 100644 (file)
@@ -802,9 +802,8 @@ pango_renderer_draw_error_underline (PangoRenderer *renderer,
  *    \   \/  \   \/            \   \/  \   \          |
  *     \  /    \  /              \  /    \  /          |
  *      \/      \/                \/      \/           -
- *
- * |----|
- *   unit_width = (HEIGHT_SQUARES - 1) * square
+ *      |---|
+ *    unit_width = (HEIGHT_SQUARES - 1) * square
  *
  * To do this conveniently, we work in a coordinate system where A,B,C
  * are axis aligned rectangles. (If fonts were square, the diagrams
index 8d32e37..a92f207 100644 (file)
@@ -287,8 +287,8 @@ pango_cairo_renderer_draw_rectangle (PangoRenderer     *renderer,
  *        \  /    \  /              \  /    \  /          |
  *         \/      \/                \/      \/           -
  *         B                         B       
- * |----|
- *   unit_width = (HEIGHT_SQUARES - 1) * square
+ *         |---|
+ *       unit_width = (HEIGHT_SQUARES - 1) * square
  *
  * The x, y, width, height passed in give the desired bounding box;
  * x/width are adjusted to make the underline a integer number of units