Files
TSpdfUtils/tsPDFUtilsCore/DatosFuente.cs
2026-05-27 17:48:50 +02:00

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;
}
}