14 lines
212 B
C#
14 lines
212 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace tsPDFUtilsCore
|
|
{
|
|
public class DatosFuente
|
|
{
|
|
public string NombreFuente;
|
|
public byte[] memoryFont;
|
|
}
|
|
|
|
}
|