Home
last modified time | relevance | path

Searched refs:choice_char (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.c380 char *choice_char=GetShowFontChar(curFont); in ShowCurFont() local
381 int x, y, w, h, choice_len=(choice_char==NULL ? 0 : strlen(choice_char)); in ShowCurFont()
400 if (choice_char != NULL && canvasFontDoubleByte && in ShowCurFont()
402 choice_char[0] |= 0x80; in ShowCurFont()
403 choice_char[1] |= 0x80; in ShowCurFont()
405 if (choice_char == NULL) { in ShowCurFont()
409 w = MyTextWidth(canvasFontPtr, choice_char, choice_len); in ShowCurFont()
436 stTextExtents.buf = choice_char; in ShowCurFont()
465 if (choice_char == NULL) { in ShowCurFont()
470 choice_char, choice_len); in ShowCurFont()
H A Dfont.c80 char choice_char[3]; member
608 if (*fontFamilies[FontIndex].choice_char == '\0') {
617 fontFamilies[FontIndex].choice_char[2] = '\0';
618 return fontFamilies[FontIndex].choice_char;
622 return fontFamilies[FontIndex].choice_char;
2555 *fontFamilies[i].choice_char = '\0'; in PrTgifInitBaseFonts()
2937 char *c_ptr=NULL, font_name[MAXSTRING], choice_char[3]; local
2942 *choice_char = '\0';
2993 *fontFamilies[fmly_index].choice_char = '\0';
3010 strcpy(fontFamilies[fmly_index].choice_char, gszMsgBox);
[all …]