CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::BidiRun Class Reference

#include <cartotype_bidi.h>

Public Attributes

int32_t Length { 0 }
 
BidiType Type { BidiType::ON }
 
int32_t Level { 0 }
 

Detailed Description

A run of text in a certain birectional type.

Member Data Documentation

◆ Length

int32_t CartoTypeCore::BidiRun::Length { 0 }

The length of the run in bytes.

◆ Level

int32_t CartoTypeCore::BidiRun::Level { 0 }

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

◆ Type

BidiType CartoTypeCore::BidiRun::Type { BidiType::ON }

The bidirectional type of the run.


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