diff options
Diffstat (limited to 'src/cairo-ft-font.c')
-rw-r--r-- | src/cairo-ft-font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index 70e4a9e4..69a701cc 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -101,14 +101,14 @@ * * The FreeType font backend is primarily used to render text on GNU/Linux * systems, but can be used on other platforms too. - */ + **/ /** * CAIRO_HAS_FT_FONT: * * Defined if the FreeType font backend is available. * This macro can be used to conditionally compile backend-specific code. - */ + **/ /** * CAIRO_HAS_FC_FONT: @@ -116,7 +116,7 @@ * Defined if the Fontconfig-specific functions of the FreeType font backend * are available. * This macro can be used to conditionally compile backend-specific code. - */ + **/ /* * The simple 2x2 matrix is converted into separate scale and shape |