In Visual C# 2010 Express I am receiving the following error. Can anyone please help me? I have found TrueTypeFontSubSet in ITextSharp, but the instantiator does not have the same argument list as the source file I was given.
Error 1 The type or namespace name 'TrueTypeFontSubSet' could not be found (are you missing a using directive or an assembly reference?) ...\reportmannet2_9b\reportmannet\rpinfoprovgdi.cs 78 13 Reportman.Drawing Here is the offending source line: TrueTypeFontSubSet subset = new TrueTypeFontSubSet(data.PostcriptName,data.FontData.Data, glyps, 0); How am I supposed to know where to obtain the .dll that provides this class? Thank you in advance!
