Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dafm.c57 static char *CurrentFontName = NULL, variable
287 if ( ( ! changed(name, CurrentFontName)) && in AfmSetFont()
296 if (CurrentFontName) { in AfmSetFont()
297 free(CurrentFontName); in AfmSetFont()
298 CurrentFontName = 0; in AfmSetFont()
306 CurrentFontName = strdup(name); in AfmSetFont()
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datlistbox.pas143 function CurrentFontName: string; in CurrentFontName() function
485 C.Font.Name:= CurrentFontName;
1206 function TATListbox.CurrentFontName: string; in TATListbox.CurrentFontName() function