Skip to content

Updating fontWeight property on a TextView #101

@jsdevlover

Description

@jsdevlover

I need to dynamically update fontWeight property of a TextView but this doesn't seem to work for the canvas implementation of TextView. This works perfectly fine for DOM implementation. I am using following method to update -

someTextView.updateOpts({
    fontWeight: 'bold'
});

Any pointers to fix this or a workaround would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions