Home
last modified time | relevance | path

Searched refs:this_font (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/contrib/
H A Dexample_5.c1874 char this_font[128]; in docInfoCB() local
1877 this_font[0] = '\0'; in docInfoCB()
1891 sprintf(this_font, "*-%s-normal-*", in docInfoCB()
1909 if(*this_font) in docInfoCB()
1912 if(strcmp(this_font, current_font)) in docInfoCB()
1914 strcpy(current_font, this_font); in docInfoCB()
1915 current_font[strlen(this_font)] = '\0'; in docInfoCB()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpstext.c836 …char this_size[GMT_LEN256] = {""}, this_font[GMT_LEN256] = {""}, just_key[5] = {""}, save_h_chars[… in GMT_pstext() local
1093 …nscan += sscanf (buffer, "%s %lf %s %s %s %s %s\n", this_size, &T.paragraph_angle, this_font, just… in GMT_pstext()
1098 …sprintf (txt_f, "%s,%s,", this_size, this_font); /* Merge size and font to be parsed by gmt_getfon… in GMT_pstext()
1227 …nscan += sscanf (line, "%s %lf %s %s %[^\n]\n", this_size, &T.paragraph_angle, this_font, just_key… in GMT_pstext()
1229 …sprintf (txt_f, "%s,%s,", this_size, this_font); /* Merge size and font to be parsed by gmt_getfon… in GMT_pstext()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/examples/
H A Dexample_2.c3178 char this_font[128]; in checkFonts() local
3185 this_font[0] = '\0'; in checkFonts()
3199 sprintf(this_font, "*-%s-normal-*", in checkFonts()
3217 if(*this_font) in checkFonts()
3220 if(strcmp(this_font, current_font)) in checkFonts()
3222 strcpy(current_font, this_font); in checkFonts()
3223 current_font[strlen(this_font)] = '\0'; in checkFonts()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3646 static TextureFont* this_font(lua_State* l) in this_font() function
3662 TextureFont* font = this_font(l); in font_bind()
3672 TextureFont* font = this_font(l); in font_render()
3682 TextureFont* font = this_font(l); in font_getwidth()
3691 TextureFont* font = this_font(l); in font_getheight()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3646 static TextureFont* this_font(lua_State* l) in this_font() function
3662 TextureFont* font = this_font(l); in font_bind()
3672 TextureFont* font = this_font(l); in font_render()
3682 TextureFont* font = this_font(l); in font_getwidth()
3691 TextureFont* font = this_font(l); in font_getheight()