Class Image.Fonts.Font
- Description
The abstract Font class. The file is a valid font-file, size is in pixels, but the size of the characters to be rendered, not the height of the finished image (the image is generally speaking bigger then the size of the characters).
- Variable
file
Variable size
protectedstringImage.Fonts.Font.file
protectedintImage.Fonts.Font.size
- Method create
Image.Fonts.Font Image.Fonts.Font(stringfile,intsize)