Uses of Class
com.aspose.imaging.Font

Packages that use Font
com.aspose.imaging   
com.aspose.imaging.shapes   
 

Uses of Font in com.aspose.imaging
 

Methods in com.aspose.imaging that return Font
 Font Font.deepClone()
           Creates an exact deep copy of this Font.
 

Methods in com.aspose.imaging with parameters of type Font
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, float x, float y)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, float x, float y, StringFormat format)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, PointF point)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format)
           Draws the specified text string at the specified location with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle)
           Draws the specified text string in the specified rectangle with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects.
 void Graphics.drawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
           Draws the specified text string in the specified rectangle with the specified com.aspose.imaging.Brush and com.aspose.imaging.Font objects using the formatting attributes of the specified com.aspose.imaging.StringFormat.
 

Constructors in com.aspose.imaging with parameters of type Font
Font(Font prototype, int newStyle)
           Initializes a new com.aspose.imaging.Font that uses the specified existing com.aspose.imaging.Font and com.aspose.imaging.FontStyle enumeration.
 

Uses of Font in com.aspose.imaging.shapes
 

Methods in com.aspose.imaging.shapes that return Font
 Font TextShape.getFont()
           Gets the font used to draw the text.
 

Methods in com.aspose.imaging.shapes with parameters of type Font
 void TextShape.setFont(Font value)
           Sets the font used to draw the text.
 

Constructors in com.aspose.imaging.shapes with parameters of type Font
TextShape(java.lang.String text, RectangleF rectangle, Font font, StringFormat stringFormat)
           Initializes a new instance of the TextShape class.