Gjsify LogoGjsify Logo

The PangoLogAttr structure stores information about the attributes of a single character.

record

Hierarchy

  • LogAttr

Index

Constructors

Properties

backspace_deletes_character: number

if set, backspace deletes one character rather than the entire grapheme cluster. This field is only meaningful on grapheme boundaries (where is_cursor_position is set). In some languages, the full grapheme (e.g. letter + diacritics) is considered a unit, while in others, each decomposed character in the grapheme is a unit. In the default implementation of [funcbreak], this bit is set on all grapheme boundaries except those following Latin, Cyrillic or Greek base characters.

field
break_inserts_hyphen: number

when breaking lines before this char, insert a hyphen. Since: 1.50

field
break_removes_preceding: number

when breaking lines before this char, remove the preceding char. Since 1.50

field
is_char_break: number

if set, can break here when doing character wrapping

field
is_cursor_position: number

if set, cursor can appear in front of character. i.e. this is a grapheme boundary, or the first character in the text. This flag implements Unicode's Grapheme Cluster Boundaries semantics.

field
is_expandable_space: number

is a whitespace character that can possibly be expanded for justification purposes. (Since: 1.18)

field
is_line_break: number

if set, can break line in front of character

field
is_mandatory_break: number

if set, must break line in front of character

field
is_sentence_boundary: number

is a sentence boundary. There are two ways to divide sentences. The first assigns all inter-sentence whitespace/control/format chars to some sentence, so all chars are in some sentence; is_sentence_boundary denotes the boundaries there. The second way doesn't assign between-sentence spaces, etc. to any sentence, so is_sentence_start/``is_sentence_end mark the boundaries of those sentences.

field
is_sentence_end: number

is first char after a sentence. Note that in degenerate cases, you could have both is_sentence_start and is_sentence_end set for some character. (e.g. no space after a period, so the next sentence starts right away)

field
is_sentence_start: number

is first character in a sentence

field
is_white: number

is whitespace character

field
is_word_boundary: number

is a word boundary, as defined by UAX#29. More specifically, means that this is not a position in the middle of a word. For example, both sides of a punctuation mark are considered word boundaries. This flag is particularly useful when selecting text word-by-word. This flag implements Unicode's Word Boundaries semantics. (Since: 1.22)

field
is_word_end: number

is first non-word char after a word Note that in degenerate cases, you could have both is_word_start and is_word_end set for some character.

field
is_word_start: number

is first character in a word

field
reserved: number
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method