Can I use third part lib in unity script?

I have a csharp lib , for example, including something classes .
How to import it into unity script runtime enviroment and instantiate the classes ?

How to use ttf font libs with script ?

Can I copy memory content to textures with script ?

u need unity pro and read this topic :

Plugins reference

I suggest you read that page, because OP does not need pro.

@OP Either drag’n’ drop the classes, or build a DLL and drag and drop that. Google around a bit because this has been covered before.