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

« back to all changes in this revision

Viewing changes to pango/opentype/harfbuzz-stream.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-12-18 21:11:37 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211137-0ibmwreimvxf3cp1
Tags: 1.19.2-1ubuntu1
* Sync with Debian; Ubuntu changes are:
  - Add patch 30_anymetrics, turns on FC_ANY_METRICS whenever looking up
    fonts with fontconfig; lets fontconfig's configuration know that we
    don't care about getting a font with exactly the same shape as the
    family we asked for and fixes (eg) a firefox vs. evince font metrics
    ugliness issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
{
151
151
  HB_Stream  stream = font->stream;
152
152
 
 
153
  HB_UInt  offset = 0;
 
154
  HB_UInt   count, nn;
153
155
  HB_Error  error;
154
156
 
155
157
  LOG(( "_hb_font_goto_table( %p, %c%c%c%c, %p )\n",
170
172
 /* parse the directory table directly, without using
171
173
  * FreeType's built-in data structures
172
174
  */
173
 
  HB_UInt  offset = 0;
174
 
  HB_UInt   count, nn;
175
175
 
176
176
  if ( font->num_faces > 1 )
177
177
  {