-
class
Extension
(Return to index)
-
area where a glyph actually draws after all.
Type:
Derived Classes
Include file:
Description: in reference manual.
Public:
-
Extension ()
-
Extension (const Extension&)
- Coord
bottom () const
- void
clear ()
- Coord
left () const
- void
merge (Canvas*, const Allocation&)
- void
merge (const Extension&)
- void
merge_xy (Canvas*, Coord left, Coord bottom, Coord right, Coord top)
- void
operator = (const Extension&)
- Coord
right () const
- void
set (Canvas*, const Allocation&)
- void
set_xy (Canvas*, Coord left, Coord bottom, Coord right, Coord top)
- Coord
top () const
- static void
transform_xy ( Canvas*, Coord& left, Coord& bottom, Coord& right, Coord& top )
(more documentation)