Results 1 to 5 of 5

Thread: How do I load chars in simba?

  1. #1
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default How do I load chars in simba?

    I have my own character set that I want to load.

    In simba.scar I see this kind of stuff:
    FontPath := FontsPath;
    FontPath := AppPath + 'Fonts\';

    I don't know what to do now

  2. #2
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Code:
    function LoadFont(FontName: string; Shadow: boolean): boolean;

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  3. #3
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    http://wizzup.org/simbadoc/scriptref/ocr.html

    I wonder how many people even know about simbadoc.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  4. #4
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    Code:
    function LoadFont(FontName: string; Shadow: boolean): boolean;
    Thank you.


    Quote Originally Posted by Wizzup? View Post
    http://wizzup.org/simbadoc/scriptref/ocr.html

    I wonder how many people even know about simbadoc.
    I knew there was some sort of simbadoc but I thought it was empty =)
    Last edited by weequ; 10-01-2010 at 01:30 PM.

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    On the contrary.
    It's already quite full considering I wrote most of it myself. (No one else seems interested in writing documentation)



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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