mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-08-27 19:17:05 +08:00
7 lines
119 B
C#
7 lines
119 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace CPF.Mac.CoreText
|
||
|
|
{
|
||
|
|
internal delegate float CTRunDelegateGetDescentCallback(IntPtr refCon);
|
||
|
|
}
|