I have some libraries in my app's lib list though they are not in use. I don't remember how they got there. However I want to set font types and styles. My question is then
FormLib: where is this library and how do I add it to my app?
You can set up fonts and styles using Typeface, here is an example of loading an external font into a Typeface object and setting it to be used on a label:
I think this may be in the right direction but I get an unspecified error when I use this statement. I have only been able to use Bit.Or when the parameters are integers. These parameters don't seem to convert (from TypeFace type) to integers. Is there something I'm missing?