Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 3, 2023
1 parent 4eb7a27 commit a2baa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/CZICmd/BitmapGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ using namespace libCZI;
{
{ "null", "creating just black images" },
#if CZICMD_USE_GDIPLUS == 1
{ "gdi", "based on GDI+, providing text-rendering" },
{ "gdi", "based on GDI+, provides text-rendering" },
#endif
#if CZICMD_USE_FREETYPE == 1
{ "freetype", "based on the Freetype-library, providing text-rendering" },
{ "freetype", "based on the Freetype-library, provides text-rendering" },
#endif
};

Expand Down

0 comments on commit a2baa1c

Please sign in to comment.