SF_FONTS
Description
SciFortran module for font customization
Quick access
- Routines:
bg_blue(),bg_green(),bg_red(),bg_yellow(),bold(),bold_blue(),bold_green(),bold_red(),bold_yellow(),erased(),font_blue(),font_green(),font_red(),font_yellow(),highlight(),underline()
Subroutines and functions
- function sf_fonts/bold(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=8+len(text))]
- function sf_fonts/underline(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=8+len(text))]
- function sf_fonts/highlight(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=8+len(text))]
- function sf_fonts/erased(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=8+len(text))]
- function sf_fonts/font_red(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/font_green(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/font_yellow(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/font_blue(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/bold_red(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=11+len(text))]
- function sf_fonts/bold_green(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=11+len(text))]
- function sf_fonts/bold_yellow(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=11+len(text))]
- function sf_fonts/bold_blue(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=11+len(text))]
- function sf_fonts/bg_red(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/bg_green(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/bg_yellow(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]
- function sf_fonts/bg_blue(text)
- Parameters:
text [character(len=*)]
- Result:
textout [character(len=9+len(text))]