FFImageLoading
FFImageLoading copied to clipboard
SvgCachedImage: font-weight not working on Android
the attribute font-weight is not working on Android
// normal on iOS, normal on Android style="font-family:'ArialMT', 'Arial', sans-serif;font-size:48px;"
// bold on iOS, normal on Android -> bug style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:48px;"
Svg.Forms 2.4.11.982