| 44 | return true; |
| 45 | } |
| 46 | void OnGlyphCalcuCoord(f2dGraphics2DVertex pVerts[]) { } |
| 47 | public: |
| 48 | FontBaseLineDebugHelper(f2dGraphics2D* G, f2dGeometryRenderer* GR, fcyRect BaseRect) |
| 49 | : m_pGraph2D(G), m_pGRenderer(GR) |
nothing calls this directly
no outgoing calls
no test coverage detected