CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TBidiRun Class Reference

#include <cartotype_bidi.h>

Public Attributes

int32_t iLength { 0 }
 
TBidiType iType { TBidiType::ON }
 
int32_t iLevel { 0 }
 

Detailed Description

A run of text in a certain birectional type.

Member Data Documentation

◆ iLength

int32_t CartoType::TBidiRun::iLength { 0 }

The length of the run in bytes.

◆ iLevel

int32_t CartoType::TBidiRun::iLevel { 0 }

The level of the run as usded in the Unicode Bidirectional Algorithm.

◆ iType

TBidiType CartoType::TBidiRun::iType { TBidiType::ON }

The bidirectional type of the run.


The documentation for this class was generated from the following file: