नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Defines constants that specifies axes that can be applied automatically in layout during font selection. Values can be bitwise OR'd together.
Syntax
typedef enum DWRITE_AUTOMATIC_FONT_AXES {
DWRITE_AUTOMATIC_FONT_AXES_NONE = 0x0000,
DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE = 0x0001
} ;
Constants
DWRITE_AUTOMATIC_FONT_AXES_NONE Value: 0x0000 Specifies that no axes are automatically applied. |
DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE Value: 0x0001 Specifies that—when no value is specified via DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE—an appropriate optical value should be automatically chosen based on the font size (via IDWriteTextLayout::SetFontSize). You can still apply the 'opsz' value over text ranges via IDWriteTextFormat3::SetFontAxisValues, which take priority. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 16299 |
Minimum supported server | Windows 10 Build 16299 |
Header | dwrite_3.h |