public override unsafe void Push() { fixed(byte *p = _data) { DllImports.AddFont(p, _data.Length); } }