Menu

FDText

Anonymous

Required Setup

To use any of the printing functions select_font(font) must be called with one of the following included fonts or a custom user font set.

  • font4x6
  • font6x8
  • font8x8
  • font8x8ext
    To create a custom font see the Fonts for instructions on how to create fonts.

When using a locationally aware print function ie print(10,10,"Hello World) the cursor will be left at the end of the print call. So to print the string "My double=" at (10,10) the following can be done:

tv.print(10,10,"My double=");
tv.print(somedouble);

Assuming that tv is the instantiated TVout object.

Brief Overview


Related

Wiki: FDprint
Wiki: FDprintPGM
Wiki: FDprintchar
Wiki: FDprintln
Wiki: FDselectfont
Wiki: FDsetcursor
Wiki: Fonts
Wiki: FunctionalDescription
Wiki: TableOfContents
Wiki: Welcome

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.