Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffontmod()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFontMod()
Modifies a gedget string in the internal array
------------------------------------------------------------------------------
Syntax:

     dfFontMod( <cGadget>, <aChar|cChar> ) --> NIL

Parameters:

     <cGadget>  gadget string to modify
     <aChar|cChar> character array or character string to assign to the
     gadget

Returns:

     NIL

Description:

     Modifies the characters that define a gadget.

Example:

     // Add the gadget
     dfFontAdd( "VERTICALSCROLLBAR", {177,177} )
     // Take its characters
     dfFontStr( "VERTICALSCROLLBAR" )
     
     // Modify the cadget
     dfFontMod( "VERTICALSCROLLBAR", {254,177} )
     // Take its characters
     dfFontStr( "VERTICALSCROLLBAR" )

See also:

     dfFontAdd(), dfFontStr()

See Also: dfFontAdd() dfFontStr()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson