mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add Roboto font, misc icons and text things
This commit is contained in:
14
PortabilityLayer/MacRoman.h
Normal file
14
PortabilityLayer/MacRoman.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
namespace MacRoman
|
||||
{
|
||||
extern const uint16_t g_toUnicode[256];
|
||||
extern const uint8_t g_stripDiacritic[256];
|
||||
extern const uint8_t g_toLower[256];
|
||||
extern const uint8_t g_toUpper[256];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user