RAMSES Documentation  27.0.130
Information for RAMSES users and developers
Classes | Namespaces | Typedefs
FontInstanceId.h File Reference
#include "ramses-framework-api/StronglyTypedValue.h"
#include <stdint.h>
#include <limits>

Go to the source code of this file.

Classes

struct  ramses::FontIdTag
 An empty struct to make FontId a strong type. More...
 
struct  ramses::FontInstanceIdTag
 An empty struct to make FontInstanceId a strong type. 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.
 

Typedefs

using ramses::FontId = StronglyTypedValue< uint32_t, std::numeric_limits< uint32_t >::max(), FontIdTag >
 A strongly typed integer to distinguish between different fonts. More...
 
using ramses::FontInstanceId = StronglyTypedValue< uint32_t, std::numeric_limits< uint32_t >::max(), FontInstanceIdTag >
 A strongly typed integer to distinguish between different font instances. More...