7 lines
119 B
C#
7 lines
119 B
C#
using System;
|
|
|
|
namespace CPF.Mac.CoreText
|
|
{
|
|
internal delegate float CTRunDelegateGetDescentCallback(IntPtr refCon);
|
|
}
|