20#ifndef LIBREPCB_CORE_STROKEFONTPOOL_H
21#define LIBREPCB_CORE_STROKEFONTPOOL_H
56 bool exists(const QString& filename) const noexcept;
Base class / interface for all file system implementations.
Definition: filesystem.h:45
The StrokeFont class.
Definition: strokefont.h:56
The StrokeFontPool class.
Definition: strokefontpool.h:46
StrokeFontPool(const StrokeFontPool &other)=delete
QHash< QString, std::shared_ptr< StrokeFont > > mFonts
Definition: strokefontpool.h:63
const StrokeFont & getFont(const QString &filename) const
Definition: strokefontpool.cpp:66
StrokeFontPool(const FileSystem &directory) noexcept
Definition: strokefontpool.cpp:38
~StrokeFontPool() noexcept
Definition: strokefontpool.cpp:55
bool exists(const QString &filename) const noexcept
Definition: strokefontpool.cpp:62
Definition: occmodel.cpp:77