| 95 | int GetMinZoom() const override { return 1; } |
| 96 | int GetMinTitleZoom() const override { return GetMinZoom(); } |
| 97 | FeatureID GetFeatureID() const override { return FeatureID(); } |
| 98 | bool HasCreationAnimation() const override { return false; } |
| 99 | df::ColorConstant GetColorConstant() const override { return {}; } |
| 100 | bool IsMarkAboveText() const override { return false; } |
no test coverage detected