terminal/src/renderer/dx/lib
Leonard Hecker 131f5d2b32
Use nearby fonts for font fallback (#11764)
This commit is a minimal fix in order to pass the
`IDWriteFontCollection` we create out of .ttf files residing next to our
binaries to the `IDWriteFontFallback::MapCharacters` call. The
`IDWriteTextFormat` is used in order to carry the font collection over
into `CustomTextLayout`.

## Validation
* Put `JetBrainsMono-Regular.ttf` into the binary output directory
* Modify `HKCU:\Console\*\FaceName`  to `JetBrains Mono`
* Launch OpenConsole.exe
* OpenConsole uses JetBrains Mono ✔️

Closes #11032
Closes #11648
2021-11-16 23:22:02 +00:00
..
dx.vcxproj Use nearby fonts for font fallback (#11764) 2021-11-16 23:22:02 +00:00
dx.vcxproj.filters Use nearby fonts for font fallback (#11764) 2021-11-16 23:22:02 +00:00
sources Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00