Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Got so drunk for St. Patricks Day, I programmed something in graphics...
#9
Code: (Select All)
Type textvar
    nof As Integer ' Number of Fonts.
    mxchrs As Integer ' The Max Characters of a Text String.
    fsn As Integer ' Font Selection Number 1 reg, 2 Bold, 3 Italic, 4 Bold Italic.
    noa As Integer ' Number of Text Attributes.
    lm As Integer ' Left Margin by Pixel.
    row As Integer ' Row by Pixel.
    rm As Integer ' Right Margin by Pixel.
    ccol As Integer ' Numeric Column of a Character.
    oldccol As Integer ' Numeric Column of the Previous Cursor Position.
    pixcol As Integer ' The Pixel Column the Cursor is On Currently.
    insreg As Integer ' Causes a Delay in Changin the Cursor Appearance When the Insert Key is Rapixly Pressed.
    reprnt As Integer ' Only Reprints a Row of Characters When Non-zero.
    ovr As Integer ' Overwrite mode When Non-zero, Otherwise Insert Mode.
    xl As Integer ' Pixel Column for a Character that is Part of a Link.
    xm As Integer ' Numeric Column of the Character Being Passed to the Matrix.
    mindex As Integer ' Numeric Matrix Index.
    fsize As Integer ' Font Size.
    underline As Integer ' Underline Text.
    link As Integer ' Hyperlink Text.
    chr_wdth As Integer ' Character Width in Pixels.
    chr_hght As Integer ' Character Height in Pixels.
    c_wdth As Integer ' Cursor Width in Pixels
    c_hght As Integer ' Cursor Height in Pixels.
    numchrs As Integer ' Number of Characters in the Line of Text.
    cchr As String ' Cursor Character.
    t As String ' Row of Text.
    m As String ' Text and Attributes to be Saved in an RA File.
End Type

Yikes! is there enough plate for the meat?

Oh plugging into the matrix
mindex As Integer ' Numeric Matrix Index.

missing url to chatAI
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
RE: Got so drunk for St. Patricks Day, I programmed something in graphics... - by bplus - 03-21-2024, 02:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SVG graphics demos James D Jarvis 4 904 03-25-2025, 12:41 AM
Last Post: James D Jarvis
  ^^0^^---- What do you graphics guys think? Pete 9 1,852 04-05-2024, 07:26 PM
Last Post: TheBOB
  Oh when will this drunken binge end? Another graphics routine. Pete 3 936 03-31-2024, 08:29 AM
Last Post: Pete
  simple 2D vector graphics part 25 madscijr 0 575 11-18-2022, 04:25 PM
Last Post: madscijr
  simple 2D vector graphics part 19 madscijr 1 674 11-18-2022, 05:12 AM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)