GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_utf8_pos Struct Reference

Position in an UTF-8 string. More...

#include <gp_utf_pos.h>

Data Fields

size_t bytes
 
size_t chars
 

Detailed Description

Position in an UTF-8 string.

Definition at line 25 of file gp_utf_pos.h.

Field Documentation

◆ bytes

size_t gp_utf8_pos::bytes

◆ chars

size_t gp_utf8_pos::chars

Offset in characters in the string.

Definition at line 29 of file gp_utf_pos.h.

Referenced by gp_utf8_pos_add(), gp_utf8_pos_last(), gp_utf8_pos_move(), gp_utf8_pos_next(), gp_utf8_pos_prev(), and gp_utf8_pos_sub().


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