|
|
|
@ -30,6 +30,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "Types.h" |
|
|
|
#include "Types.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <corradeConfigure.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "magnumConfigure.h" |
|
|
|
#include "magnumConfigure.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace Magnum { namespace Text { |
|
|
|
namespace Magnum { namespace Text { |
|
|
|
@ -40,7 +42,9 @@ class AbstractLayouter; |
|
|
|
class DistanceFieldGlyphCache; |
|
|
|
class DistanceFieldGlyphCache; |
|
|
|
class GlyphCache; |
|
|
|
class GlyphCache; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef CORRADE_GCC45_COMPATIBILITY |
|
|
|
enum class Alignment: UnsignedByte; |
|
|
|
enum class Alignment: UnsignedByte; |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
class AbstractRenderer; |
|
|
|
class AbstractRenderer; |
|
|
|
template<UnsignedInt> class Renderer; |
|
|
|
template<UnsignedInt> class Renderer; |
|
|
|
|