constants/enroll_typography library
Typography customization for the eNROLL SDK.
Configure a custom font family, dynamic type behavior, font size presets and optional JSON-file based localization overrides loaded from the host app by file name.
On iOS, fontFamily is the PostScript/family name registered in
Info.plist. On Android, fontFamily is the font resource name in
res/font without the extension.
Classes
- EnrollLocalizationOverrides
- Localization overrides loaded from JSON files bundled with the host app.
- EnrollTypography
- Typography configuration: font family, dynamic type, sizes and (optional) localization overrides.
Enums
- EnrollFontSizes
- Predefined font-size presets supported by the native SDKs.
- EnrollTextStyle
- Logical text styles used by the SDK. Provided here purely as a reference for consumers; not serialized over the method channel.