| 57 | float GetContentScalingFactor() const override { return m_content_scale; } |
| 58 | uint32_t GetFontResolutionDpi() const override { return m_font_dpi; } |
| 59 | void Close() override { META_FUNCTION_NOT_IMPLEMENTED(); } |
| 60 | |
| 61 | private: |
| 62 | const float m_content_scale; |
nothing calls this directly
no outgoing calls
no test coverage detected