Changeset 448 for pwntcha/trunk/src/common.h
- Timestamp:
- 01/10/05 16:31:33 (8 years ago)
- File:
-
- 1 edited
-
pwntcha/trunk/src/common.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/common.h
r446 r448 26 26 int xmin, xmax, ymin, ymax; 27 27 int count; /* Black pixel count */ 28 char c; 28 29 } *glyphs; 30 int size; 29 31 }; 30 32 … … 58 60 int setpixel(struct image *img, int x, int y, int r, int g, int b); 59 61 62 /* font operations */ 63 struct font *font_load_fixed(char *file, char *chars); 64 struct font *font_load_variable(char *file, char *chars); 65 void font_free(struct font *font); 66 60 67 /* image filters */ 61 68 void filter_flood_fill(struct image *img, int x, int y, int r, int g, int b);
Note: See TracChangeset
for help on using the changeset viewer.
