enumerazione DWRITE_INFORMATIONAL_STRING_ID (dwrite.h)
Enumerazione stringa informativa che identifica una stringa incorporata in un file di tipo di carattere.
Sintassi
typedef enum DWRITE_INFORMATIONAL_STRING_ID {
DWRITE_INFORMATIONAL_STRING_NONE,
DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE,
DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS,
DWRITE_INFORMATIONAL_STRING_TRADEMARK,
DWRITE_INFORMATIONAL_STRING_MANUFACTURER,
DWRITE_INFORMATIONAL_STRING_DESIGNER,
DWRITE_INFORMATIONAL_STRING_DESIGNER_URL,
DWRITE_INFORMATIONAL_STRING_DESCRIPTION,
DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL,
DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION,
DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL,
DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT,
DWRITE_INFORMATIONAL_STRING_FULL_NAME,
DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME,
DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME,
DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG,
DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG,
DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES,
DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME
} ;
Costanti
DWRITE_INFORMATIONAL_STRING_NONE Indica la stringa contenente l'ID del nome non specificato. |
DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE Indica la stringa contenente l'informativa sul copyright fornita dal tipo di carattere. |
DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS Indica la stringa contenente un numero di versione. |
DWRITE_INFORMATIONAL_STRING_TRADEMARK Indica la stringa contenente le informazioni sul marchio fornite dal tipo di carattere. |
DWRITE_INFORMATIONAL_STRING_MANUFACTURER Indica la stringa contenente il nome del produttore del tipo di carattere. |
DWRITE_INFORMATIONAL_STRING_DESIGNER Indica la stringa contenente il nome della finestra di progettazione dei tipi di carattere. |
DWRITE_INFORMATIONAL_STRING_DESIGNER_URL Indica la stringa contenente l'URL della finestra di progettazione dei tipi di carattere (con protocollo, ad esempio, http://, ftp://). |
DWRITE_INFORMATIONAL_STRING_DESCRIPTION Indica la stringa contenente la descrizione del tipo di carattere. Può anche contenere informazioni sulle revisioni, raccomandazioni sull'utilizzo, cronologia, funzionalità e così via. |
DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL Indica la stringa contenente l'URL del fornitore del tipo di carattere (con protocollo, ad esempio, http://, ftp://). Se un numero di serie univoco è incorporato nell'URL, può essere usato per registrare il tipo di carattere. |
DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION Indica la stringa contenente la descrizione del modo in cui il tipo di carattere può essere usato legalmente o scenari di esempio diversi per l'uso concesso in licenza. |
DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL Indica la stringa contenente l'URL in cui sono disponibili informazioni aggiuntive sulle licenze. |
DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES Indica la stringa contenente il nome della famiglia compatibile con GDI. Poiché GDI consente un massimo di quattro tipi di carattere per famiglia, i tipi di carattere nella stessa famiglia possono avere nomi di famiglia compatibili con GDI diversi ,ad esempio "Arial", "Arial Narrow", "Arial Black"). |
DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES Indica la stringa contenente un nome di sottofamiglia compatibile con GDI. |
DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES |
DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES |
DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT Contiene testo di esempio per la visualizzazione negli elenchi di tipi di carattere. Può trattarsi del nome del tipo di carattere o di qualsiasi altro testo che la finestra di progettazione ritiene sia la migliore esempio in cui visualizzare il tipo di carattere. |
DWRITE_INFORMATIONAL_STRING_FULL_NAME Nome completo del tipo di carattere, ad esempio Arial Bold, dal nome ID 4 nella tabella dei nomi |
DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME Nome postscript del tipo di carattere, ad esempio GillSans-Bold, dal nome ID 6 nella tabella dei nomi. |
DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME Il CID postscript trova il nomefonte, dall'ID nome 20 nella tabella dei nomi |
DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME |
DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG |
DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG |
DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES Indica la stringa contenente il nome della famiglia preferito dalla finestra di progettazione. Ciò consente ai progettisti di tipi di carattere di raggruppare più di quattro tipi di carattere in una singola famiglia senza perdere la compatibilità con GDI. Questo nome è in genere presente solo se è diverso dal nome della famiglia compatibile con GDI. |
DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES Indica la stringa contenente il nome della sottofamiglia preferita dalla finestra di progettazione. Questo nome è in genere presente solo se differisce dal nome della sottofamiglia compatibile con GDI. |
DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME |
Requisiti
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP] |
Intestazione | dwrite.h |