[PR #10521] [MERGED] Add fast lookup path for DxFontInfo #28084

Open
opened 2026-01-31 09:26:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10521
Author: @skyline75489
Created: 6/27/2021
Status: Merged
Merged: 7/9/2021
Merged by: @undefined

Base: mainHead: chesterliu/dev/dxfontinfo-perf


📝 Commits (6)

📊 Changes

3 files changed (+30 additions, -53 deletions)

View changed files

📝 src/renderer/dx/DxFontInfo.h (+0 -27)
📝 src/renderer/dx/DxFontRenderData.cpp (+16 -16)
📝 src/renderer/dx/DxFontRenderData.h (+14 -10)

📄 Description

Fixes the performance regression caused by DxFontInfo.

DxFontInfo introduced in #9201


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10521 **Author:** [@skyline75489](https://github.com/skyline75489) **Created:** 6/27/2021 **Status:** ✅ Merged **Merged:** 7/9/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `chesterliu/dev/dxfontinfo-perf` --- ### 📝 Commits (6) - [`87bdf7b`](https://github.com/microsoft/terminal/commit/87bdf7b29befdcbb05c56804e18b24dd6577991c) wip - [`af2a230`](https://github.com/microsoft/terminal/commit/af2a230939482f4ffb8a5d8b48c2f2d8e1f1b8a6) Merge lhecker's branch - [`2b3799d`](https://github.com/microsoft/terminal/commit/2b3799d95cbd9024aa6c4ca8e7faf7fa07acfdda) Code format - [`8804dd7`](https://github.com/microsoft/terminal/commit/8804dd7bda595d221c8566a08b744308003b45f7) Audit - [`153b07b`](https://github.com/microsoft/terminal/commit/153b07b23f1e49a030d9cf388b7d02fc46a4ec58) Apply suggestions from code review - [`d6ac578`](https://github.com/microsoft/terminal/commit/d6ac578457cb22e23430af75fb2ebec7afc82248) GOOD JOB DUSTIN YOU DID SO GOOD ### 📊 Changes **3 files changed** (+30 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/dx/DxFontInfo.h` (+0 -27) 📝 `src/renderer/dx/DxFontRenderData.cpp` (+16 -16) 📝 `src/renderer/dx/DxFontRenderData.h` (+14 -10) </details> ### 📄 Description Fixes the performance regression caused by DxFontInfo. DxFontInfo introduced in #9201 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:26:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28084