enumeración DWRITE_PANOSE_FINIALS (dwrite_1.h)
La enumeración DWRITE_PANOSE_FINIALS contiene valores que especifican cómo termina el carácter y se tratan los ascendentes menoscules.
Syntax
typedef enum DWRITE_PANOSE_FINIALS {
DWRITE_PANOSE_FINIALS_ANY = 0,
DWRITE_PANOSE_FINIALS_NO_FIT = 1,
DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS = 2,
DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS = 3,
DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS = 4,
DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS = 5,
DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS = 6,
DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS = 7,
DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS = 8,
DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS = 9,
DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS = 10,
DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS = 11,
DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS = 12,
DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS = 13
} ;
Constantes
DWRITE_PANOSE_FINIALS_ANY Valor: 0 Cualquier finial. |
DWRITE_PANOSE_FINIALS_NO_FIT Valor: 1 No cabe para finiales. |
DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS Valor: 2 No hay bucles. |
DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS Valor: 3 No hay bucles cerrados. |
DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS Valor: 4 No hay bucles abiertos. |
DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS Valor: 5 Afilado sin bucles. |
DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS Valor: 6 Afilado con bucles cerrados. |
DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS Valor: 7 Afilado con bucles abiertos. |
DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS Valor: 8 En cinta sin bucles. |
DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS Valor: 9 En cinta con bucles cerrados. |
DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS Valor: 10 En cinta con bucles abiertos. |
DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS Valor: 11 Redondeo sin bucles. |
DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS Valor: 12 Redondeo con bucles cerrados. |
DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS Valor: 13 Redondeo con bucles abiertos. |
Requisitos
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 |