Skip to content

Commit 3d2b46b

Browse files
Merge branch 'main' into production
2 parents a1dbfea + 53b3c66 commit 3d2b46b

File tree

25 files changed

+301
-12
lines changed

25 files changed

+301
-12
lines changed

english/python-net/aspose.html.drawing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ drawing attribute objects like brushes, colors and fonts.
4848
| [`BrushType`](/html/python-net/aspose.html.drawing/brushtype) | Specifies the type of brush. |
4949
| [`ColorModel`](/html/python-net/aspose.html.drawing/colormodel) | This enumeration is used to select the color model for working with color components. |
5050
| [`SpreadMode`](/html/python-net/aspose.html.drawing/spreadmode) | Specifies how a texture or gradient is tiled when it is smaller than the area being filled. |
51+
| [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle) | Specifies the formatting applied to the text. |
5152
| [`WebImageFormat`](/html/python-net/aspose.html.drawing/webimageformat) | Specifies the supported image formats. |
5253
| [`WebMatrixOrder`](/html/python-net/aspose.html.drawing/webmatrixorder) | Specifies the order in which matrix transformations are applied. |
5354

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: WebFontStyle enumeration
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 290
7+
url: /python-net/aspose.html.drawing/webfontstyle/
8+
is_root: false
9+
---
10+
11+
## WebFontStyle enumeration
12+
13+
Specifies the formatting applied to the text.
14+
15+
16+
17+
The WebFontStyle type exposes the following members:
18+
19+
### Fields
20+
| Field | Description |
21+
| :- | :- |
22+
| REGULAR | Regular text. |
23+
| BOLD | Bold text. |
24+
| ITALIC | Italic text. |
25+
26+
27+
28+
### See Also
29+
* module [`aspose.html.drawing`](..)

english/python-net/aspose.html.drawing/webimageformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: WebImageFormat enumeration
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 290
6+
weight: 300
77
url: /python-net/aspose.html.drawing/webimageformat/
88
is_root: false
99
---

english/python-net/aspose.html.drawing/webmatrixorder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: WebMatrixOrder enumeration
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 300
6+
weight: 310
77
url: /python-net/aspose.html.drawing/webmatrixorder/
88
is_root: false
99
---

english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The ImageRenderingOptions type exposes the following members:
3939
| [format](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/format) | Sets or gets [`ImageFormat`](/html/python-net/aspose.html.rendering.image/imageformat). By default this property is [`ImageFormat.PNG`](/html/python-net/aspose.html.rendering.image/imageformat#PNG). |
4040
| [compression](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/compression) | Sets or gets Tagged Image File Format (TIFF) [`Compression`](/html/python-net/aspose.html.rendering.image/compression). By default this property is [`Compression.LZW`](/html/python-net/aspose.html.rendering.image/compression#LZW). |
4141
| [text](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/text) | Gets a [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) object which is used for configuration of text rendering. |
42-
| [smoothing_mode](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. |
42+
| [use_antialiasing](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. |
4343

4444

4545

english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: text property
33
second_title: Aspose.HTML for Python via .NET API References
44
description:
55
type: docs
6-
weight: 100
6+
weight: 90
77
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/text/
88
is_root: false
99
---
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: use_antialiasing property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 100
7+
url: /python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/
8+
is_root: false
9+
---
10+
11+
## use_antialiasing property
12+
13+
14+
Specifies whether to use antialiasing. By default, antialiasing is enabled.
15+
### Definition:
16+
```python
17+
@property
18+
def use_antialiasing(self):
19+
...
20+
@use_antialiasing.setter
21+
def use_antialiasing(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.rendering.image`](../../)
27+
* class [`ImageRenderingOptions`](/html/python-net/aspose.html.rendering.image/imagerenderingoptions)

english/python-net/aspose.html.rendering.image/textoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The TextOptions type exposes the following members:
1919
### Properties
2020
| Property | Description |
2121
| :- | :- |
22-
| [text_rendering_hint](/html/python-net/aspose.html.rendering.image/textoptions/text_rendering_hint) | Sets or gets TextRenderingHint which influences text rendering quality. By default this property is SystemDefault. |
22+
| [use_hinting](/html/python-net/aspose.html.rendering.image/textoptions/use_hinting) | Specifies whether to use text hinting. By default, hinting is disabled. |
2323

2424

2525

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: use_hinting property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 30
7+
url: /python-net/aspose.html.rendering.image/textoptions/use_hinting/
8+
is_root: false
9+
---
10+
11+
## use_hinting property
12+
13+
14+
Specifies whether to use text hinting. By default, hinting is disabled.
15+
### Definition:
16+
```python
17+
@property
18+
def use_hinting(self):
19+
...
20+
@use_hinting.setter
21+
def use_hinting(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.rendering.image`](../../)
27+
* class [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions)

english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ def font_style(self, value):
2525
### See Also
2626
* module [`aspose.html.rendering`](../../)
2727
* class [`GraphicContext`](/html/python-net/aspose.html.rendering/graphiccontext)
28+
* class [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle)

0 commit comments

Comments
 (0)