| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.drawing2d | |
| com.aspose.drawing.text |
| Modifier and Type | Method and Description |
|---|---|
static FontFamily[] |
FontFamily.getFamilies()
Gets an array that contains all the
FontFamily objects associated with the current graphics context. |
FontFamily[] |
FontCollection.getFamilies() |
FontFamily |
Font.getFontFamily()
|
static FontFamily |
FontFamily.getGenericMonospace()
Gets a generic monospace
FontFamily. |
static FontFamily |
FontFamily.getGenericSansSerif()
Gets a generic sans serif
FontFamily object. |
static FontFamily |
FontFamily.getGenericSerif()
Gets a generic serif
FontFamily. |
| Constructor and Description |
|---|
Font(FontFamily family,
float emSize)
Initializes a new instance of the
Font class. |
Font(FontFamily family,
float emSize,
int style)
Initializes a new instance of the
Font class using a specified size and style.. |
Font(FontFamily family,
float emSize,
int style,
int unit)
Initializes a new instance of the
Font class using a specified size, style, and unit. |
Font(FontFamily family,
float emSize,
int style,
int unit,
byte gdiCharSet)
Initializes a new instance of the
Font class using a specified size, style, unit, and character set.. |
Font(FontFamily family,
float emSize,
int style,
int unit,
byte gdiCharSet,
boolean gdiVerticalFont)
Initializes a new instance of the
Font class using a specified size, style, unit, and character set.. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsPath.addString(String s,
FontFamily family,
int style,
float emSize,
PointF origin,
StringFormat format)
Adds a text string to this path.
|
void |
GraphicsPath.addString(String s,
FontFamily family,
int style,
float emSize,
Point origin,
StringFormat format)
Adds a text string to this path.
|
void |
GraphicsPath.addString(String s,
FontFamily family,
int style,
float emSize,
RectangleF layoutRect,
StringFormat format)
Adds a text string to this path.
|
void |
GraphicsPath.addString(String s,
FontFamily family,
int style,
float emSize,
Rectangle layoutRect,
StringFormat format)
Adds a text string to this path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstalledFontCollection.addFamilies(FontFamily[] families)
Adds families to the global system fonts collection.
|
void |
InstalledFontCollection.removeFamilies(FontFamily[] families)
Removes families from the global system fonts collection.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.