AnyChart / AnyChart-iOS

Other
79 stars 8 forks source link

Unable to use custom Fonts . #12

Open mubasherkhan opened 3 years ago

mubasherkhan commented 3 years ago

I have tried using our custom fonts using fontFamily but it didn't reflect any changes kindly check below code.Font is working native labels and every where else in App but don't work on AnyChart.

circularGauge.label(index: 2) .text(text:"Some Text") .hAlign(align: "center") .vAlign(align: "middle") .fontFamily(family: "Roboto-Regular")

Shestac92 commented 3 years ago

@mubasherkhan I'm afraid this feature is not supported correctly in the current version of the library. We will take it into account! Thank you for the report!