comparison src/txt-eng-ft.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children f4689107dd8c
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
84 private: 84 private:
85 FT_Face face; 85 FT_Face face;
86 Matrix bbox; 86 Matrix bbox;
87 uint8NDArray pixels; 87 uint8NDArray pixels;
88 int xoffset; 88 int xoffset;
89 int yoffset; 89 int yoffset;
90 int mode; 90 int mode;
91 uint8_t red, green, blue; 91 uint8_t red, green, blue;
92 }; 92 };
93 93
94 #endif // HAVE_FREETYPE 94 #endif // HAVE_FREETYPE