Searched refs:imageWidth (Results 1 – 2 of 2) sorted by relevance
9 `java -jar path_to_jar --image_width imageWidth --text_name textName --font_dir fontDirectory13 1. `imageWidth`: The number of pixels per line; and the text strings will be
729 int imageWidth = Integer.parseUnsignedInt(cmd.getOptionValue("image_width")); in main() local739 imageWidth, in main()