Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17283] Android: Styling UI components with custom fonts downloaded at runtime

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelscustom_font, fontfamily
ReporterA.Zidan
AssigneeUnknown
Created2014-06-11T22:33:07.000+0000
Updated2018-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"
     }
}

Comments

  1. Tim Poulsen 2014-12-01

    Looks like this goes with https://github.com/appcelerator/titanium_mobile/pull/5788
  2. A.Zidan 2014-12-01

    I guess I will need to apply these changes to the master branch to get approved.

JSON Source