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
protected string Image.Fonts.Font.file
protected int Image.Fonts.Font.size
- Method create
Image.Fonts.Font Image.Fonts.Font(string file, int size)