mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-19 10:08:26 +08:00
初始化
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using CPF.Mac.Foundation;
|
||||
|
||||
namespace CPF.Mac.CoreText
|
||||
{
|
||||
public class CTFontFeatureLinguisticRearrangementConnection : CTFontFeatureSelectors
|
||||
{
|
||||
public enum Selector
|
||||
{
|
||||
LinguisticRearrangementOn,
|
||||
LinguisticRearrangementOff
|
||||
}
|
||||
|
||||
public Selector Feature => Feature;
|
||||
|
||||
public CTFontFeatureLinguisticRearrangementConnection(NSDictionary dictionary)
|
||||
: base(dictionary)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user