RAMSES Documentation  27.0.130
Information for RAMSES users and developers
Classes | Namespaces | Functions
LayoutUtils.h File Reference
#include "ramses-text-api/GlyphMetrics.h"

Go to the source code of this file.

Classes

struct  ramses::LayoutUtils::StringBoundingBox
 Helper data structure describing multiple glyphs metrics. More...
 

Namespaces

 ramses
 The RAMSES namespace contains all client side objects and functions used to implement RAMSES applications. RAMSES refers to these applications as clients.
 
 ramses::LayoutUtils
 

Functions

RAMSES_API StringBoundingBox ramses::LayoutUtils::GetBoundingBoxForString (GlyphMetricsVector::const_iterator first, GlyphMetricsVector::const_iterator last)
 Compute a bounding box for a string represented by a range of GlyphMetrics. More...
 
RAMSES_API StringBoundingBox ramses::LayoutUtils::GetBoundingBoxForString (const GlyphMetricsVector::const_reverse_iterator &first, const GlyphMetricsVector::const_reverse_iterator &last)
 Compute a bounding box for a string represented by a range of GlyphMetrics. More...