The m17n Library 1.8.4
Loading...
Searching...
No Matches
Data Fields
MFLTGlyphString Struct Reference

Type of information about a glyph sequence. More...

#include <m17n-flt.h>

Data Fields

int glyph_size
 
MFLTGlyphglyphs
 
int allocated
 
int used
 
unsigned int r2l
 

Detailed Description

Type of information about a glyph sequence.

The type MFLTGlyphString is the structure that contains information about a sequence of glyphs.

Field Documentation

◆ glyph_size

int MFLTGlyphString::glyph_size

The actual byte size of elements of the array pointed by the member glyphs. It must be equal to or greater than "sizeof (MFLTGlyph)".

◆ glyphs

MFLTGlyph* MFLTGlyphString::glyphs

Array of glyphs.

◆ allocated

int MFLTGlyphString::allocated

Number of elements allocated in glyphs.

◆ used

int MFLTGlyphString::used

Number of elements in glyphs in use.

◆ r2l

unsigned int MFLTGlyphString::r2l

Flag to tell if the glyphs should be drawn from right-to-left or not.


m17n-lib Home