enumeración DWRITE_PANOSE_PROPORTION (dwrite_1.h)
La enumeración DWRITE_PANOSE_PROPORTION contiene valores que especifican la proporción de la forma del glifo teniendo en cuenta detalles adicionales para los caracteres estándar.
Syntax
typedef enum DWRITE_PANOSE_PROPORTION {
DWRITE_PANOSE_PROPORTION_ANY = 0,
DWRITE_PANOSE_PROPORTION_NO_FIT = 1,
DWRITE_PANOSE_PROPORTION_OLD_STYLE = 2,
DWRITE_PANOSE_PROPORTION_MODERN = 3,
DWRITE_PANOSE_PROPORTION_EVEN_WIDTH = 4,
DWRITE_PANOSE_PROPORTION_EXPANDED = 5,
DWRITE_PANOSE_PROPORTION_CONDENSED = 6,
DWRITE_PANOSE_PROPORTION_VERY_EXPANDED = 7,
DWRITE_PANOSE_PROPORTION_VERY_CONDENSED = 8,
DWRITE_PANOSE_PROPORTION_MONOSPACED = 9
} ;
Constantes
DWRITE_PANOSE_PROPORTION_ANY Valor: 0 Cualquier proporción del texto. |
DWRITE_PANOSE_PROPORTION_NO_FIT Valor: 1 No hay proporción de ajuste para el texto. |
DWRITE_PANOSE_PROPORTION_OLD_STYLE Valor: 2 Proporción de estilo anterior para el texto. |
DWRITE_PANOSE_PROPORTION_MODERN Valor: 3 Proporción moderna para el texto. |
DWRITE_PANOSE_PROPORTION_EVEN_WIDTH Valor: 4 Proporción de ancho adicional para el texto. |
DWRITE_PANOSE_PROPORTION_EXPANDED Valor: 5 Proporción expandida para el texto. |
DWRITE_PANOSE_PROPORTION_CONDENSED Valor: 6 Proporción condensada para el texto. |
DWRITE_PANOSE_PROPORTION_VERY_EXPANDED Valor: 7 Proporción muy expandida para el texto. |
DWRITE_PANOSE_PROPORTION_VERY_CONDENSED Valor: 8 Proporción muy condensada para el texto. |
DWRITE_PANOSE_PROPORTION_MONOSPACED Valor: 9 Proporción monoespacial para el texto. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 y Actualización de plataforma para Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 y actualización de plataforma para Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado | dwrite_1.h |