mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-08-28 03:27:04 +08:00
初始化
This commit is contained in:
28
CPF.Mac/Mac/CoreText/CTFontFeatureSmartSwash.cs
Normal file
28
CPF.Mac/Mac/CoreText/CTFontFeatureSmartSwash.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using CPF.Mac.Foundation;
|
||||
|
||||
namespace CPF.Mac.CoreText
|
||||
{
|
||||
public class CTFontFeatureSmartSwash : CTFontFeatureSelectors
|
||||
{
|
||||
public enum Selector
|
||||
{
|
||||
WordInitialSwashesOn,
|
||||
WordInitialSwashesOff,
|
||||
WordFinalSwashesOn,
|
||||
WordFinalSwashesOff,
|
||||
LineInitialSwashesOn,
|
||||
LineInitialSwashesOff,
|
||||
LineFinalSwashesOn,
|
||||
LineFinalSwashesOff,
|
||||
NonFinalSwashesOn,
|
||||
NonFinalSwashesOff
|
||||
}
|
||||
|
||||
public Selector Feature => Feature;
|
||||
|
||||
public CTFontFeatureSmartSwash(NSDictionary dictionary)
|
||||
: base(dictionary)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user