mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Menu work, move VOS queue interface
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
@@ -8,6 +10,7 @@ namespace PortabilityLayer
|
||||
{
|
||||
public:
|
||||
virtual bool GetGlyph(unsigned int character, const RenderedGlyphMetrics **outMetricsPtr, const void **outData) const = 0;
|
||||
virtual size_t MeasureString(const uint8_t *chars, size_t len) const = 0;
|
||||
|
||||
virtual void Destroy() = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user