diff --git a/content/sites/aspose/font/english/net/aspose.font.exceptions/_index.md b/content/sites/aspose/font/english/net/aspose.font.exceptions/_index.md index ee9a69cac8e8..5a68ffcdb0ec 100644 --- a/content/sites/aspose/font/english/net/aspose.font.exceptions/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.exceptions/_index.md @@ -19,5 +19,6 @@ The **Aspose.Font.Exceptions** namespace provides classes describing exceptions | [FontException](./fontexception/) | Represents common Font processing related exception. | | [FontNotSupportedOperationException](./fontnotsupportedoperationexception/) | Represents not supported operation exception. The exception can be thrown in case some operation is not supported for particular Font type. | | [LicenseRestrictionException](./licenserestrictionexception/) | Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode. | +| [SvgConversionException](./svgconversionexception/) | Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process. | diff --git a/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/_index.md b/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/_index.md new file mode 100644 index 000000000000..0da3df57ca3e --- /dev/null +++ b/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/_index.md @@ -0,0 +1,32 @@ +--- +title: Class SvgConversionException +second_title: Aspose.Font for .NET API Reference +description: Aspose.Font.Exceptions.SvgConversionException class. Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process +type: docs +weight: 140 +url: /net/aspose.font.exceptions/svgconversionexception/ +--- +## SvgConversionException class + +Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process. + +```csharp +public class SvgConversionException : FontException +``` + +## Constructors + +| Name | Description | +| --- | --- | +| [SvgConversionException](svgconversionexception/#constructor)() | Initializes new `SvgConversionException` object. | +| [SvgConversionException](svgconversionexception/#constructor_2)(string) | Initializes new `SvgConversionException` object. | +| [SvgConversionException](svgconversionexception/#constructor_1)(SerializationInfo, StreamingContext) | Initializes new `SvgConversionException` object. | +| [SvgConversionException](svgconversionexception/#constructor_3)(string, Exception) | Initializes new `SvgConversionException` object. | + +### See Also + +* class [FontException](../fontexception/) +* namespace [Aspose.Font.Exceptions](../../aspose.font.exceptions/) +* assembly [Aspose.Font](../../) + + diff --git a/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/svgconversionexception/_index.md b/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/svgconversionexception/_index.md new file mode 100644 index 000000000000..ca58446c2d69 --- /dev/null +++ b/content/sites/aspose/font/english/net/aspose.font.exceptions/svgconversionexception/svgconversionexception/_index.md @@ -0,0 +1,85 @@ +--- +title: SvgConversionException.SvgConversionException +second_title: Aspose.Font for .NET API Reference +description: SvgConversionException constructor. Initializes new SvgConversionException object +type: docs +weight: 10 +url: /net/aspose.font.exceptions/svgconversionexception/svgconversionexception/ +--- +## SvgConversionException() {#constructor} + +Initializes new [`SvgConversionException`](../) object. + +```csharp +public SvgConversionException() +``` + +### See Also + +* class [SvgConversionException](../) +* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) +* assembly [Aspose.Font](../../../) + +--- + +## SvgConversionException(string) {#constructor_2} + +Initializes new [`SvgConversionException`](../) object. + +```csharp +public SvgConversionException(string message) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| message | String | A message that describes the error. | + +### See Also + +* class [SvgConversionException](../) +* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) +* assembly [Aspose.Font](../../../) + +--- + +## SvgConversionException(string, Exception) {#constructor_3} + +Initializes new [`SvgConversionException`](../) object. + +```csharp +public SvgConversionException(string message, Exception innerException) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| message | String | A message that describes the error. | +| innerException | Exception | The exception that is the cause of the current exception. | + +### See Also + +* class [SvgConversionException](../) +* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) +* assembly [Aspose.Font](../../../) + +--- + +## SvgConversionException(SerializationInfo, StreamingContext) {#constructor_1} + +Initializes new [`SvgConversionException`](../) object. + +```csharp +public SvgConversionException(SerializationInfo info, StreamingContext context) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| info | SerializationInfo | The object that holds the serialized object data. | +| context | StreamingContext | The contextual information about the source or destination. | + +### See Also + +* class [SvgConversionException](../) +* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) +* assembly [Aspose.Font](../../../) + + diff --git a/content/sites/aspose/font/english/net/aspose.font.factories/textutilsfactory/_index.md b/content/sites/aspose/font/english/net/aspose.font.factories/textutilsfactory/_index.md index 843e74d9e4c9..a47397861300 100644 --- a/content/sites/aspose/font/english/net/aspose.font.factories/textutilsfactory/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.factories/textutilsfactory/_index.md @@ -3,7 +3,7 @@ title: Class TextUtilsFactory second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Factories.TextUtilsFactory class. Provides functionality for retrieving creators of text service objects type: docs -weight: 140 +weight: 150 url: /net/aspose.font.factories/textutilsfactory/ --- ## TextUtilsFactory class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyph/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyph/_index.md index cb28dd9991b5..73f72fd048e6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyph/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyph/_index.md @@ -3,7 +3,7 @@ title: Class CompositeGlyph second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.CompositeGlyph class. Represents a font composite glyph type: docs -weight: 240 +weight: 250 url: /net/aspose.font.glyphs/compositeglyph/ --- ## CompositeGlyph class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponent/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponent/_index.md index a32248be1290..fa5479a525e0 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponent/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponent/_index.md @@ -3,7 +3,7 @@ title: Class CompositeGlyphComponent second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.CompositeGlyphComponent class. Represents composite glyph component glyph with placement matrix type: docs -weight: 250 +weight: 260 url: /net/aspose.font.glyphs/compositeglyphcomponent/ --- ## CompositeGlyphComponent class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponentlist/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponentlist/_index.md index e4f4a97f134d..7b4c6fe83e81 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponentlist/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/compositeglyphcomponentlist/_index.md @@ -3,7 +3,7 @@ title: Class CompositeGlyphComponentList second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.CompositeGlyphComponentList class. Represents composite glyph components list type: docs -weight: 260 +weight: 270 url: /net/aspose.font.glyphs/compositeglyphcomponentlist/ --- ## CompositeGlyphComponentList class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyph/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyph/_index.md index 3faea21b0ac2..163d292bfae8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyph/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyph/_index.md @@ -3,7 +3,7 @@ title: Class Glyph second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.Glyph class. Represents a Font glyph type: docs -weight: 270 +weight: 280 url: /net/aspose.font.glyphs/glyph/ --- ## Glyph class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphid/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphid/_index.md index 6f92d39069a3..5c810ba9bf4d 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphid/_index.md @@ -3,7 +3,7 @@ title: Class GlyphId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphId class. Represents glyph ids available in the Font. Glyph id is a unique number for a glyph which is font type dependent. For example Type1s id is a glyph name instance of GlyphStringId class. TTFs id is an int index instance of GlyphUInt32Id class type: docs -weight: 280 +weight: 290 url: /net/aspose.font.glyphs/glyphid/ --- ## GlyphId class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidlist/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidlist/_index.md index 84470e7777c3..f066ae1284e4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidlist/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidlist/_index.md @@ -3,7 +3,7 @@ title: Class GlyphIdList second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphIdList class. Represents glyph id list type: docs -weight: 290 +weight: 300 url: /net/aspose.font.glyphs/glyphidlist/ --- ## GlyphIdList class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidtype/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidtype/_index.md index 5b2137cb2be7..e40be0368d6f 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidtype/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphidtype/_index.md @@ -3,7 +3,7 @@ title: Enum GlyphIdType second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphIdType enum. Specifies types of glyph id type: docs -weight: 300 +weight: 310 url: /net/aspose.font.glyphs/glyphidtype/ --- ## GlyphIdType enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstate/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstate/_index.md index 586ae8fd0425..d46fc1896e50 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstate/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstate/_index.md @@ -3,7 +3,7 @@ title: Enum GlyphState second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphState enum. Specifies the glyph state type: docs -weight: 310 +weight: 320 url: /net/aspose.font.glyphs/glyphstate/ --- ## GlyphState enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstringid/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstringid/_index.md index e94d9ac94b3e..ed39e6a044ee 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstringid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphstringid/_index.md @@ -3,7 +3,7 @@ title: Class GlyphStringId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphStringId class. Represents string glyph id type: docs -weight: 320 +weight: 330 url: /net/aspose.font.glyphs/glyphstringid/ --- ## GlyphStringId class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphuint32id/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphuint32id/_index.md index be648d0c2bf2..541dc4ab5abc 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphuint32id/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/glyphuint32id/_index.md @@ -3,7 +3,7 @@ title: Class GlyphUInt32Id second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.GlyphUInt32Id class. Represents integer glyph id type: docs -weight: 330 +weight: 340 url: /net/aspose.font.glyphs/glyphuint32id/ --- ## GlyphUInt32Id class diff --git a/content/sites/aspose/font/english/net/aspose.font.glyphs/iglyphaccessor/_index.md b/content/sites/aspose/font/english/net/aspose.font.glyphs/iglyphaccessor/_index.md index 0c9d6677da3a..0f447062bdf6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.glyphs/iglyphaccessor/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.glyphs/iglyphaccessor/_index.md @@ -3,7 +3,7 @@ title: Interface IGlyphAccessor second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Glyphs.IGlyphAccessor interface. Defines functionality to retrieve specified glyph identifiers and glyphs type: docs -weight: 340 +weight: 350 url: /net/aspose.font.glyphs/iglyphaccessor/ --- ## IGlyphAccessor interface diff --git a/content/sites/aspose/font/english/net/aspose.font.renderers/glyphoutlinerenderer/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderers/glyphoutlinerenderer/_index.md index bbba858485c9..9dd066dac8dc 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderers/glyphoutlinerenderer/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderers/glyphoutlinerenderer/_index.md @@ -3,7 +3,7 @@ title: Class GlyphOutlineRenderer second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Renderers.GlyphOutlineRenderer class. Represents glyph outline renderer type: docs -weight: 450 +weight: 460 url: /net/aspose.font.renderers/glyphoutlinerenderer/ --- ## GlyphOutlineRenderer class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderers/glyphrendererbase/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderers/glyphrendererbase/_index.md index 5c3f5b602c33..90f242de3962 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderers/glyphrendererbase/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderers/glyphrendererbase/_index.md @@ -3,7 +3,7 @@ title: Class GlyphRendererBase second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Renderers.GlyphRendererBase class. Represents base class for glyph renderers type: docs -weight: 460 +weight: 470 url: /net/aspose.font.renderers/glyphrendererbase/ --- ## GlyphRendererBase class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderers/iglyphrenderer/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderers/iglyphrenderer/_index.md index 14128dc098ac..1b93307cf4d1 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderers/iglyphrenderer/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderers/iglyphrenderer/_index.md @@ -3,7 +3,7 @@ title: Interface IGlyphRenderer second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Renderers.IGlyphRenderer interface. Interface used to render glyphs type: docs -weight: 470 +weight: 480 url: /net/aspose.font.renderers/iglyphrenderer/ --- ## IGlyphRenderer interface diff --git a/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils.linespacingtype/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils.linespacingtype/_index.md index eefec3e64d5f..c62cd6761c18 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils.linespacingtype/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils.linespacingtype/_index.md @@ -3,7 +3,7 @@ title: Enum RenderingUtils.LineSpacingType second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Renderers.RenderingUtilsLineSpacingType enum. Line Spacing Type. Number of pixels or percent of font height type: docs -weight: 490 +weight: 500 url: /net/aspose.font.renderers/renderingutils.linespacingtype/ --- ## RenderingUtils.LineSpacingType enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils/_index.md index 81e1a28f2cc9..f22e041dfe48 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderers/renderingutils/_index.md @@ -3,7 +3,7 @@ title: Class RenderingUtils second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Renderers.RenderingUtils class. Provides utility methods for rendering type: docs -weight: 480 +weight: 490 url: /net/aspose.font.renderers/renderingutils/ --- ## RenderingUtils class diff --git a/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphoutlinepainter/_index.md b/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphoutlinepainter/_index.md index 0d46024c6910..cf8b491e308b 100644 --- a/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphoutlinepainter/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphoutlinepainter/_index.md @@ -3,7 +3,7 @@ title: Interface IGlyphOutlinePainter second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Rendering.IGlyphOutlinePainter interface. Defines a outline way to draw glyphs type: docs -weight: 500 +weight: 510 url: /net/aspose.font.rendering/iglyphoutlinepainter/ --- ## IGlyphOutlinePainter interface diff --git a/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphpainter/_index.md b/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphpainter/_index.md index aa2b4ccfb746..0f633291b8de 100644 --- a/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphpainter/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.rendering/iglyphpainter/_index.md @@ -3,7 +3,7 @@ title: Interface IGlyphPainter second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Rendering.IGlyphPainter interface. Defines a way to draw glyphs type: docs -weight: 510 +weight: 520 url: /net/aspose.font.rendering/iglyphpainter/ --- ## IGlyphPainter interface diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/closepath/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/closepath/_index.md index be1fe9639b70..7bb6b7927ea4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/closepath/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/closepath/_index.md @@ -3,7 +3,7 @@ title: Class ClosePath second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.ClosePath class. Represents ClosePath operation type: docs -weight: 520 +weight: 530 url: /net/aspose.font.renderingpath/closepath/ --- ## ClosePath class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/curveto/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/curveto/_index.md index 27775041a863..0d3d2682c2b8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/curveto/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/curveto/_index.md @@ -3,7 +3,7 @@ title: Class CurveTo second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.CurveTo class. Represents CurveTo operation type: docs -weight: 530 +weight: 540 url: /net/aspose.font.renderingpath/curveto/ --- ## CurveTo class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/ipathsegment/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/ipathsegment/_index.md index bb49002fe28e..90cbfed6e661 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/ipathsegment/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/ipathsegment/_index.md @@ -3,7 +3,7 @@ title: Interface IPathSegment second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.IPathSegment interface. Represents interface of any path segment type: docs -weight: 540 +weight: 550 url: /net/aspose.font.renderingpath/ipathsegment/ --- ## IPathSegment interface diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/lineto/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/lineto/_index.md index 20d9fb8f1b3c..80893def08b0 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/lineto/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/lineto/_index.md @@ -3,7 +3,7 @@ title: Class LineTo second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.LineTo class. Represents LineTo operation type: docs -weight: 550 +weight: 560 url: /net/aspose.font.renderingpath/lineto/ --- ## LineTo class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/moveto/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/moveto/_index.md index a481fd424ec0..6ab2eb8d3a56 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/moveto/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/moveto/_index.md @@ -3,7 +3,7 @@ title: Class MoveTo second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.MoveTo class. Represents MoveTo operation type: docs -weight: 560 +weight: 570 url: /net/aspose.font.renderingpath/moveto/ --- ## MoveTo class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/pathsegmentcollection/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/pathsegmentcollection/_index.md index 2534f9664fb9..9c6109a251cc 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/pathsegmentcollection/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/pathsegmentcollection/_index.md @@ -3,7 +3,7 @@ title: Class PathSegmentCollection second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.PathSegmentCollection class. Represents a path segments collection type: docs -weight: 570 +weight: 580 url: /net/aspose.font.renderingpath/pathsegmentcollection/ --- ## PathSegmentCollection class diff --git a/content/sites/aspose/font/english/net/aspose.font.renderingpath/segmentpath/_index.md b/content/sites/aspose/font/english/net/aspose.font.renderingpath/segmentpath/_index.md index 23aaf4ee0fcf..b3854b377b43 100644 --- a/content/sites/aspose/font/english/net/aspose.font.renderingpath/segmentpath/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.renderingpath/segmentpath/_index.md @@ -3,7 +3,7 @@ title: Class SegmentPath second_title: Aspose.Font for .NET API Reference description: Aspose.Font.RenderingPath.SegmentPath class. Represents rendering path type: docs -weight: 580 +weight: 590 url: /net/aspose.font.renderingpath/segmentpath/ --- ## SegmentPath class diff --git a/content/sites/aspose/font/english/net/aspose.font.sources/bytecontentstreamsource/_index.md b/content/sites/aspose/font/english/net/aspose.font.sources/bytecontentstreamsource/_index.md index cf458a5930f4..6072e7c83f8b 100644 --- a/content/sites/aspose/font/english/net/aspose.font.sources/bytecontentstreamsource/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.sources/bytecontentstreamsource/_index.md @@ -3,7 +3,7 @@ title: Class ByteContentStreamSource second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Sources.ByteContentStreamSource class. Represents a stream source based on content stream type: docs -weight: 590 +weight: 600 url: /net/aspose.font.sources/bytecontentstreamsource/ --- ## ByteContentStreamSource class diff --git a/content/sites/aspose/font/english/net/aspose.font.sources/filesystemstreamsource/_index.md b/content/sites/aspose/font/english/net/aspose.font.sources/filesystemstreamsource/_index.md index e50b7813f77e..9e912599562b 100644 --- a/content/sites/aspose/font/english/net/aspose.font.sources/filesystemstreamsource/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.sources/filesystemstreamsource/_index.md @@ -3,7 +3,7 @@ title: Class FileSystemStreamSource second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Sources.FileSystemStreamSource class. Represents a stream source based on file system type: docs -weight: 600 +weight: 610 url: /net/aspose.font.sources/filesystemstreamsource/ --- ## FileSystemStreamSource class diff --git a/content/sites/aspose/font/english/net/aspose.font.sources/fontdefinition/_index.md b/content/sites/aspose/font/english/net/aspose.font.sources/fontdefinition/_index.md index 3dd42f51e3ec..5a632024dc62 100644 --- a/content/sites/aspose/font/english/net/aspose.font.sources/fontdefinition/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.sources/fontdefinition/_index.md @@ -3,7 +3,7 @@ title: Class FontDefinition second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Sources.FontDefinition class. Represents Font file set definition. This class contains fields which are not related to font internal data. These fields describe font placement and another data needed to load font from some font sourcefile memory etc type: docs -weight: 610 +weight: 620 url: /net/aspose.font.sources/fontdefinition/ --- ## FontDefinition class diff --git a/content/sites/aspose/font/english/net/aspose.font.sources/fontfiledefinition/_index.md b/content/sites/aspose/font/english/net/aspose.font.sources/fontfiledefinition/_index.md index 31267d3245e4..b00d951b2937 100644 --- a/content/sites/aspose/font/english/net/aspose.font.sources/fontfiledefinition/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.sources/fontfiledefinition/_index.md @@ -3,7 +3,7 @@ title: Class FontFileDefinition second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Sources.FontFileDefinition class. Represents Font file definition type: docs -weight: 620 +weight: 630 url: /net/aspose.font.sources/fontfiledefinition/ --- ## FontFileDefinition class diff --git a/content/sites/aspose/font/english/net/aspose.font.sources/streamsource/_index.md b/content/sites/aspose/font/english/net/aspose.font.sources/streamsource/_index.md index 618f8ca13612..36d9bdc112b1 100644 --- a/content/sites/aspose/font/english/net/aspose.font.sources/streamsource/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.sources/streamsource/_index.md @@ -3,7 +3,7 @@ title: Class StreamSource second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Sources.StreamSource class. Defines a way to get a file stream when it is needed type: docs -weight: 630 +weight: 640 url: /net/aspose.font.sources/streamsource/ --- ## StreamSource class diff --git a/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorsedecoder/_index.md b/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorsedecoder/_index.md index 6bc7bf642348..c56ab423375e 100644 --- a/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorsedecoder/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorsedecoder/_index.md @@ -3,7 +3,7 @@ title: Interface IFontMorseDecoder second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TextUtils.IFontMorseDecoder interface. Declares functionality to decode Morse code into glyphs of the specified font type: docs -weight: 640 +weight: 650 url: /net/aspose.font.textutils/ifontmorsedecoder/ --- ## IFontMorseDecoder interface diff --git a/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorseencoder/_index.md b/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorseencoder/_index.md index c24bfa968cc7..34f2ca0b9837 100644 --- a/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorseencoder/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.textutils/ifontmorseencoder/_index.md @@ -3,7 +3,7 @@ title: Interface IFontMorseEncoder second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TextUtils.IFontMorseEncoder interface. Declares functionality to encode text by Morse code and get result as font glyphs type: docs -weight: 650 +weight: 660 url: /net/aspose.font.textutils/ifontmorseencoder/ --- ## IFontMorseEncoder interface diff --git a/content/sites/aspose/font/english/net/aspose.font.textutils/imorsedecoder/_index.md b/content/sites/aspose/font/english/net/aspose.font.textutils/imorsedecoder/_index.md index 3e66d9069f4f..da1833f91dcd 100644 --- a/content/sites/aspose/font/english/net/aspose.font.textutils/imorsedecoder/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.textutils/imorsedecoder/_index.md @@ -3,7 +3,7 @@ title: Interface IMorseDecoder second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TextUtils.IMorseDecoder interface. Declares functionality to decipher Morse code type: docs -weight: 660 +weight: 670 url: /net/aspose.font.textutils/imorsedecoder/ --- ## IMorseDecoder interface diff --git a/content/sites/aspose/font/english/net/aspose.font.textutils/imorseencoder/_index.md b/content/sites/aspose/font/english/net/aspose.font.textutils/imorseencoder/_index.md index 2dd7de11a84b..e692ee9bb565 100644 --- a/content/sites/aspose/font/english/net/aspose.font.textutils/imorseencoder/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.textutils/imorseencoder/_index.md @@ -3,7 +3,7 @@ title: Interface IMorseEncoder second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TextUtils.IMorseEncoder interface. Declares functionality to encode text by Morse code type: docs -weight: 670 +weight: 680 url: /net/aspose.font.textutils/imorseencoder/ --- ## IMorseEncoder interface diff --git a/content/sites/aspose/font/english/net/aspose.font.textutils/morsealphabets/_index.md b/content/sites/aspose/font/english/net/aspose.font.textutils/morsealphabets/_index.md index 2c299f3a790b..23f74cd47222 100644 --- a/content/sites/aspose/font/english/net/aspose.font.textutils/morsealphabets/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.textutils/morsealphabets/_index.md @@ -3,7 +3,7 @@ title: Enum MorseAlphabets second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TextUtils.MorseAlphabets enum. Represents set of alphabets supported for Morse code type: docs -weight: 680 +weight: 690 url: /net/aspose.font.textutils/morsealphabets/ --- ## MorseAlphabets enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/licenseflags/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/licenseflags/_index.md index d9978d97e45b..a82df3b8e074 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/licenseflags/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/licenseflags/_index.md @@ -3,7 +3,7 @@ title: Class LicenseFlags second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.LicenseFlags class. Represents a helper wrapper for an embedding flags from OS/2 table field fsType type: docs -weight: 700 +weight: 710 url: /net/aspose.font.ttf/licenseflags/ --- ## LicenseFlags class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontfiledefinition/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontfiledefinition/_index.md index 16f72b0f1222..fb0ef0f99865 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontfiledefinition/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontfiledefinition/_index.md @@ -3,7 +3,7 @@ title: Class TtcFontFileDefinition second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtcFontFileDefinition class. Represents file definition for TTC Font type: docs -weight: 710 +weight: 720 url: /net/aspose.font.ttf/ttcfontfiledefinition/ --- ## TtcFontFileDefinition class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontsource/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontsource/_index.md index 2ccbf8737b10..10c572e944a8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontsource/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttcfontsource/_index.md @@ -3,7 +3,7 @@ title: Class TtcFontSource second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtcFontSource class. Represents TTC Font source type: docs -weight: 720 +weight: 730 url: /net/aspose.font.ttf/ttcfontsource/ --- ## TtcFontSource class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencoding/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencoding/_index.md index a0dcaa26a440..7eda194c2717 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencoding/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencoding/_index.md @@ -3,7 +3,7 @@ title: Class TtfEncoding second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtfEncoding class. Represents TTF Font encoding type: docs -weight: 730 +weight: 740 url: /net/aspose.font.ttf/ttfencoding/ --- ## TtfEncoding class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencodingparameters/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencodingparameters/_index.md index a0bba9ea90c7..2193635b1acf 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencodingparameters/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttfencodingparameters/_index.md @@ -3,7 +3,7 @@ title: Class TtfEncodingParameters second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtfEncodingParameters class. Represents TTF encoding parameters. Should be used to request specific encoding from TTF Font type: docs -weight: 740 +weight: 750 url: /net/aspose.font.ttf/ttfencodingparameters/ --- ## TtfEncodingParameters class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttffont/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttffont/_index.md index ae2e1a9a1825..c392ddbf8f22 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttffont/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttffont/_index.md @@ -3,7 +3,7 @@ title: Class TtfFont second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtfFont class. Represents TrueType Font TTF type: docs -weight: 750 +weight: 760 url: /net/aspose.font.ttf/ttffont/ --- ## TtfFont class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttf/ttffontmetrics/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttf/ttffontmetrics/_index.md index d1b5f7776525..8c3424e01434 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttf/ttffontmetrics/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttf/ttffontmetrics/_index.md @@ -3,7 +3,7 @@ title: Class TtfFontMetrics second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Ttf.TtfFontMetrics class. Represents TTF Font metrics type: docs -weight: 760 +weight: 770 url: /net/aspose.font.ttf/ttffontmetrics/ --- ## TtfFontMetrics class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat0table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat0table/_index.md index f7f9d39c82ab..3abbf50021bd 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat0table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat0table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat0Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat0Table class. Represents Format0 CMap subtable of the TTF Font file type: docs -weight: 770 +weight: 780 url: /net/aspose.font.ttfcmapformats/ttfcmapformat0table/ --- ## TtfCMapFormat0Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat10table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat10table/_index.md index 76b5ae118495..75237ef0ee7f 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat10table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat10table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat10Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat10Table class. Represents Format10 CMap subtable of the TTF Font file type: docs -weight: 780 +weight: 790 url: /net/aspose.font.ttfcmapformats/ttfcmapformat10table/ --- ## TtfCMapFormat10Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat12table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat12table/_index.md index 27aefadaec26..30a7d68f604d 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat12table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat12table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat12Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat12Table class. Represents Format8 CMap subtable of the TTF Font file type: docs -weight: 790 +weight: 800 url: /net/aspose.font.ttfcmapformats/ttfcmapformat12table/ --- ## TtfCMapFormat12Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat2table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat2table/_index.md index 1391099bf860..a4275c7019b1 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat2table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat2table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat2Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat2Table class. Represents Format2 CMap subtable of the TTF Font file type: docs -weight: 800 +weight: 810 url: /net/aspose.font.ttfcmapformats/ttfcmapformat2table/ --- ## TtfCMapFormat2Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat4table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat4table/_index.md index 06c173d19665..b024829e9e05 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat4table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat4table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat4Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat4Table class. Represents Format4 CMap subtable of the TTF Font file type: docs -weight: 810 +weight: 820 url: /net/aspose.font.ttfcmapformats/ttfcmapformat4table/ --- ## TtfCMapFormat4Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat6table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat6table/_index.md index 01e5ad9e07f6..eb5029cf356c 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat6table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat6table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat6Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat6Table class. Represents Format6 CMap subtable of the TTF Font file type: docs -weight: 820 +weight: 830 url: /net/aspose.font.ttfcmapformats/ttfcmapformat6table/ --- ## TtfCMapFormat6Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat8table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat8table/_index.md index d7885e5dc7d3..74474f9befa6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat8table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformat8table/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormat8Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormat8Table class. Represents Format8 CMap subtable of the TTF Font file type: docs -weight: 830 +weight: 840 url: /net/aspose.font.ttfcmapformats/ttfcmapformat8table/ --- ## TtfCMapFormat8Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformatbasetable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformatbasetable/_index.md index 72094203e45d..71e3b142a79b 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformatbasetable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcmapformats/ttfcmapformatbasetable/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapFormatBaseTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCMapFormats.TtfCMapFormatBaseTable class. Represents CMap subtable base class type: docs -weight: 840 +weight: 850 url: /net/aspose.font.ttfcmapformats/ttfcmapformatbasetable/ --- ## TtfCMapFormatBaseTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfcommon/version16dot16/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfcommon/version16dot16/_index.md index 115054ee2d5e..bdf338a4ddc4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfcommon/version16dot16/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfcommon/version16dot16/_index.md @@ -3,7 +3,7 @@ title: Class Version16Dot16 second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfCommon.Version16Dot16 class. Reresents Version16Dot16 datatype type: docs -weight: 850 +weight: 860 url: /net/aspose.font.ttfcommon/version16dot16/ --- ## Version16Dot16 class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/helpersfactory/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/helpersfactory/_index.md index 7f02216d72b9..44776cacf1fa 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/helpersfactory/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/helpersfactory/_index.md @@ -3,7 +3,7 @@ title: Class HelpersFactory second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfHelpers.HelpersFactory class. Creates objects related to TtfHelpers namespace type: docs -weight: 860 +weight: 870 url: /net/aspose.font.ttfhelpers/helpersfactory/ --- ## HelpersFactory class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/ifontcharactersmerger/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/ifontcharactersmerger/_index.md index 20ec54ad511e..acb8de22d7c3 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/ifontcharactersmerger/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttfhelpers/ifontcharactersmerger/_index.md @@ -3,7 +3,7 @@ title: Interface IFontCharactersMerger second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfHelpers.IFontCharactersMerger interface. Declares helpers functionality to merge TrueType fonts. Font which is passed by parameter font1 considered as primary. It means that many characteristics related to final merged font such as metrics encoding structure and others will be taken from this primary font type: docs -weight: 870 +weight: 880 url: /net/aspose.font.ttfhelpers/ifontcharactersmerger/ --- ## IFontCharactersMerger interface diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcfftable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcfftable/_index.md index 769a673001ae..6d0e5b809fc0 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcfftable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcfftable/_index.md @@ -3,7 +3,7 @@ title: Class TtfCffTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfCffTable class. Represents cff table of the TTF Font file type: docs -weight: 900 +weight: 910 url: /net/aspose.font.ttftables/ttfcfftable/ --- ## TtfCffTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable.ttfcmapsubtabledescription/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable.ttfcmapsubtabledescription/_index.md index 3080be570a54..a7089652fb05 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable.ttfcmapsubtabledescription/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable.ttfcmapsubtabledescription/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapTable.TtfCMapSubtableDescription second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfCMapTableTtfCMapSubtableDescription class. Provides brief information about CMap subtable type: docs -weight: 890 +weight: 900 url: /net/aspose.font.ttftables/ttfcmaptable.ttfcmapsubtabledescription/ --- ## TtfCMapTable.TtfCMapSubtableDescription class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable/_index.md index 8343c4112e4f..69a66d2a0788 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcmaptable/_index.md @@ -3,7 +3,7 @@ title: Class TtfCMapTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfCMapTable class. Represents cmap table of the TTF Font file type: docs -weight: 880 +weight: 890 url: /net/aspose.font.ttftables/ttfcmaptable/ --- ## TtfCMapTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcvttable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcvttable/_index.md index e4e6b190c604..15ea1f7ca6d6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcvttable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfcvttable/_index.md @@ -3,7 +3,7 @@ title: Class TtfCvtTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfCvtTable class. Represents Control Value Table CVT of the TTF Font file type: docs -weight: 910 +weight: 920 url: /net/aspose.font.ttftables/ttfcvttable/ --- ## TtfCvtTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttffpgmtable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttffpgmtable/_index.md index 099140612ac0..37e4ca266b7e 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttffpgmtable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttffpgmtable/_index.md @@ -3,7 +3,7 @@ title: Class TtfFpgmTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfFpgmTable class. Represents fpgm table of the TTF Font file type: docs -weight: 920 +weight: 930 url: /net/aspose.font.ttftables/ttffpgmtable/ --- ## TtfFpgmTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.gasprange/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.gasprange/_index.md index da65518f6e01..e2460263af38 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.gasprange/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.gasprange/_index.md @@ -3,7 +3,7 @@ title: Struct TtfGaspTable.GaspRange second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfGaspTableGaspRange struct. The array of GaspRange records provides recommended behaviors for various ppem sizes type: docs -weight: 940 +weight: 950 url: /net/aspose.font.ttftables/ttfgasptable.gasprange/ --- ## TtfGaspTable.GaspRange structure diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.rangegaspbehaviorflags/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.rangegaspbehaviorflags/_index.md index 6b4a9a6f4079..8a861f9297c9 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.rangegaspbehaviorflags/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable.rangegaspbehaviorflags/_index.md @@ -3,7 +3,7 @@ title: Enum TtfGaspTable.RangeGaspBehaviorFlags second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfGaspTableRangeGaspBehaviorFlags enum. Flags describing desired rasterizer behavior type: docs -weight: 950 +weight: 960 url: /net/aspose.font.ttftables/ttfgasptable.rangegaspbehaviorflags/ --- ## TtfGaspTable.RangeGaspBehaviorFlags enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable/_index.md index 8113d627b891..511363b06ecb 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfgasptable/_index.md @@ -3,7 +3,7 @@ title: Class TtfGaspTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfGaspTable class. Represents gasp table of the TTF Font file type: docs -weight: 930 +weight: 940 url: /net/aspose.font.ttftables/ttfgasptable/ --- ## TtfGaspTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfglyftable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfglyftable/_index.md index 4dad866301ad..70d10902826a 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfglyftable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfglyftable/_index.md @@ -3,7 +3,7 @@ title: Class TtfGlyfTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfGlyfTable class. Represents glyf table of the TTF Font file type: docs -weight: 960 +weight: 970 url: /net/aspose.font.ttftables/ttfglyftable/ --- ## TtfGlyfTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfheadtable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfheadtable/_index.md index 72aa4a85670f..6d92d2fba69e 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfheadtable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfheadtable/_index.md @@ -3,7 +3,7 @@ title: Class TtfHeadTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfHeadTable class. Represents head table of the TTF Font file type: docs -weight: 970 +weight: 980 url: /net/aspose.font.ttftables/ttfheadtable/ --- ## TtfHeadTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhheatable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhheatable/_index.md index 98b91a1395e9..b23fe620f9b8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhheatable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhheatable/_index.md @@ -3,7 +3,7 @@ title: Class TtfHheaTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfHheaTable class. Represents hhea table of the TTF Font file type: docs -weight: 980 +weight: 990 url: /net/aspose.font.ttftables/ttfhheatable/ --- ## TtfHheaTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.longhormetric/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.longhormetric/_index.md index 0124c2affdab..c810ab47e1c4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.longhormetric/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.longhormetric/_index.md @@ -3,7 +3,7 @@ title: Struct TtfHmtxTable.LongHorMetric second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfHmtxTableLongHorMetric struct. Represents metrics record type: docs -weight: 1000 +weight: 1010 url: /net/aspose.font.ttftables/ttfhmtxtable.longhormetric/ --- ## TtfHmtxTable.LongHorMetric structure diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.metriclist/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.metriclist/_index.md index 9229da94f45e..34c3ff9a3f71 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.metriclist/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable.metriclist/_index.md @@ -3,7 +3,7 @@ title: Class TtfHmtxTable.MetricList second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfHmtxTableMetricList class. Represents list of metrics type: docs -weight: 1010 +weight: 1020 url: /net/aspose.font.ttftables/ttfhmtxtable.metriclist/ --- ## TtfHmtxTable.MetricList class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable/_index.md index 64a296af6af1..bdc1c6289276 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfhmtxtable/_index.md @@ -3,7 +3,7 @@ title: Class TtfHmtxTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfHmtxTable class. Represents hmtx table of the TTF Font file type: docs -weight: 990 +weight: 1000 url: /net/aspose.font.ttftables/ttfhmtxtable/ --- ## TtfHmtxTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable.offsetslist/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable.offsetslist/_index.md index 09da04ba7841..f29f9208fd94 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable.offsetslist/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable.offsetslist/_index.md @@ -3,7 +3,7 @@ title: Class TtfLocaTable.OffsetsList second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfLocaTableOffsetsList class. Represents glyph offsets list type: docs -weight: 1030 +weight: 1040 url: /net/aspose.font.ttftables/ttflocatable.offsetslist/ --- ## TtfLocaTable.OffsetsList class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable/_index.md index 7a631f5ee5d0..2c7a5a9109da 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttflocatable/_index.md @@ -3,7 +3,7 @@ title: Class TtfLocaTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfLocaTable class. Represents loca table of the TTF Font file type: docs -weight: 1020 +weight: 1030 url: /net/aspose.font.ttftables/ttflocatable/ --- ## TtfLocaTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfltshtable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfltshtable/_index.md index ad86ab322b08..edc565ac1652 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfltshtable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfltshtable/_index.md @@ -3,7 +3,7 @@ title: Class TtfLtshTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfLtshTable class. Represents Linear Threshold table of the TTF Font file type: docs -weight: 1040 +weight: 1050 url: /net/aspose.font.ttftables/ttfltshtable/ --- ## TtfLtshTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfmaxptable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfmaxptable/_index.md index 65b66dd670bf..11655949c9f3 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfmaxptable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfmaxptable/_index.md @@ -3,7 +3,7 @@ title: Class TtfMaxpTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfMaxpTable class. Represents maxp table of the TTF Font file type: docs -weight: 1050 +weight: 1060 url: /net/aspose.font.ttftables/ttfmaxptable/ --- ## TtfMaxpTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.maclanguageid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.maclanguageid/_index.md index ae6ac0665a54..92bce4b368d4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.maclanguageid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.maclanguageid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.MacLanguageId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableMacLanguageId enum. Macintosh platform language id enumeration type: docs -weight: 1090 +weight: 1100 url: /net/aspose.font.ttftables/ttfnametable.maclanguageid/ --- ## TtfNameTable.MacLanguageId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.macplatformspecificid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.macplatformspecificid/_index.md index acdf82c4e9cf..9bdfbf123a92 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.macplatformspecificid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.macplatformspecificid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.MacPlatformSpecificId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableMacPlatformSpecificId enum. Represents Macintosh platform PlatformSpecificId enumeration type: docs -weight: 1100 +weight: 1110 url: /net/aspose.font.ttftables/ttfnametable.macplatformspecificid/ --- ## TtfNameTable.MacPlatformSpecificId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.mslanguageid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.mslanguageid/_index.md index 5137dfaed440..2c3dfba19284 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.mslanguageid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.mslanguageid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.MSLanguageId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableMSLanguageId enum. Microsoft platform language id enumeration type: docs -weight: 1070 +weight: 1080 url: /net/aspose.font.ttftables/ttfnametable.mslanguageid/ --- ## TtfNameTable.MSLanguageId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.msplatformspecificid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.msplatformspecificid/_index.md index 33e1392ce93e..1e267dd0d0a1 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.msplatformspecificid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.msplatformspecificid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.MSPlatformSpecificId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableMSPlatformSpecificId enum. Represents Microsoft platform PlatformSpecificId enumeration type: docs -weight: 1080 +weight: 1090 url: /net/aspose.font.ttftables/ttfnametable.msplatformspecificid/ --- ## TtfNameTable.MSPlatformSpecificId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.nameid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.nameid/_index.md index 07430d8bedd6..eddca08b6976 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.nameid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.nameid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.NameId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableNameId enum. Represents NameId type: docs -weight: 1110 +weight: 1120 url: /net/aspose.font.ttftables/ttfnametable.nameid/ --- ## TtfNameTable.NameId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.namerecord/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.namerecord/_index.md index 2d91cc6d3c80..84060d87c9a4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.namerecord/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.namerecord/_index.md @@ -3,7 +3,7 @@ title: Class TtfNameTable.NameRecord second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableNameRecord class. Represents NameRecord structure of the name table type: docs -weight: 1120 +weight: 1130 url: /net/aspose.font.ttftables/ttfnametable.namerecord/ --- ## TtfNameTable.NameRecord class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.platformid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.platformid/_index.md index bddfb0cce0ec..82b1b1af14bf 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.platformid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.platformid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.PlatformId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTablePlatformId enum. Represents PlatformId enumeration type: docs -weight: 1130 +weight: 1140 url: /net/aspose.font.ttftables/ttfnametable.platformid/ --- ## TtfNameTable.PlatformId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.unicodeplatformspecificid/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.unicodeplatformspecificid/_index.md index 127c03fad2bd..bee9ce8110e8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.unicodeplatformspecificid/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable.unicodeplatformspecificid/_index.md @@ -3,7 +3,7 @@ title: Enum TtfNameTable.UnicodePlatformSpecificId second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTableUnicodePlatformSpecificId enum. Represents unicode platformspecific enumeration type: docs -weight: 1140 +weight: 1150 url: /net/aspose.font.ttftables/ttfnametable.unicodeplatformspecificid/ --- ## TtfNameTable.UnicodePlatformSpecificId enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable/_index.md index fc0773eb20db..fef15644c503 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfnametable/_index.md @@ -3,7 +3,7 @@ title: Class TtfNameTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfNameTable class. Represents name table of the TTF Font file type: docs -weight: 1060 +weight: 1070 url: /net/aspose.font.ttftables/ttfnametable/ --- ## TtfNameTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfos2table/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfos2table/_index.md index 60fd200e4bb3..67b27a61f8e6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfos2table/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfos2table/_index.md @@ -3,7 +3,7 @@ title: Class TtfOs2Table second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfOs2Table class. Represents OS/2 table of the TTF Font file type: docs -weight: 1150 +weight: 1160 url: /net/aspose.font.ttftables/ttfos2table/ --- ## TtfOs2Table class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfposttable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfposttable/_index.md index d656e838122a..bf9c7d73a6e4 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfposttable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfposttable/_index.md @@ -3,7 +3,7 @@ title: Class TtfPostTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfPostTable class. Represents post table of the TTF Font file type: docs -weight: 1160 +weight: 1170 url: /net/aspose.font.ttftables/ttfposttable/ --- ## TtfPostTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfpreptable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfpreptable/_index.md index 190fa5a709bb..897afb8987b6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfpreptable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfpreptable/_index.md @@ -3,7 +3,7 @@ title: Class TtfPrepTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfPrepTable class. Represents prep table of the TTF Font file type: docs -weight: 1170 +weight: 1180 url: /net/aspose.font.ttftables/ttfpreptable/ --- ## TtfPrepTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablebase/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablebase/_index.md index bd66b7499baf..25dd8f2e7508 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablebase/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablebase/_index.md @@ -3,7 +3,7 @@ title: Class TtfTableBase second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfTableBase class. Represents TTF table definition type: docs -weight: 1180 +weight: 1190 url: /net/aspose.font.ttftables/ttftablebase/ --- ## TtfTableBase class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablerepository/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablerepository/_index.md index 3a8fcebe067d..9660f716fae6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablerepository/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttftablerepository/_index.md @@ -3,7 +3,7 @@ title: Class TtfTableRepository second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfTableRepository class. Represents repository of TTF tables type: docs -weight: 1190 +weight: 1200 url: /net/aspose.font.ttftables/ttftablerepository/ --- ## TtfTableRepository class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvheatable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvheatable/_index.md index e686472234f3..5234152d4fa6 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvheatable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvheatable/_index.md @@ -3,7 +3,7 @@ title: Class TtfVheaTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfVheaTable class. Represents vhea table of the TTF Font file type: docs -weight: 1200 +weight: 1210 url: /net/aspose.font.ttftables/ttfvheatable/ --- ## TtfVheaTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable.longvermetric/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable.longvermetric/_index.md index b995bc184c6a..fa3a3b6e96f9 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable.longvermetric/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable.longvermetric/_index.md @@ -3,7 +3,7 @@ title: Struct TtfVmtxTable.LongVerMetric second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfVmtxTableLongVerMetric struct. Represents vertical metrics record type: docs -weight: 1220 +weight: 1230 url: /net/aspose.font.ttftables/ttfvmtxtable.longvermetric/ --- ## TtfVmtxTable.LongVerMetric structure diff --git a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable/_index.md b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable/_index.md index ae4aadb94a44..e00afa61bb9c 100644 --- a/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.ttftables/ttfvmtxtable/_index.md @@ -3,7 +3,7 @@ title: Class TtfVmtxTable second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TtfTables.TtfVmtxTable class. Represents vmtx table of the TTF Font file type: docs -weight: 1210 +weight: 1220 url: /net/aspose.font.ttftables/ttfvmtxtable/ --- ## TtfVmtxTable class diff --git a/content/sites/aspose/font/english/net/aspose.font.type1/fontspecificencodings/_index.md b/content/sites/aspose/font/english/net/aspose.font.type1/fontspecificencodings/_index.md index 8cda9ddd36bf..38e81dc7ac02 100644 --- a/content/sites/aspose/font/english/net/aspose.font.type1/fontspecificencodings/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.type1/fontspecificencodings/_index.md @@ -3,7 +3,7 @@ title: Class FontSpecificEncodings second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Type1.FontSpecificEncodings class. Represents specific encodings for consumeraware Fonts type: docs -weight: 1230 +weight: 1240 url: /net/aspose.font.type1/fontspecificencodings/ --- ## FontSpecificEncodings class diff --git a/content/sites/aspose/font/english/net/aspose.font.type1/type1encoding/_index.md b/content/sites/aspose/font/english/net/aspose.font.type1/type1encoding/_index.md index 0cc95ccd37e8..4b6f654f7898 100644 --- a/content/sites/aspose/font/english/net/aspose.font.type1/type1encoding/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.type1/type1encoding/_index.md @@ -3,7 +3,7 @@ title: Class Type1Encoding second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Type1.Type1Encoding class. Represents Type1 Font encoding type: docs -weight: 1240 +weight: 1250 url: /net/aspose.font.type1/type1encoding/ --- ## Type1Encoding class diff --git a/content/sites/aspose/font/english/net/aspose.font.type1/type1font/_index.md b/content/sites/aspose/font/english/net/aspose.font.type1/type1font/_index.md index aa6a7676428b..ca4c227c91c8 100644 --- a/content/sites/aspose/font/english/net/aspose.font.type1/type1font/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.type1/type1font/_index.md @@ -3,7 +3,7 @@ title: Class Type1Font second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Type1.Type1Font class. Represents Type1 Font type: docs -weight: 1250 +weight: 1260 url: /net/aspose.font.type1/type1font/ --- ## Type1Font class diff --git a/content/sites/aspose/font/english/net/aspose.font.type1/type1fontmetrics/_index.md b/content/sites/aspose/font/english/net/aspose.font.type1/type1fontmetrics/_index.md index 1eefc52ccae8..a04db5a72a03 100644 --- a/content/sites/aspose/font/english/net/aspose.font.type1/type1fontmetrics/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.type1/type1fontmetrics/_index.md @@ -3,7 +3,7 @@ title: Class Type1FontMetrics second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Type1.Type1FontMetrics class. Represents Type1 Font metrics type: docs -weight: 1260 +weight: 1270 url: /net/aspose.font.type1/type1fontmetrics/ --- ## Type1FontMetrics class diff --git a/content/sites/aspose/font/english/net/aspose.font.type1/type1metricfont/_index.md b/content/sites/aspose/font/english/net/aspose.font.type1/type1metricfont/_index.md index 845e3a77cf3f..cd2d671d4c44 100644 --- a/content/sites/aspose/font/english/net/aspose.font.type1/type1metricfont/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.type1/type1metricfont/_index.md @@ -3,7 +3,7 @@ title: Class Type1MetricFont second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Type1.Type1MetricFont class. Type1 metric font implementation. This type1 font is created using metrics only. Glyphs retrieval functions and some other that require real font are not allowed not allowed functions throw exception Type1NotSupportedException. Other properties FontName Weight Metrics and Encoding are used from metrics file type: docs -weight: 1270 +weight: 1280 url: /net/aspose.font.type1/type1metricfont/ --- ## Type1MetricFont class diff --git a/content/sites/aspose/font/english/net/aspose.font.woffexceptions/woffformatexception/_index.md b/content/sites/aspose/font/english/net/aspose.font.woffexceptions/woffformatexception/_index.md index dcd202beedf7..b0a7164d4221 100644 --- a/content/sites/aspose/font/english/net/aspose.font.woffexceptions/woffformatexception/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font.woffexceptions/woffformatexception/_index.md @@ -3,7 +3,7 @@ title: Class WoffFormatException second_title: Aspose.Font for .NET API Reference description: Aspose.Font.WoffExceptions.WoffFormatException class. Represents WOFF font processing related exception type: docs -weight: 1280 +weight: 1290 url: /net/aspose.font.woffexceptions/woffformatexception/ --- ## WoffFormatException class diff --git a/content/sites/aspose/font/english/net/aspose.font/font/_index.md b/content/sites/aspose/font/english/net/aspose.font/font/_index.md index efa260dd5b6b..4aeea887e747 100644 --- a/content/sites/aspose/font/english/net/aspose.font/font/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/font/_index.md @@ -3,7 +3,7 @@ title: Class Font second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Font class. Represents base Font class type: docs -weight: 150 +weight: 160 url: /net/aspose.font/font/ --- ## Font class diff --git a/content/sites/aspose/font/english/net/aspose.font/fontbbox/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontbbox/_index.md index 47a3bbda39bd..6cfc4a83c8f7 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontbbox/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontbbox/_index.md @@ -3,7 +3,7 @@ title: Class FontBBox second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontBBox class. Represents Font bounding box BBox type: docs -weight: 160 +weight: 170 url: /net/aspose.font/fontbbox/ --- ## FontBBox class diff --git a/content/sites/aspose/font/english/net/aspose.font/fontenvironment.parsingstrictness/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontenvironment.parsingstrictness/_index.md index 6c168d7896bc..2329cb25e284 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontenvironment.parsingstrictness/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontenvironment.parsingstrictness/_index.md @@ -3,7 +3,7 @@ title: Enum FontEnvironment.ParsingStrictness second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontEnvironmentParsingStrictness enum. Parsing strictness types type: docs -weight: 180 +weight: 190 url: /net/aspose.font/fontenvironment.parsingstrictness/ --- ## FontEnvironment.ParsingStrictness enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font/fontenvironment/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontenvironment/_index.md index 166055c07feb..236f9343046b 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontenvironment/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontenvironment/_index.md @@ -3,7 +3,7 @@ title: Class FontEnvironment second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontEnvironment class. Provides information about the current environment and platform type: docs -weight: 170 +weight: 180 url: /net/aspose.font/fontenvironment/ --- ## FontEnvironment class diff --git a/content/sites/aspose/font/english/net/aspose.font/fontfactory/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontfactory/_index.md index f428ee1d6b66..b5df0e7a7864 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontfactory/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontfactory/_index.md @@ -3,7 +3,7 @@ title: Class FontFactory second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontFactory class. Contains functionality for opening fonts of different types and other methods for creating various objects type: docs -weight: 190 +weight: 200 url: /net/aspose.font/fontfactory/ --- ## FontFactory class diff --git a/content/sites/aspose/font/english/net/aspose.font/fontmetrics/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontmetrics/_index.md index 6581387bb677..c51416c1f9f1 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontmetrics/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontmetrics/_index.md @@ -3,7 +3,7 @@ title: Class FontMetrics second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontMetrics class. Represents Font metrics type: docs -weight: 200 +weight: 210 url: /net/aspose.font/fontmetrics/ --- ## FontMetrics class diff --git a/content/sites/aspose/font/english/net/aspose.font/fontsavingformats/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontsavingformats/_index.md index c34866190566..8187d08597b9 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontsavingformats/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontsavingformats/_index.md @@ -3,7 +3,7 @@ title: Enum FontSavingFormats second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontSavingFormats enum. Specifies Font type type: docs -weight: 210 +weight: 220 url: /net/aspose.font/fontsavingformats/ --- ## FontSavingFormats enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font/fontstyle/_index.md b/content/sites/aspose/font/english/net/aspose.font/fontstyle/_index.md index 6a8fffc2bd43..ca27a7453f50 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fontstyle/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fontstyle/_index.md @@ -3,7 +3,7 @@ title: Enum FontStyle second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontStyle enum. Specifies Font style type: docs -weight: 220 +weight: 230 url: /net/aspose.font/fontstyle/ --- ## FontStyle enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font/fonttype/_index.md b/content/sites/aspose/font/english/net/aspose.font/fonttype/_index.md index e0b3d91c8238..0ace57724c4e 100644 --- a/content/sites/aspose/font/english/net/aspose.font/fonttype/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/fonttype/_index.md @@ -3,7 +3,7 @@ title: Enum FontType second_title: Aspose.Font for .NET API Reference description: Aspose.Font.FontType enum. Specifies Font type type: docs -weight: 230 +weight: 240 url: /net/aspose.font/fonttype/ --- ## FontType enumeration diff --git a/content/sites/aspose/font/english/net/aspose.font/iencodingparameters/_index.md b/content/sites/aspose/font/english/net/aspose.font/iencodingparameters/_index.md index eb6d9251d2b1..bbfc47111c04 100644 --- a/content/sites/aspose/font/english/net/aspose.font/iencodingparameters/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/iencodingparameters/_index.md @@ -3,7 +3,7 @@ title: Interface IEncodingParameters second_title: Aspose.Font for .NET API Reference description: Aspose.Font.IEncodingParameters interface. Common interface to support encoding parameters. Some Font types can have multiple encoding algorithms/maps. So this interface should be used to create concrete font encoding parameters type: docs -weight: 350 +weight: 360 url: /net/aspose.font/iencodingparameters/ --- ## IEncodingParameters interface diff --git a/content/sites/aspose/font/english/net/aspose.font/ifont/_index.md b/content/sites/aspose/font/english/net/aspose.font/ifont/_index.md index 20acc72b06f7..90d1b138bde8 100644 --- a/content/sites/aspose/font/english/net/aspose.font/ifont/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/ifont/_index.md @@ -3,7 +3,7 @@ title: Interface IFont second_title: Aspose.Font for .NET API Reference description: Aspose.Font.IFont interface. Declares common functionality for all font formats. Implemented by Font classes type: docs -weight: 360 +weight: 370 url: /net/aspose.font/ifont/ --- ## IFont interface diff --git a/content/sites/aspose/font/english/net/aspose.font/ifontencoding/_index.md b/content/sites/aspose/font/english/net/aspose.font/ifontencoding/_index.md index 6412823f6f8d..c890ab4cddd9 100644 --- a/content/sites/aspose/font/english/net/aspose.font/ifontencoding/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/ifontencoding/_index.md @@ -3,7 +3,7 @@ title: Interface IFontEncoding second_title: Aspose.Font for .NET API Reference description: Aspose.Font.IFontEncoding interface. Defines an interface for Font encoding type: docs -weight: 370 +weight: 380 url: /net/aspose.font/ifontencoding/ --- ## IFontEncoding interface diff --git a/content/sites/aspose/font/english/net/aspose.font/ifontmetrics/_index.md b/content/sites/aspose/font/english/net/aspose.font/ifontmetrics/_index.md index a0fa31daf4b8..573ba8251e14 100644 --- a/content/sites/aspose/font/english/net/aspose.font/ifontmetrics/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/ifontmetrics/_index.md @@ -3,7 +3,7 @@ title: Interface IFontMetrics second_title: Aspose.Font for .NET API Reference description: Aspose.Font.IFontMetrics interface. Defines an interface for Font metrics tools type: docs -weight: 380 +weight: 390 url: /net/aspose.font/ifontmetrics/ --- ## IFontMetrics interface diff --git a/content/sites/aspose/font/english/net/aspose.font/ifontsaver/_index.md b/content/sites/aspose/font/english/net/aspose.font/ifontsaver/_index.md index 9203388946b6..0ce53cb554f8 100644 --- a/content/sites/aspose/font/english/net/aspose.font/ifontsaver/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/ifontsaver/_index.md @@ -3,7 +3,7 @@ title: Interface IFontSaver second_title: Aspose.Font for .NET API Reference description: Aspose.Font.IFontSaver interface. Defines an interface for Font save functionality type: docs -weight: 390 +weight: 400 url: /net/aspose.font/ifontsaver/ --- ## IFontSaver interface diff --git a/content/sites/aspose/font/english/net/aspose.font/isupportsnameaddressing/_index.md b/content/sites/aspose/font/english/net/aspose.font/isupportsnameaddressing/_index.md index a50d4c60cd13..e0d6306c71f5 100644 --- a/content/sites/aspose/font/english/net/aspose.font/isupportsnameaddressing/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/isupportsnameaddressing/_index.md @@ -3,7 +3,7 @@ title: Interface ISupportsNameAddressing second_title: Aspose.Font for .NET API Reference description: Aspose.Font.ISupportsNameAddressing interface. Defines members that are specific to encodings that support glyph name addressing type: docs -weight: 400 +weight: 410 url: /net/aspose.font/isupportsnameaddressing/ --- ## ISupportsNameAddressing interface diff --git a/content/sites/aspose/font/english/net/aspose.font/license/_index.md b/content/sites/aspose/font/english/net/aspose.font/license/_index.md index 9f1cef06584d..96f65bdb1776 100644 --- a/content/sites/aspose/font/english/net/aspose.font/license/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/license/_index.md @@ -3,7 +3,7 @@ title: Class License second_title: Aspose.Font for .NET API Reference description: Aspose.Font.License class. Provides methods to license the component type: docs -weight: 410 +weight: 420 url: /net/aspose.font/license/ --- ## License class diff --git a/content/sites/aspose/font/english/net/aspose.font/metered/_index.md b/content/sites/aspose/font/english/net/aspose.font/metered/_index.md index 1d9cd00a14d8..d4ec8ac2b430 100644 --- a/content/sites/aspose/font/english/net/aspose.font/metered/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/metered/_index.md @@ -3,7 +3,7 @@ title: Class Metered second_title: Aspose.Font for .NET API Reference description: Aspose.Font.Metered class. Provides methods to set metered key type: docs -weight: 420 +weight: 430 url: /net/aspose.font/metered/ --- ## Metered class diff --git a/content/sites/aspose/font/english/net/aspose.font/multilanguagestring/_index.md b/content/sites/aspose/font/english/net/aspose.font/multilanguagestring/_index.md index ae09a2a0fb69..1edc6f9b1b38 100644 --- a/content/sites/aspose/font/english/net/aspose.font/multilanguagestring/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/multilanguagestring/_index.md @@ -3,7 +3,7 @@ title: Class MultiLanguageString second_title: Aspose.Font for .NET API Reference description: Aspose.Font.MultiLanguageString class. Represents multi language string type: docs -weight: 430 +weight: 440 url: /net/aspose.font/multilanguagestring/ --- ## MultiLanguageString class diff --git a/content/sites/aspose/font/english/net/aspose.font/nametocodemap/_index.md b/content/sites/aspose/font/english/net/aspose.font/nametocodemap/_index.md index 824162854d86..2bc084e3b99c 100644 --- a/content/sites/aspose/font/english/net/aspose.font/nametocodemap/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/nametocodemap/_index.md @@ -3,7 +3,7 @@ title: Class NameToCodeMap second_title: Aspose.Font for .NET API Reference description: Aspose.Font.NameToCodeMap class. Represents name to code map type: docs -weight: 440 +weight: 450 url: /net/aspose.font/nametocodemap/ --- ## NameToCodeMap class diff --git a/content/sites/aspose/font/english/net/aspose.font/transformationmatrix/_index.md b/content/sites/aspose/font/english/net/aspose.font/transformationmatrix/_index.md index 332ebbc78628..e65516551225 100644 --- a/content/sites/aspose/font/english/net/aspose.font/transformationmatrix/_index.md +++ b/content/sites/aspose/font/english/net/aspose.font/transformationmatrix/_index.md @@ -3,7 +3,7 @@ title: Class TransformationMatrix second_title: Aspose.Font for .NET API Reference description: Aspose.Font.TransformationMatrix class. Represents 3x3 transformation matrix A B 0 C D 0 TX TY 1 . Transforms coordinates in the following way x1 Ax Cy TX y1 Bx Dy TY type: docs -weight: 690 +weight: 700 url: /net/aspose.font/transformationmatrix/ --- ## TransformationMatrix class