PrintCapabilities.TrueTypeFontModeCapability Propriedade

Definição

Obtém uma coleção de valores que identificam os métodos com suporte de uma impressora para lidar com as fontes TrueType.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::TrueTypeFontMode> ^ TrueTypeFontModeCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::TrueTypeFontMode> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.TrueTypeFontMode> TrueTypeFontModeCapability { get; }
member this.TrueTypeFontModeCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.TrueTypeFontMode>
Public ReadOnly Property TrueTypeFontModeCapability As ReadOnlyCollection(Of TrueTypeFontMode)

Valor da propriedade

Um ReadOnlyCollection<T> de TrueTypeFontMode valores.

Comentários

Se a impressora não der suporte a nenhum método de tratamento especial para fontes TrueType, a coleção estará vazia.

Essa propriedade corresponde à palavra-chave do Esquema de PageTrueTypeFontModeImpressão.

Aplica-se a