~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Plugins/Freetype/unicode_font.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100423070940-juy8n05xs1b6au8i
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
void
147
147
unicode_font_rep::get_xpositions (string s, SI* xpos) {
148
 
  register int i= 0, n= N(s);
 
148
  int i= 0, n= N(s);
149
149
  if (n == 0) return;
150
150
  
151
151
  register SI x= 0;