Code

Eliminate remaining sources of empty NR::Rects
[inkscape.git] / src / libnrtype / Layout-TNG.h
index 48b01eae5f14ff10e5a7a0c50b12ad639bdf34f4..3eed1fc43d2eb67aa728e19a9d2605c7dd888592 100755 (executable)
@@ -443,7 +443,7 @@ public:
     /** Returns the bounding box of the given glyph, and its rotation.
     The centre of rotation is the horizontal centre of the box at the
     text baseline. */
-    NR::Rect glyphBoundingBox(iterator const &it, double *rotation) const;
+    NR::Maybe<NR::Rect> glyphBoundingBox(iterator const &it, double *rotation) const;
 
     /** Returns the zero-based line number of the character pointed to by
     \a it. */