Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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_NONEValue: 0x0000 Specifies that no axes are automatically applied. |
DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZEValue: 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 |