Cobbletext  0.2.0
Complex text layout and rendering engine
OutputInfo.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <ostream>
4 
5 #include "common.hpp"
6 #include "macros.h"
7 
8 namespace cobbletext {
9 
11 public:
12  uint32_t textWidth = 0;
13  uint32_t textHeight = 0;
14 
15 private:
16  friend std::ostream & operator<<(std::ostream & stream,
17  const OutputInfo & outputInfo);
18 };
19 
20 }
common.hpp
macros.h
cobbletext::OutputInfo
Definition: OutputInfo.hpp:10
COBBLETEXT_CPP_API
#define COBBLETEXT_CPP_API
Macro for Windows C++ symbol import and export.
Definition: macros.h:33
cobbletext
Definition: AdvanceInfo.hpp:8