using System; using System.Collections.Generic; using System.Text; namespace tsPDFUtilsCore { public class DatosFuente { public string NombreFuente; public byte[] memoryFont; } }