I tried to add few texts to an image in ios
The text object is like this
{
text: 'Test',
fontSize: 15,
coordinate: 'Ratio',
position: { x: 0.5, y: 0.5 },
alignment: 'Left'
}
canvas.current.save('jpg', true, 'Canvas', 'test', true, true, true)IncludeText boolean variable is set to true in 'save' method.
But when I checked the image returned in 'OnSketchsaved' event it does not contain any text.
It works in android
Any help would be much appreciated
I tried to add few texts to an image in ios The text object is like this { text: 'Test', fontSize: 15, coordinate: 'Ratio', position: { x: 0.5, y: 0.5 }, alignment: 'Left' } canvas.current.save('jpg', true, 'Canvas', 'test', true, true, true) IncludeText boolean variable is set to true in 'save' method. But when I checked the image returned in 'OnSketchsaved' event it does not contain any text. It works in android Any help would be much appreciated