android-font

set font at runtime, Textview

hi all, How to set font to textview, which is created at runtime,? i created tectview Textview tv = new TextView(this); tv.setTextSize(20); like Size i want to set font style to "Verdana". How to do this?? regards shishir ...