ITrFont.DeriveFont
Contents
[
Hide
]DeriveFont(float)
Creates equivalent of this font with new size.
public BaseTrFont DeriveFont(float size)
Parameter | Type | Description |
---|---|---|
size | Single | Size of new font. |
Return Value
A new font.
See Also
- class BaseTrFont
- interface ITrFont
- namespace Aspose.Page
- assembly Aspose.Page
DeriveFont(float, FontStyle)
Creates equivalent of this font with new size and style.
public BaseTrFont DeriveFont(float size, FontStyle style)
Parameter | Type | Description |
---|---|---|
size | Single | Size of new font. |
style | FontStyle | Style of new font. |
Return Value
A new font.
See Also
- class BaseTrFont
- interface ITrFont
- namespace Aspose.Page
- assembly Aspose.Page
DeriveFont(FontStyle)
Creates equivalent of this font with new style.
public BaseTrFont DeriveFont(FontStyle style)
Parameter | Type | Description |
---|---|---|
style | FontStyle | Style of new font. |
Return Value
A new font.
See Also
- class BaseTrFont
- interface ITrFont
- namespace Aspose.Page
- assembly Aspose.Page
DeriveFont(Matrix)
f character Creates equivalent of this font with new transform.
public BaseTrFont DeriveFont(Matrix transform)
Parameter | Type | Description |
---|---|---|
transform | Matrix | Transformation of new font. |
Return Value
A new font.
See Also
- class BaseTrFont
- interface ITrFont
- namespace Aspose.Page
- assembly Aspose.Page