Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoItem Struct Reference

#include <pango-item.h>

Data Fields

int offset
 
int length
 
int num_chars
 
PangoAnalysis analysis
 

Detailed Description

PangoItem: @offset: byte offset of the start of this item in text. @length: length of this item in bytes. @num_chars: number of Unicode characters in the item. @analysis: analysis results for the item.

The PangoItem structure stores information about a segment of text.

You typically obtain PangoItems by itemizing a piece of text with [func@itemize].

Definition at line 110 of file pango-item.h.

Field Documentation

◆ analysis

PangoAnalysis _PangoItem::analysis

Definition at line 115 of file pango-item.h.

◆ length

int _PangoItem::length

Definition at line 113 of file pango-item.h.

◆ num_chars

int _PangoItem::num_chars

Definition at line 114 of file pango-item.h.

◆ offset

int _PangoItem::offset

Definition at line 112 of file pango-item.h.


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