Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-font/Aspose.Font-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-loginov-hub committed Dec 18, 2023
1 parent ad4673d commit 16a9c0a
Show file tree
Hide file tree
Showing 118 changed files with 233 additions and 115 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |


Original file line number Diff line number Diff line change
@@ -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)(SerializationInfoStreamingContext) | Initializes new `SvgConversionException` object. |
| [SvgConversionException](svgconversionexception/#constructor_3)(stringException) | Initializes new `SvgConversionException` object. |

### See Also

* class [FontException](../fontexception/)
* namespace [Aspose.Font.Exceptions](../../aspose.font.exceptions/)
* assembly [Aspose.Font](../../)


Original file line number Diff line number Diff line change
@@ -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](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 16a9c0a

Please sign in to comment.