GNU Unifont 16.0.02
Pan-Unicode font with complete Unicode Plane 0 coverage and partial coverage of higher planes
|
unigencircles - Superimpose dashed combining circles on combining glyphs More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Macros | |
#define | MAXSTRING 256 |
Maximum input line length - 1. More... | |
Functions | |
int | main (int argc, char **argv) |
The main function. More... | |
void | add_single_circle (char *glyphstring) |
Superimpose a single-width dashed combining circle on a glyph bitmap. More... | |
void | add_double_circle (char *glyphstring, int offset) |
Superimpose a double-width dashed combining circle on a glyph bitmap. More... | |
unigencircles - Superimpose dashed combining circles on combining glyphs
Definition in file unigencircles.c.
#define MAXSTRING 256 |
Maximum input line length - 1.
Definition at line 62 of file unigencircles.c.
void add_double_circle | ( | char * | glyphstring, |
int | offset | ||
) |
Superimpose a double-width dashed combining circle on a glyph bitmap.
[in,out] | glyphstring | A double-width glyph, 16x16 pixels. |
Definition at line 221 of file unigencircles.c.
void add_single_circle | ( | char * | glyphstring | ) |
Superimpose a single-width dashed combining circle on a glyph bitmap.
[in,out] | glyphstring | A single-width glyph, 8x16 pixels. |
Definition at line 163 of file unigencircles.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
The main function.
[in] | argc | The count of command line arguments. |
[in] | argv | Pointer to array of command line arguments. |
Definition at line 73 of file unigencircles.c.