SegmentProperties.this

Create a segment_properties.SegmentProperties boxed type.

  1. this(harfbuzz.types.Direction direction, harfbuzz.types.Script script, harfbuzz.types.Language language)
  2. this(void* ptr, Flag!"Take" take)

Parameters

direction harfbuzz.types.Direction

the #hb_direction_t of the buffer, see harfbuzz.global.bufferSetDirection.

script harfbuzz.types.Script

the #hb_script_t of the buffer, see harfbuzz.global.bufferSetScript.

language harfbuzz.types.Language

the #hb_language_t of the buffer, see harfbuzz.global.bufferSetLanguage.