Cobbletext  0.2.0
Complex text layout and rendering engine
common.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 
5 namespace cobbletext {
6 
7 typedef uint32_t FontID;
8 typedef uint32_t GlyphID;
9 typedef uint32_t InlineObjectID;
10 typedef uint32_t CustomPropertyID;
11 
12 }
cobbletext::CustomPropertyID
uint32_t CustomPropertyID
Definition: common.hpp:10
cobbletext::InlineObjectID
uint32_t InlineObjectID
Definition: common.hpp:9
cobbletext::FontID
uint32_t FontID
Definition: common.hpp:7
cobbletext::GlyphID
uint32_t GlyphID
Definition: common.hpp:8
cobbletext
Definition: AdvanceInfo.hpp:8