XFINIUM.PDF Documentation
EnableStandardLigatures Property



Xfinium.Pdf.Graphics Namespace > PdfTrueTypeFontFeatures Class : EnableStandardLigatures Property
Gets or sets a flag indicating whether standard ligatures should be enabled.
Syntax
'Declaration
 
Public Property EnableStandardLigatures As Boolean
'Usage
 
Dim instance As PdfTrueTypeFontFeatures
Dim value As Boolean
 
instance.EnableStandardLigatures = value
 
value = instance.EnableStandardLigatures
public bool EnableStandardLigatures {get; set;}
public:
property bool EnableStandardLigatures {
   bool get();
   void set (    bool value);
}

Property Value

True if standard ligatures are enabled.
Remarks
This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTrueTypeFontFeatures Class
PdfTrueTypeFontFeatures Members