Public Attributes

_MyPangoCoverage Struct Reference

List of all members.

Public Attributes

guint ref_count
int n_blocks
int data_size
void * blocks

Detailed Description

This is a very ugly hack, but Pango gives me no public API to find out the upper extent of the font coverage, so I either have to do this, or have to iterate over the entire UCS-4 space (which is a non-starter)

The struct definition below must match _PangoCoverage !!!

each block represents 256 characters, so the maximum possible character value is n_blocks * 256;


Member Data Documentation


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