TextCluster.this

Create a text_cluster.TextCluster boxed type.

  1. this(int numBytes, int numGlyphs)
    class TextCluster
    this
    (
    int numBytes = int.init
    ,
    int numGlyphs = int.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

numBytes int

the number of bytes of UTF-8 text covered by cluster

numGlyphs int

the number of glyphs covered by cluster