Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

Investigate core text performance with DWrite stack #1374

@rajsesh

Description

@rajsesh

We have a few inefficiencies:

  1. RenderTarget Begin/EndDraw() is called for each rendering block (glpyh runs), which will cause performance issues because EndDraw() is expensive. We should batch these calls and known points.

  2. Creating of numerous dwrite factory instances.

  3. Static initializations.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions