#include "ramses-framework-api/StronglyTypedValue.h"
#include <stdint.h>
#include <limits>
Go to the source code of this file.
|
| ramses |
| The RAMSES namespace contains all client side objects and functions used to implement RAMSES applications. RAMSES refers to these applications as clients.
|
|
|
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...
|
|