Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c27 PDCFont nondefault_font; member
46 if ( fc-> nondefault_font ) in font_context_done()
47 font_free(fc-> nondefault_font, false); in font_context_done()
94 hfont = fc->nondefault_font->hfont; in font_context_next()
107 if ( fc-> nondefault_font ) in font_context_next()
108 font_free(fc-> nondefault_font, false); in font_context_next()
109 fc->nondefault_font = font_alloc(&dst); in font_context_next()
111 hfont = fc->nondefault_font->hfont; in font_context_next()