Public Attributes | |
guint | ref_count |
int | n_blocks |
int | data_size |
void * | blocks |
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;
void* _MyPangoCoverage::blocks |
Referenced by GR_CairoGraphics::getCoverage().