Name
get_fontget_fontGetFontGetFont — Get the current font.
get_fontget_fontGetFontGetFontGetFont queries the name of the font used in the
output window WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle. The font is used by the operators
write_stringwrite_stringWriteStringWriteStringWriteString, read_stringread_stringReadStringReadStringReadString etc. The font is
set by the operator set_fontset_fontSetFontSetFontSetFont. Text windows as well as
windows for image display use fonts. Both types of windows have a
default font that can be modified with
set_system('default_font',Font)set_system("default_font",Font)SetSystem("default_font",Font)SetSystem("default_font",Font)SetSystem("default_font",Font) prior to opening
the window. A list of all available fonts can be obtained using
query_fontquery_fontQueryFontQueryFontQueryFont.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of the current font.
get_font(WindowHandle,CurrentFont)
set_font(WindowHandle,MyFont)
write_string(WindowHandle,['The name of my Font is:',Myfont])
new_line(WindowHandle)
set_font(WindowHandle,CurrentFont)
get_font(WindowHandle,&CurrentFont) ;
set_font(WindowHandle,MyFont) ;
create_tuple(&String,1) ;
sprintf(buf,"The name of my Font is: %s ",Myfont) ;
set_s(String,buf,0) ;
T_write_string(TupleWindowHandle,String) ;
new_line(WindowHandle) ;
set_font(WindowHandle,CurrentFont) ;
get_font(WindowHandle,CurrentFont)
set_font(WindowHandle,MyFont)
write_string(WindowHandle,['The name of my Font is:',Myfont])
new_line(WindowHandle)
set_font(WindowHandle,CurrentFont)
get_font(WindowHandle,CurrentFont)
set_font(WindowHandle,MyFont)
write_string(WindowHandle,['The name of my Font is:',Myfont])
new_line(WindowHandle)
set_font(WindowHandle,CurrentFont)
get_font(WindowHandle,CurrentFont)
set_font(WindowHandle,MyFont)
write_string(WindowHandle,['The name of my Font is:',Myfont])
new_line(WindowHandle)
set_font(WindowHandle,CurrentFont)
get_fontget_fontGetFontGetFontGetFont returns 2 (H_MSG_TRUE).
open_windowopen_windowOpenWindowOpenWindowOpenWindow,
query_fontquery_fontQueryFontQueryFontQueryFont
set_fontset_fontSetFontSetFontSetFont
set_fontset_fontSetFontSetFontSetFont,
query_fontquery_fontQueryFontQueryFontQueryFont,
open_windowopen_windowOpenWindowOpenWindowOpenWindow,
set_systemset_systemSetSystemSetSystemSetSystem
Foundation