ofwin_sethudtextfont Subroutine

public subroutine ofwin_sethudtextfont(row, col, fname)

Set HUD font. Create placeholder HUD text if it does not yet exist.

This applies to the current active WindowProxy.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: row

Row in the grid to set.

integer(kind=int32), intent(in) :: col

Column in the grid to set.

character(len=*), intent(in) :: fname

Name of font to use, e.g. "arial.ttf".