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