Searched refs:to_font (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dsymbol_convert.c43 static unsigned char *to_font=NULL; variable
950 if(to_font){
951 if(text && (target=to_font[*text])){ //There is actually something here to convert
952 while(*text && target==to_font[*text]){
971 if(to_font){return(to_font[text]); }
981 to_font[src[i]] = code;
992 to_font = (unsigned char *) calloc(0x10000,sizeof(unsigned char));
999 for(i=0;i<0x10000;i++){ from_unicode[i] = to_font[i] = 0; }

Completed in 1523 milliseconds