Results 1 to 2 of 2

Thread: What does 'Put a call to' mean?

  1. #1
    Join Date
    Apr 2008
    Posts
    84
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default What does 'Put a call to' mean?

    Hi, all

    I'm experimenting with this font rendering script: http://typeface.neocracy.org/usage.html

    and there's a section that says " One way to get around this is to manually put a call to _typeface_js.renderDocument() just before your closing body tag.

    I'm new to this, and have no idea what that means, can anyone clarify for me?

    Thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Geezer D View Post
    put a call to _typeface_js.renderDocument() just before your closing body tag.
    Literally it means:

    Code:
    <script type="text/javascript">
     _typeface_js.renderDocument();
    </script>
    </body>
    </html>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •