I need to set Arabic text in TextSymbol
in android. Here is my code
TextSymbol txtSymbol = new TextSymbol(24, "مرحبا", Color.BLUE);
Point pt = new Point(-293826, 7574114);
Graphic gr = new Graphic(pt, txtSymbol);
GraphicsLayer gl = new GraphicsLayer();
mMapView.addLayer(gl);
gl.addGraphic(gr);
Note: there is method setFontFamily()
, I tried with some font, but not working. The is issue is for right to left direction language, like Arabic, Hebrew etc..