Lines Matching defs:font
18 * symbol.) That way Symbol bullet can map in and out, while other font bullet an remain in that
19 * font's bullet glyph.
50 which came as part of the X11-font-encodings rpm on Mandriva 2010.
60 the font and change font + code (symbol, zapf dingbats, wingdings).
232 0x2219, // 0x9E BULLET (use BULLET operator, so normal font BULLET will not convert to Symbol BULLET)
332 /* characters from zapf dingbat font, conversion to a unicode font. Change both the
333 code and the font on conversion. These are untested as the development machine did
334 not have the font installed. */
594 /* characters from symbol font, conversion to a unicode font. Change both the
595 code and the font on conversion. */
780 0x2219, // 0xB7 BULLET (use BULLET operator, so normal font BULLET will not convert to Symbol BULLET)
883 // Returns the font classification code
884 int isNon(char *font){
886 if(!strcmp(font,"Symbol")){
889 else if(!strcmp(font,"Wingdings")){
892 else if(!strcmp(font,"ZapfDingbats")){
901 // Returns the font name, given the classification code, or NULL
919 int NonToUnicode(uint32_t *text, char *font){
922 retval=isNon(font);
943 //translates from Unicode to some non unicode font until the target font changes.
944 //A target font change is like symbol -> wingdings, or symbol -> no translation