Described at

DirectWrite (DWrite) - Win32 apps | Microsoft Learn
Today's applications must support high-quality text rendering, resolution-independent outline fonts, and full Unicode text and layout support. DirectWrite, a [DirectX](../directx.md) API, provides these features and more.
msdn.microsoft.com →Today's applications must support high-quality text rendering, resolution-independent outline fonts, and full Unicode text and layout support. DirectWrite, a DirectX API, provides these features and more. A device-independent text layout system that improves text readability in documents and in UI. High-quality, sub-pixel, Microsoft ClearType text rendering that can use GDI , Direct2D , or application-specific rendering technology. Hardware-accelerated text, when used with Direct2D . Support for multi-format text. Support for the advanced typography features of OpenType fonts. Support for the layout and rendering of text in all supported languages. GDI -compatible layout and rendering. The API supports measuring, drawing, and hit-testing of multi-format text. DirectWrite handles text in all supported languages for global and localized applications, building on the key language infrastructure found in Windows 7. DirectWrite also provides a low-level glyph rendering API for developers who want to perform their own layout and Unicode-to-glyph processing. Windows App SDK introduces a new version of DirectWrite—called DWriteCore—that runs on versions of Windows down to Windows 8, and opens the door for you to use it cross-platform. For more details, see DWriteCore overview . What's new in DirectWrite Here are some of the new additions to DirectWrite. Programming Guide The following topics provide an overview of the DirectWrite API. API Reference Describes the DirectWrite API. Sample Code This section contains information about sample programs for DirectWrite. Want to try using Ask Learn to clarify or guide you through this topic? Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Excerpt from a page describing this subject · 4,476 chars · not written by Vinony
Article · 中文
DirectWrite是微软的一个文本布局和字形渲染API。它的设计是为取代GDI/GDI+和面向屏幕渲染的Uniscribe,并已随Windows 7和Windows Server 2008 R2发售提供,Windows Vista和Windows Server 2008亦可获取(只需安装平台更新)。DirectWrite在Direct2D上以硬件加速(使用GPU)形式运行,但也可以在CPU上渲染任何目标,包括GDI位图。
Abstract from DBpedia / Wikipedia · CC BY-SA