snowplow / iglu-central

Contains all JSON Schemas, Avros and Thrifts for Iglu Central
http://iglucentral.com
Apache License 2.0
118 stars 114 forks source link

Add fontScale property to mobile_context #1404

Open dapids opened 2 months ago

dapids commented 2 months ago

I'd like to add information about the font scale to mobile_context.

Useful resources:

The idea is to add the following property to the mobile_context:

"fontScale": {
  "type": ["number", "null"],
  "minimum": 0,
  "maximum": 1000,
  "description": "Scale factor used to adjust the size of a font relative to a baseline size. It leverages [UIFont preferredFontForTextStyle:UIFontTextStyleBody].pointSize on iOS and getResources().getConfiguration().fontScale on Android."
}