Cobbletext  0.2.0
Complex text layout and rendering engine
Encoding.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace cobbletext {
4 
5 enum class Encoding {
6  UTF8 = 1,
7  UTF16LE = 2
8 };
9 
10 
11 }
cobbletext::Encoding::UTF8
@ UTF8
cobbletext
Definition: AdvanceInfo.hpp:8
cobbletext::Encoding::UTF16LE
@ UTF16LE
cobbletext::Encoding
Encoding
Definition: Encoding.hpp:5