mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-07-15 23:13:33 +08:00
14 lines
184 B
C#
14 lines
184 B
C#
using System;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
internal struct CTParagraphStyleSetting
|
|
{
|
|
public CTParagraphStyleSpecifier spec;
|
|
|
|
public uint valueSize;
|
|
|
|
public IntPtr value;
|
|
}
|
|
}
|