~ubuntu-branches/ubuntu/karmic/pango1.0/karmic-security

« back to all changes in this revision

Viewing changes to pango/pango-font.h

Tags: upstream-1.19.2
ImportĀ upstreamĀ versionĀ 1.19.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
#endif /* PANGO_ENABLE_BACKEND */
373
373
 
374
374
#define PANGO_GLYPH_EMPTY           ((PangoGlyph)0x0FFFFFFF)
 
375
#define PANGO_GLYPH_INVALID_INPUT   ((PangoGlyph)0xFFFFFFFF)
375
376
#define PANGO_GLYPH_UNKNOWN_FLAG    ((PangoGlyph)0x10000000)
376
377
#define PANGO_GET_UNKNOWN_GLYPH(wc) ((PangoGlyph)(wc)|PANGO_GLYPH_UNKNOWN_FLAG)
377
378