![]() |
LibrePCB Developers Documentation
|
The StrokeFontPool class. More...
#include <strokefontpool.h>
Collaboration diagram for StrokeFontPool:Public Member Functions | |
| StrokeFontPool (const FileSystem &directory) noexcept | |
| StrokeFontPool (const StrokeFontPool &other)=delete | |
| ~StrokeFontPool () noexcept | |
| bool | exists (const QString &filename) const noexcept |
| const StrokeFont & | getFont (const QString &filename) const |
| StrokeFontPool & | operator= (const StrokeFontPool &rhs) noexcept |
Private Attributes | |
| QHash< QString, std::shared_ptr< StrokeFont > > | mFonts |
The StrokeFontPool class.
|
explicitnoexcept |
Here is the call graph for this function:
|
delete |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:| const StrokeFont & getFont | ( | const QString & | filename | ) | const |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
private |