|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Public Member Functions | |
| Set_font (Canvas &, Font &, double) | |
| Set_font (Set_font const &)=delete | |
| Set_font (Set_font &&)=delete | |
| ~Set_font () noexcept | |
| The current font will be resent during deconstruction. | |
| Canvas & | canvas () |
| Canvas const & | canvas () const |
| Set_font & | operator= (Set_font const &)=delete |
| Set_font & | operator= (Set_font &&)=delete |
Private Attributes | |
| Canvas & | _canvas |
| canvas | The parent canvas. |
| f | The new font. |
| size | The font size. |
| Invalid_operation | Thrown if a font is already set. |
|
noexcept |
The current font will be resent during deconstruction.