~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to modules/khmer/khmer-fc.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-23 10:42:39 UTC
  • mfrom: (1.6.2 upstream) (63.3.16 lucid)
  • Revision ID: james.westby@ubuntu.com-20100223104239-yt4u4nop2nqtw65f
Tags: 1.27.1-1
* New upstream development release:
  + debian/rules:
    - Include check-dist.mk to prevent accidental uploads to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
    return;
482
482
 
483
483
  buffer = pango_ot_buffer_new (fc_font);
 
484
  pango_ot_buffer_set_rtl (buffer, analysis->level % 2 != 0);
484
485
 
485
486
  wcs = g_utf8_to_ucs4_fast (text, length, &n_chars);
486
487