Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: spearlss

Search: Search took 0.01 seconds.

  1. How to find a C demo which combines OpenGl with Ftgl Font Library

    I'd like to render text using both OpenGl and Ftgl (I got this and true type font from Font survey technology ) and cannot find any demo in C (not C++ like extrude.cpp). Can anyone help ?
    Thanks.
  2. Replies
    3
    Views
    257

    Re: string text rotation

    If anyone is interested I found a good example from Mark J. Kilgard see: http://www.niksula.cs.hut.fi/~ti111300/examples/OpenGL/textfun.c
    Bye.
  3. Replies
    3
    Views
    257

    Re: string text rotation

    Thanks for your reply.
    It is very hard to find something good at that site - only Vc++ and Windows instead of simple c code and Unix -
    If I use something like this:

    fontInfo =...
  4. Replies
    3
    Views
    257

    string text rotation

    I need to use a string text rotated, but as I understand from a previuos question in this forum, bitmap can't be used since these are rendered from a raster position horizontally.

    Then I tried to...
  5. Thread: Text Rotation

    by spearlss
    Replies
    4
    Views
    740

    Re: Text Rotation

    I simplify more:

    Rotation does not take into effect.

    from drawf.c:

    void display(void)
    {
    glClear(GL_COLOR_BUFFER_BIT);
    glColor3f (1.0, 1.0, 1.0);
  6. Thread: Text Rotation

    by spearlss
    Replies
    4
    Views
    740

    Text Rotation

    I tried to modify the examples "xfont.c" and
    drawf.c (from the OpenGl red book)

    I want to rotate by any angle the text in the x-y plane but while the translations
    are done the rotation are not!...
  7. Replies
    6
    Views
    131

    Re: Postcript output

    Yes with Ghostscript and I get the view on the screen. Microsoft Windows Word has a specification for including bitmap files and I have seen this on the SuperBible Book but I have the need for...
  8. Replies
    6
    Views
    131

    Re: Postcript output

  9. Replies
    6
    Views
    131

    Re: Postcript output

    I indeed send to the postscript printer the ".eps" file and it is printed ok. But I wonder why if the ".eps" (ascii) text is included in a Microsoft Windows Word Document through the Insert picture -...
  10. Replies
    6
    Views
    131

    Postcript output

    After rendering with opengl in feedback mode and wrote an encapsulated Postscript file
    under Unix I need to include it in a WORD document under Windows98.
    The document is printed correctly but no...
Results 1 to 10 of 10