About 1,460,000 results
Open links in new tab
  1. Newest 'directwrite' Questions - Stack Overflow

    DirectWrite lists regular, Oblique, Bold, Bold Oblique versions of Microsoft Sans Serif, but they all point to the same TTF file So I have used the DirectWrite APIs to query the available fonts in …

  2. winapi - Why can't DirectX/DirectWrite/Direct2D text rendering be …

    Dec 23, 2011 · I already know that sub-pixel positioning causes DirectWrite text rendering to be blurry compared to GDI. However, my question is a bit more fundamental: Why can't …

  3. Directwrite is not always able to query font - Stack Overflow

    Mar 14, 2024 · Directwrite isn't able to query any fonts activated by fontbase which is weird, but I am able to query any "system" font. Why is it happening and why all the applications like …

  4. DirectWrite: Issue for displaying a transparent background for a …

    May 21, 2025 · Now, I created a windows sample application, where I am using DirectWrite API (s) to create a label. Even with "Smooth edges of screen fonts - disabled", this label is …

  5. c++ - How to initialize Directwrite IDWriteTextLayout properly in a ...

    Jun 2, 2020 · I'm trying to write text to my ID2D1HwndRenderTarget* renderTarget-window using Directwrite. That works good and text appears where it should. But i have the feeling i'm doing …

  6. c++ - Directwrite: Getting a font's height - Stack Overflow

    Directwrite: Getting a font's height Asked 14 years, 8 months ago Modified 6 years, 3 months ago Viewed 8k times

  7. How do you draw text in DirectX 12? - Stack Overflow

    Apr 4, 2016 · The general answer to questions like this is "if you have to ask, then you probably should be using DirectX 11." DirectX 12 is a graphics expert API that provide immense control, …

  8. C++ - DirectWrite: Load font from file at runtime - Stack Overflow

    Jun 2, 2016 · I'm trying to load a font from a file at runtime and display it with DirectWrite. The following code should initialize a IDWriteTextFormat object with that font: hr = pDWriteFactory …

  9. Trying to use custom fonts with DirectWrite - Stack Overflow

    Jun 30, 2023 · Trying to use custom fonts with DirectWrite Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 629 times

  10. DirectWrite + Direct2D custom text rendering is hairy

    Mar 30, 2021 · I'm evaluating Direct2D for research purposes, and while I was at it, I decided to render my usual help text with a DirectWrite custom text renderer, which converts the text to a …