WIP: fonts.
This commit is contained in:
@@ -5,6 +5,8 @@ namespace DaggerFramework
|
||||
public string? Path { get => _path; set => _path = value; }
|
||||
public byte[]? Buffer { get => _buffer; set => _buffer = value; }
|
||||
|
||||
public long BufferSize { get; set; }
|
||||
|
||||
public Resource(string path, byte[] buffer)
|
||||
{
|
||||
_path = path;
|
||||
|
||||
Reference in New Issue
Block a user