|
@@ -11,7 +11,6 @@ internal class SkText : IDisposable
|
|
|
public SkText(string? text)
|
|
public SkText(string? text)
|
|
|
{
|
|
{
|
|
|
Instance = MarshalFromManagedToNative(text);
|
|
Instance = MarshalFromManagedToNative(text);
|
|
|
- SkiaAPI.EnsureNotNull(Instance);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
~SkText()
|
|
~SkText()
|