PrintCapabilities.TrueTypeFontModeCapability Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of values that identify the methods that a printer supports for handling TrueType fonts.
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)
Property Value
A ReadOnlyCollection<T> of TrueTypeFontMode values.
Remarks
If the printer does not support any method of special handling for TrueType fonts, the collection is empty.
This property corresponds to the Print Schema's PageTrueTypeFontMode
keyword.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.