[TIMOB-17283] Android: Styling UI components with custom fonts downloaded at runtime
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | custom_font, fontfamily |
Reporter | A.Zidan |
Assignee | Unknown |
Created | 2014-06-11T22:33:07.000+0000 |
Updated | 2018-02-28T20:03:37.000+0000 |
Description
Android: Add support for styling the font of UI components with custom fonts downloaded to application data directory, by providing the full path of the font file.
Example:
"Label":{
font:{
fontFamily: "appdata-private://downloads/fonts/custom font.ttf"
}
}
Looks like this goes with https://github.com/appcelerator/titanium_mobile/pull/5788
I guess I will need to apply these changes to the master branch to get approved.