diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 18:02:50 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 18:02:50 +0000 |
| commit | bdb7002d585783bbf91fc7b45ad7b9c20a754f84 (patch) | |
| tree | defa95c8799a7f2adc5784e07db95486d7ffeaeb /src/fl_set_font.cxx | |
| parent | eaf604b4ed64410b42ef8568733e1005ca2860bc (diff) | |
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6564 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_set_font.cxx')
| -rw-r--r-- | src/fl_set_font.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_set_font.cxx b/src/fl_set_font.cxx index f19cec2a6..44e483531 100644 --- a/src/fl_set_font.cxx +++ b/src/fl_set_font.cxx @@ -86,7 +86,7 @@ void Fl::set_font(Fl_Font fnum, Fl_Font from) { Fl::set_font(fnum, get_font(from)); } /** - Get the string for this face. This string is different for each + Gets the string for this face. This string is different for each face. Under X this value is passed to XListFonts to get all the sizes of this face. */ |
