Searched defs:previous_unicode (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/display/ |
| H A D | nr-svgfonts.cpp | 122 char const *previous_unicode, 125 bool value = (vkern->u1->contains(previous_unicode[0]) 135 char const *previous_unicode, 138 bool value = (hkern->u1->contains(previous_unicode[0]) 192 char* previous_unicode = NULL; //This is used for kerning local 206 for(SPObject* node = this->font->children;previous_unicode && node;node=node->next){ 209 if (hkern && is_horizontal_text && MatchHKerningRule(hkern, this->glyphs[i], previous_unicode, previous_glyph_name) ){ 213 if (vkern && !is_horizontal_text && MatchVKerningRule(vkern, this->glyphs[i], previous_unicode, previous_glyph_name) ){ 217 previous_unicode = const_cast<char*>(this->glyphs[i]->unicode.c_str());//used for kerning checking 120 MatchVKerningRule(SPVkern const *vkern, SPGlyph *glyph, char const *previous_unicode, gchar const *previous_glyph_name) argument 133 MatchHKerningRule(SPHkern const *hkern, SPGlyph *glyph, char const *previous_unicode, gchar const *previous_glyph_name) argument
|
Completed in 11 milliseconds