PrintTicket::TrueTypeFontMode Property
.NET Framework (current version)
Gets or sets a value indicating how the printer handles text that uses TrueType fonts.
Assembly: ReachFramework (in ReachFramework.dll)
public: property Nullable<TrueTypeFontMode> TrueTypeFontMode { Nullable<TrueTypeFontMode> get(); void set(Nullable<TrueTypeFontMode> value); }
Property Value
Type: System::Nullable<TrueTypeFontMode>A TrueTypeFontMode value specifying how a printer handles TrueType fonts.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Calling code has attempted to set the property to a value that is not in the TrueTypeFontMode enumeration. |
A null value for this property means that this feature setting is not specified. Also, when the value is null, the XML versions of the PrintTicket (see SaveTo and GetXmlStream) will not contain any markup for this feature.
This property corresponds to the Print Schema's PageTrueTypeFontMode keyword.
You can test for the options that the printer supports by using the TrueTypeFontModeCapability property.
.NET Framework
Available since 3.0
Available since 3.0
Show: