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