Home
last modified time | relevance | path

Searched refs:special_char_w (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.c768 case SB_CHAR_SPACE: return (pStrBlock->special_char_w == 0);
1096 stTextExtents.w = pStrBlock->special_char_w;
2653 pThinSpaceStrBlock->special_char_w = pThinSpaceStrBlock->w = thin_space_w;
2853 if (pStrBlock->special_char_w == 0) {
2970 *pn_dx += pStrBlock->special_char_w;
3292 *pn_dx += pStrBlock->special_char_w;
5974 fprintf(FP, "%1d 0 %s\n", pStrBlock->special_char_w,
5977 fprintf(FP, "%1d \n", pStrBlock->special_char_w);
6320 if (pStrBlock->special_char_w > 0) {
H A Dtypes.h264 int special_char_w; member
H A Dtext.c4484 int special_char_w=0, has_sup=0, has_sub=0; local
4517 GETINT("str_block", special_char_w, "special_char_w") == INVALID ||
4530 pStrBlock->special_char_w = special_char_w;
H A Dauxtext.c1779 pStrBlock->special_char_w, has_sup, has_sub) == EOF) {