Flutter Engine
The Flutter Engine
|
#include <SkOTTable_name.h>
Public Types | |
enum | Value : SK_OT_USHORT { Unicode = SkTEndian_SwapBE16(0) , Macintosh = SkTEndian_SwapBE16(1) , ISO = SkTEndian_SwapBE16(2) , Windows = SkTEndian_SwapBE16(3) , Custom = SkTEndian_SwapBE16(4) } |
Public Attributes | |
enum SkOTTableName::Record::PlatformID::Value | value |
The platform ID specifies how to interpret the encoding and language ID.
Definition at line 37 of file SkOTTable_name.h.
Enumerator | |
---|---|
Unicode | |
Macintosh | |
ISO | |
Windows | |
Custom |
Definition at line 38 of file SkOTTable_name.h.
enum SkOTTableName::Record::PlatformID::Value SkOTTableName::Record::PlatformID::value |