Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 7 of 7

Thread: free cross-platform fonts

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    Israel
    Posts
    18

    free cross-platform fonts

    Hi.
    Does anyone know where can I find free cross-platform fonts that look the same on PC and on MacOS?

    Please send a link or any reference.

  2. #2
    Member Regular Contributor
    Join Date
    Jul 2002
    Location
    Austria
    Posts
    280

    Re: free cross-platform fonts

    I'd say it doesn't depend on the fonts you use but rather on the platform-independent font library, e.g. http://www.freetype.org
    XEngine - The Platform- and API-Independent 3D Engine
    with Programmable Pipeline Support: [URL=http://xengine.sourceforge.net
    My]http://xengine.sourceforge.net

  3. #3
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    Israel
    Posts
    18

    Re: free cross-platform fonts

    Thanks

  4. #4
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    Israel
    Posts
    18

    Re: free cross-platform fonts

    Why should I need such library? A font doesn't have to look the same in different platforms? If not, why?

  5. #5
    Member Regular Contributor
    Join Date
    Jul 2002
    Location
    Austria
    Posts
    280

    Re: free cross-platform fonts

    Why should I need such library?
    As it says in the features list of freetype:
    To have a simple and easy-to-use API to access font content in a uniform way, independently of the file format. I thought that's what you wanted to do. You can use the same font file on different platforms and e.g. create OpenGL textures out of them and then use them in your OpenGL apps.

    A font doesn't have to look the same in different platforms?
    Well, that's what you said you wanted in your initial post. Of course fonts don't have to look the same on different platforms. You can just use the system fonts on the particular platform and be happy with them.
    Maybe I just don't understand what you want to achieve.

    [edit - fixed quote tags]

    [This message has been edited by Asgard (edited 09-30-2002).]
    XEngine - The Platform- and API-Independent 3D Engine
    with Programmable Pipeline Support: [URL=http://xengine.sourceforge.net
    My]http://xengine.sourceforge.net

  6. #6
    Junior Member Newbie
    Join Date
    Jul 2002
    Location
    Israel
    Posts
    18

    Re: free cross-platform fonts

    I just want to make sure I'm doing the right thing before I do it.
    I just wonder what happens if I render the system font using wglUseFontBitmaps(...) and it's corresponding on the Mac, if then it's looks the same or I have to use the freetype lib. It’s important for me to know the cause of fonts being different in different platform.

  7. #7

    Re: free cross-platform fonts

    The library you use doesn't make any difference. It's the font that counts. Arial looks the same on Mac and Wintel.

    What a cross platform lib WILL give you is the ability to swap file formats with less hassle. You can use arial.ttf on wintel, mac, linux etc which might not be the case otherwise.

Posting Permissions

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