Remove unused interface methods
All checks were successful
Build ptprnt / build (push) Successful in 3m44s
All checks were successful
Build ptprnt / build (push) Successful in 3m44s
This commit is contained in:
@@ -69,8 +69,6 @@ class Label : public ILabel {
|
||||
void writeToPng(const std::string& file);
|
||||
[[nodiscard]] int getWidth() override;
|
||||
[[nodiscard]] int getHeight() override;
|
||||
[[nodiscard]] int getLayoutWidth() override;
|
||||
[[nodiscard]] int getLayoutHeight() override;
|
||||
[[nodiscard]] std::vector<uint8_t> getRaw() override;
|
||||
void setFontSize(const double fontSize) override;
|
||||
void setFontFamily(const std::string& fontFamily) override;
|
||||
|
||||
Reference in New Issue
Block a user