Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for rendering engine runtime switch #1457

Open
ighristov opened this issue Aug 6, 2024 · 0 comments
Open

Add docs for rendering engine runtime switch #1457

ighristov opened this issue Aug 6, 2024 · 0 comments
Assignees

Comments

@ighristov
Copy link
Collaborator

ighristov commented Aug 6, 2024

With 2024 Q3 the clients can switch the graphics engine (GDI <-> Skia) at runtime.

  • Only applicable to .NET 6+ code.
  • setting it with code:
Telerik.Drawing.Contract.DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Skia;
or
Telerik.Drawing.Contract.DrawingFactory.CurrentGraphicsEngine = GraphicsEngine.Gdi;
  • introduced as a switch in SRD.NET preview.
  • applied to the export operations.
@ighristov ighristov self-assigned this Aug 6, 2024
ighristov added a commit that referenced this issue Aug 6, 2024
ighristov added a commit that referenced this issue Aug 7, 2024
refs: #1457

chore: added printing info
todorarabadzhiev pushed a commit that referenced this issue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant