|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include "flstring.h"#include <FL/Fl.H>#include <FL/fl_draw.H>#include <FL/x.H>#include "Fl_Font.H"#include <stdio.h>#include <stdlib.h>#include "fl_font_x.cxx"
Go to the source code of this file.
Functions | |
| double | fl_width (const char *c) |
| void | fl_draw (const char *str, int x, int y) |
| void | fl_draw (int angle, const char *str, int x, int y) |
| void | fl_text_extents (const char *c, int &dx, int &dy, int &w, int &h) |
| void | fl_draw (const char *str, int l, float x, float y) |
| void fl_draw | ( | const char * | str, |
| int | l, | ||
| float | x, | ||
| float | y | ||
| ) |
Definition at line 85 of file fl_font.cxx.