Formazione
Modulo
Manage drivers and device peripherals - Training
This module introduces device drivers. Student will learn how drivers work and the tools used to manage common peripheral devices such as printers.
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
È possibile usare le funzioni EnumFonts e EnumFontFamilies per enumerare i tipi di carattere disponibili in un contesto di dispositivo di memoria compatibile con la stampante. È anche possibile usare la funzione GetDeviceCaps per recuperare informazioni sulle funzionalità di testo di un dispositivo. Chiamando la funzione GetDeviceCaps con l'indice NUMFONTS, è possibile determinare il numero minimo di tipi di carattere supportati da una stampante. Una singola stampante può supportare più tipi di carattere rispetto a quelli specificati nel valore restituito da GetDeviceCaps con l'indice NUMFONTS. Usando l'indice TEXTCAPS, è possibile identificare molte delle funzionalità di testo del dispositivo specificato.
Formazione
Modulo
Manage drivers and device peripherals - Training
This module introduces device drivers. Student will learn how drivers work and the tools used to manage common peripheral devices such as printers.
Documentazione
Using Portable TrueType Metrics - Win32 apps
Applications that use the TrueType text metrics can achieve a high degree of printer and document portability; they can use TrueType metrics even if they must maintain compatibility with early 16-bit versions of Windows.
Font and Text Reference - Win32 apps
The following elements are used with fonts and text:
Using the Font and Text-Output Functions - Win32 apps
This section describes how you can use the font and text-output functions to draw normal text, draw text from different fonts on the same line, rotate lines of text, display the font-selection common dialog-box, enumerate fonts, and so on: