ラベルの Font-Family を変更するための js を使用した次のコードがあります。Android のネイティブ API にアクセスして Font-Family を変更するという考えですが、うまくいかないようです。問題は何ですか?
foo.xml:
<Label text="foo" id="blogHead" textWrap="true"
cssClass="margin-20 verticalCenter" fontSize="24" />
foo.js:
var heading = view.getViewById(page, "blogHead");
heading.android.setTypeface(android.graphics.Typeface.create("Courier New", android.graphics.Typeface.NORMAL));