AiForms.SettingsView
AiForms.SettingsView copied to clipboard
FontImageSource icons are not scaled properly
Description
I use ionicons.ttf font to add font icons to cells via FontImageSource. The icon is rendered, but the aspect ratio is not preserved.
Steps to Reproduce
- Add an icon font to the project.
- Create a new instance of FontImageSource
- Use the FontImageSource as IconSource of a cell.
Expected Behavior
The icon maintains aspect ratio, just like it does with SVG icons.
Actual Behavior
The icon is stretched in all directions without maintaining aspect ratio.
Platforms
- [ ] Android
- [x] iOS
Android not tested.
Basic Information
- AiForms.SettingsView 1.2.12-pre
- Xamarin.Forms 4.6.0.847
- Affected Devices: iOS
Screenshots

Reproduction Link
Workaround
None known.