CharacterRange
struct CharacterRange
using System.CodeDom.Compiler;
namespace Windows.Win32.Graphics.GdiPlus
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct CharacterRange
{
internal int First;
internal int Length;
}
}