Text engine for OpenGL renderer

Shai Ayal shaiay at gmail.com
Sat Jun 27 08:14:32 CDT 2009


On Sat, Jun 27, 2009 at 4:09 PM, Thomas Treichl<Thomas.Treichl at gmx.net> wrote:
> Can somebody please give a short Octave code example how I can check if text
> rendering works or not after the inclusion of fontconfig into my binary (how
> does it look like - I'm no plotting expert).
>
> Thanks,
>  Thomas
>

backend("fltk")
plot(1:10)

and see if the axis labels appear. you can than try "title", "xlabel", etc ...

Shai



More information about the Octave-maintainers mailing list