Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.extensions | |
com.aspose.psd.fileformats.psd.layers | |
com.aspose.psd.shapes |
Modifier and Type | Method and Description |
---|---|
Font |
Font.deepClone()
Creates an exact deep copy of this
Font . |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
float x,
float y)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
float x,
float y,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format)
Draws the specified text string in the specified rectangle with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
Constructor and Description |
---|
Font(Font prototype,
int newStyle)
|
Modifier and Type | Method and Description |
---|---|
static Font |
FontExtensions.toGdiFont(Font font)
|
static Font |
FontExtensions.toGdiFont(Font font,
int fontUnit)
|
Modifier and Type | Method and Description |
---|---|
Font |
TextLayer.getFont()
Gets the font.
|
Modifier and Type | Method and Description |
---|---|
Font |
TextShape.getFont()
Gets or sets the font used to draw the text.
|
Modifier and Type | Method and Description |
---|---|
void |
TextShape.setFont(Font value)
Gets or sets the font used to draw the text.
|
Constructor and Description |
---|
TextShape(String text,
RectangleF rectangle,
Font font,
StringFormat stringFormat)
Initializes a new instance of the
TextShape class. |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.