@ -104,14 +104,14 @@ FontConverter::FontConverter(const Arguments& arguments): Platform::WindowlessAp
. addArgument ( " output " ) . setHelp ( " output " , " output filename prefix " )
. addArgument ( " output " ) . setHelp ( " output " , " output filename prefix " )
. addNamedArgument ( " font " ) . setHelp ( " font " , " font plugin " )
. addNamedArgument ( " font " ) . setHelp ( " font " , " font plugin " )
. addNamedArgument ( " converter " ) . setHelp ( " converter " , " font converter plugin " )
. addNamedArgument ( " converter " ) . setHelp ( " converter " , " font converter plugin " )
. addOption ( " plugin-dir " , MAGNUM_PLUGINS_DIR ) . setHelpKey ( " plugin-dir " , " DIR " ) . setHelp ( " plugin-dir " , " base plugin dir " )
. addOption ( " plugin-dir " , MAGNUM_PLUGINS_DIR ) . setHelp ( " plugin-dir " , " base plugin dir " , " DIR " )
. addOption ( " characters " , " abcdefghijklmnopqrstuvwxyz "
. addOption ( " characters " , " abcdefghijklmnopqrstuvwxyz "
" ABCDEFGHIJKLMNOPQRSTUVWXYZ "
" ABCDEFGHIJKLMNOPQRSTUVWXYZ "
" 0123456789?!:;,. " ) . setHelp ( " characters " , " characters to include in the output " )
" 0123456789?!:;,. " ) . setHelp ( " characters " , " characters to include in the output " )
. addOption ( " font-size " , " 128 " ) . setHelpKey ( " font-size " , " N " ) . setHelp ( " font-size " , " input font size " )
. addOption ( " font-size " , " 128 " ) . setHelp ( " font-size " , " input font size " , " N " )
. addOption ( " atlas-size " , " 2048 2048 " ) . setHelpKey ( " atlas-size " , " \" X Y \" " ) . setHelp ( " atlas-size " , " glyph atlas size " )
. addOption ( " atlas-size " , " 2048 2048 " ) . setHelp ( " atlas-size " , " glyph atlas size " , " \" X Y \" " )
. addOption ( " output-size " , " 256 256 " ) . setHelpKey ( " output-size " , " \" X Y \" " ) . setHelp ( " output-size " , " output atlas size. If set to zero size, distance field computation will not be used. " )
. addOption ( " output-size " , " 256 256 " ) . setHelp ( " output-size " , " output atlas size. If set to zero size, distance field computation will not be used. " , " \" X Y \" " )
. addOption ( " radius " , " 24 " ) . setHelpKey ( " radius " , " N " ) . setHelp ( " radius " , " distance field computation radius " )
. addOption ( " radius " , " 24 " ) . setHelp ( " radius " , " distance field computation radius " , " N " )
. addSkippedPrefix ( " magnum " , " engine-specific options " )
. addSkippedPrefix ( " magnum " , " engine-specific options " )
. setHelp ( " Converts font to raster one of given atlas size. " )
. setHelp ( " Converts font to raster one of given atlas size. " )
. parse ( arguments . argc , arguments . argv ) ;
. parse ( arguments . argc , arguments . argv ) ;