NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::asset::BitmapText Namespace Reference

Constants for accessing entries in an asset container that stores a bitmap text archive. More...

Variables

constexpr u32 kTextureContainer = 0
constexpr u32 kAdvanceWidth = 1
 A plain u8 array specifying the advance width for each character of kText.
constexpr u32 kText = 2

Detailed Description

Constants for accessing entries in an asset container that stores a bitmap text archive.

Note
This type of organization is found in NSUNI. In NSLAR, different containers are used.
See also
nnl::asset::Category
nnl::asset::Asset
nnl::format::FileFormat

Variable Documentation

◆ kAdvanceWidth

u32 nnl::asset::BitmapText::kAdvanceWidth = 1
constexpr

A plain u8 array specifying the advance width for each character of kText.

◆ kText

u32 nnl::asset::BitmapText::kText = 2
constexpr
See also
nnl::text::Text

◆ kTextureContainer

u32 nnl::asset::BitmapText::kTextureContainer = 0
constexpr