{ "id": "170820", "key": "TIMOB-25688", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2018-01-18T08:45:29.000+0000", "priority": null, "labels": [ "parity" ], "versions": [], "issuelinks": [], "assignee": null, "updated": "2019-12-04T09:14:55.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "According to appcelerator docs for the fontWeights property of font there are available values like \"semibold\", \"thin\", \"light\", \"ultralight\" but these can be used only on iOS so what I need is to make them available on android also.\r\n\r\nhttps://docs.appcelerator.com/platform/latest/#!/api/Font\r\n\r\nhere is the code with which you can test different fontWeights\r\n\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white',\r\n exitOnClose: true,\r\n fullscreen: false,\r\n layout: 'vertical',\r\n title: 'Label Demo'\r\n});\r\n\r\nvar normal = Ti.UI.createLabel({\r\n color: 'black',\r\n font: {\r\n \tfontSize : 40,\r\n \tfontWeight : 'normal'\r\n },\r\n text: 'A simple label'\r\n});\r\n\r\nvar bold = Ti.UI.createLabel({\r\n color: 'black',\r\n font: {\r\n \tfontSize : 40,\r\n \tfontWeight : 'bold'\r\n },\r\n text: 'A simple label'\r\n});\r\n\r\nwin.add(normal);\r\nwin.add(bold);\r\nwin.open();\r\n", "attachment": [], "flagged": false, "summary": "parity for android for the fontWeight of fonts", "creator": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.12.6\r\n Architecture = 64bit\r\n # CPUs = 8\r\n Memory = 17179869184\r\nNode.js\r\n Node.js Version = 4.6.0\r\n npm Version = 2.15.9\r\nTitanium CLI\r\n CLI Version = 5.0.14\r\nTitanium SDK\r\n SDK Version = 7.0.1.GA\r\nJavascript Engine V8\r\nPlatform & version: Android 8.1.0\r\nDevice Details Google nexus 5X", "comment": { "comments": [ { "id": "433434", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Thanks for the ticket, Our engineers will look into it. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2018-01-21T08:34:11.000+0000", "updated": "2018-01-21T08:34:11.000+0000" }, { "id": "435414", "author": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "any progress?", "updateAuthor": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-03-09T08:23:29.000+0000", "updated": "2018-03-09T08:23:29.000+0000" }, { "id": "453019", "author": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "you can close it", "updateAuthor": { "name": "Claudiu Stefaniga", "key": "claudiu stefaniga", "displayName": "cstefaniga ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-12-04T09:14:55.000+0000", "updated": "2019-12-04T09:14:55.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }