From 2e5c45aec78b9c1316bd058a84586cd39a0899ee Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Fri, 26 Apr 2013 16:00:36 +0000 Subject: Test of repo access - non-changing in terms of functionality! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_set_fonts_xft.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl_set_fonts_xft.cxx b/src/fl_set_fonts_xft.cxx index 35c2527c6..2aa3edcaf 100644 --- a/src/fl_set_fonts_xft.cxx +++ b/src/fl_set_fonts_xft.cxx @@ -29,7 +29,7 @@ // of the font name array. #define ENDOFBUFFER 127 // sizeof(Fl_Font.fontname)-1 -// turn a stored font name into a pretty name: +// turn a stored font name in "fltk format" into a pretty name: const char* Fl::get_font_name(Fl_Font fnum, int* ap) { Fl_Fontdesc *f = fl_fonts + fnum; if (!f->fontname[0]) { -- cgit v1.2.3