Inkscape
Vector Graphics Editor
|
Enhanced Metafile Input/Output. More...
Go to the source code of this file.
Enumerations | |
enum | cvt_to_font { CVTNON , CVTSYM , CVTZDG , CVTWDG } |
Functions | |
void | msdepua (uint32_t *text) |
void | msrepua (uint16_t *text) |
int | isNon (char *font) |
char * | FontName (int code) |
int | NonToUnicode (uint32_t *text, char *font) |
int | CanUTN (void) |
int | SingleUnicodeToNon (uint16_t text) |
void | UnicodeToNon (uint16_t *text, int *ecount, int *edest) |
void | TableGen (bool symb, bool wing, bool zdng, bool pua) |
Enhanced Metafile Input/Output.
Definition in file symbol_convert.h.
enum cvt_to_font |
Enumerator | |
---|---|
CVTNON | |
CVTSYM | |
CVTZDG | |
CVTWDG |
Definition at line 22 of file symbol_convert.h.
int CanUTN | ( | void | ) |
Referenced by Inkscape::Text::Layout::print().
char * FontName | ( | int | code | ) |
int isNon | ( | char * | font | ) |
void msdepua | ( | uint32_t * | text | ) |
void msrepua | ( | uint16_t * | text | ) |
int NonToUnicode | ( | uint32_t * | text, |
char * | font | ||
) |
int SingleUnicodeToNon | ( | uint16_t | text | ) |
Referenced by Inkscape::Text::Layout::print().
void TableGen | ( | bool | symb, |
bool | wing, | ||
bool | zdng, | ||
bool | pua | ||
) |
Referenced by Inkscape::Extension::Internal::Emf::save(), and Inkscape::Extension::Internal::Wmf::save().
void UnicodeToNon | ( | uint16_t * | text, |
int * | ecount, | ||
int * | edest | ||
) |