Search results

Jump to: navigation, search

Page title matches

  • Draw (write) a line of text on the screen using the specified font. {{Usage|object=Font|func=drawText|params=x, y, text}}
    1 KB (161 words) - 12:00, 7 August 2017

Page text matches

  • * a font (rfn file) ...ropriate function that loads a resource in front. Example LoadFont("file").drawText(1, 1, "text");
    80 KB (13,106 words) - 15:24, 4 August 2017
  • var font = GetSystemFont(); font.drawText(0, 0, "Press Space to hear the menu blips.");
    1 KB (183 words) - 22:39, 30 May 2013
  • var font = GetSystemFont(); font.drawText(0, 0, "I'm playing!");
    849 bytes (104 words) - 22:40, 30 May 2013
  • * [[API:Font/drawText|Font.drawText]]() * [[API:Font/getHeight|Font.getHeight]]()
    983 bytes (126 words) - 22:39, 30 May 2013
  • var font = GetSystemFont(); font.drawText(0, 0, i);
    820 bytes (102 words) - 22:16, 20 May 2013
  • Returns A Sphere [[API:Font|font]] object that is the system font.rfn found in the system/ folder of the Sphere directory. {{Usage|returns=[[API:Font|Font]]|func=GetSystemFont}}
    1 KB (151 words) - 21:46, 24 June 2013
  • f.drawText(0, 0, "An arrow!"); * [[API:font/drawText|font.drawText]](x, y, text)
    687 bytes (91 words) - 21:05, 4 June 2013
  • * Sphere [[API:Font|Font]] object: The graphical representation of text. * [[API:GetSystemFont|GetSystemFont]](): Load the default system font.
    2 KB (293 words) - 21:36, 24 June 2013
  • f.drawText(0, 0, "x: " + x + " y: " + y + " w: " + w + " h: " + h); * [[API:font/drawText|font.drawText]](x, y, text)
    887 bytes (113 words) - 21:05, 4 June 2013
  • * [[API:Surface/drawText|Surface.drawText]] |belowstyle = font-weight: bold;
    3 KB (356 words) - 06:05, 4 June 2013
  • Draw (write) a line of text on the screen using the specified font. {{Usage|object=Font|func=drawText|params=x, y, text}}
    1 KB (161 words) - 12:00, 7 August 2017
  • ...e files contain bitmap images and have the .rfn extension. You can use the Font object in Sphere to display text on the screen. ==Initializing a font object==
    2 KB (335 words) - 21:40, 24 June 2013
  • ...lines of text on the screen within the indicated area, using the specified font. {{Usage|object=Font|func=drawTextBox|params=x, y, width, height, offset, text}}
    2 KB (266 words) - 21:42, 24 June 2013
  • Draw (write) a line of text on the screen using the specified font, zoomed in at the specified scale factor. {{Usage|object=Font|func=drawText|params=x, y, size, text}}
    1 KB (210 words) - 21:43, 24 June 2013
  • #REDIRECT [[API:Font/drawText]]
    31 bytes (4 words) - 11:52, 23 June 2013
  • |name = Font/navbox |title = [[API:Font|Font]] object API
    1 KB (143 words) - 22:52, 24 June 2013
  • Get the height of a font character, in pixels. {{Usage|returns=integer|object=Font|func=getHeight}}
    478 bytes (73 words) - 22:39, 24 June 2013
  • ...the pixel width of a string if it were drawn with [[API:Font/drawText|Font.drawText]](). {{Usage|returns=integer|object=Font|func=getStringWidth|params=text}}
    1 KB (156 words) - 22:46, 24 June 2013
  • ...eight of word-wrapped text that would be drawn with [[API:Font/drawTextBox|Font.drawTextBox]](). {{Usage|returns=integer|object=Font|func=getStringHeight|params=text, width}}
    904 bytes (125 words) - 22:50, 24 June 2013
  • f.drawText(0, 0, "fps = " + GetFrameRate()); f.drawText(0, 0, "fps = " + GetFrameRate());
    3 KB (431 words) - 05:25, 16 June 2015

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)