| /src/external/gpl2/groff/dist/src/include/ |
| font.h | 49 int get_kern(int index1, int index2, int point_size);
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| font.cpp | 361 int font::get_kern(int i1, int i2, int point_size) function in class:font
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| node.cpp | 204 int get_kern(charinfo *c1, charinfo *c2, hunits *res); 651 inline int tfont::get_kern(charinfo *c1, charinfo *c2, hunits *res) function in class:tfont 656 int n = fm->get_kern(c1->get_index(), 2088 if (tf->get_kern(ci, gn->ci, &kern)) {
|