Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions english/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ is_root: true
| [Aspose.Font.TtfHelpers](./aspose.font.ttfhelpers/) | The **Aspose.Font.TtfHelpers** namespace provides classes and interfaces for work with expanded functionality on TTF font objects |
| [Aspose.Font.TtfTables](./aspose.font.ttftables/) | The **Aspose.Font.TtfTables** namespace provides classes for work with different tables of TrueType format. |
| [Aspose.Font.Type1](./aspose.font.type1/) | The **Aspose.Font.Type1** namespace provides classes describing objects related to Type1 Font format. |
| [Aspose.Font.Utils](./aspose.font.utils/) | Documentation placeholder for the `Aspose.Font.Utils` namespace. |
| [Aspose.Font.WoffExceptions](./aspose.font.woffexceptions/) | The **Aspose.Font.WoffExceptions** namespace provides exceptions classes related to WOFF Font format. |


17 changes: 17 additions & 0 deletions english/net/aspose.font.utils/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Aspose.Font.Utils
second_title: Aspose.Font for .NET API Reference
description: Documentation placeholder for the Aspose.Font.Utils namespace
type: docs
weight: 200
url: /net/aspose.font.utils/
---
Documentation placeholder for the `Aspose.Font.Utils` namespace.

## Classes

| Class | Description |
| --- | --- |
| [CompressionUtils](./compressionutils/) | Provides utility methods for compression and decompression. |


35 changes: 35 additions & 0 deletions english/net/aspose.font.utils/compressionutils/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Class CompressionUtils
second_title: Aspose.Font for .NET API Reference
description: Aspose.Font.Utils.CompressionUtils class. Provides utility methods for compression and decompression
type: docs
weight: 1490
url: /net/aspose.font.utils/compressionutils/
---
## CompressionUtils class

Provides utility methods for compression and decompression.

```csharp
public class CompressionUtils
```

## Constructors

| Name | Description |
| --- | --- |
| [CompressionUtils](compressionutils/)() | The default constructor. |

## Methods

| Name | Description |
| --- | --- |
| static [DecodeByBrotli](../../aspose.font.utils/compressionutils/decodebybrotli/)(byte[]) | Decompresses the given Brotli-compressed byte array. |
| static [EncodeByBrotli](../../aspose.font.utils/compressionutils/encodebybrotli/)(byte[]) | Compresses the given byte array using the Brotli algorithm. |

### See Also

* namespace [Aspose.Font.Utils](../../aspose.font.utils/)
* assembly [Aspose.Font](../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: CompressionUtils.CompressionUtils
second_title: Aspose.Font for .NET API Reference
description: CompressionUtils constructor. The default constructor
type: docs
weight: 10
url: /net/aspose.font.utils/compressionutils/compressionutils/
---
## CompressionUtils constructor

The default constructor.

```csharp
public CompressionUtils()
```

### See Also

* class [CompressionUtils](../)
* namespace [Aspose.Font.Utils](../../../aspose.font.utils/)
* assembly [Aspose.Font](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: CompressionUtils.DecodeByBrotli
second_title: Aspose.Font for .NET API Reference
description: CompressionUtils method. Decompresses the given Brotlicompressed byte array
type: docs
weight: 20
url: /net/aspose.font.utils/compressionutils/decodebybrotli/
---
## CompressionUtils.DecodeByBrotli method

Decompresses the given Brotli-compressed byte array.

```csharp
public static byte[] DecodeByBrotli(byte[] input)
```

| Parameter | Type | Description |
| --- | --- | --- |
| input | Byte[] | The compressed data. |

### Return Value

The decompressed byte array.

### See Also

* class [CompressionUtils](../)
* namespace [Aspose.Font.Utils](../../../aspose.font.utils/)
* assembly [Aspose.Font](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: CompressionUtils.EncodeByBrotli
second_title: Aspose.Font for .NET API Reference
description: CompressionUtils method. Compresses the given byte array using the Brotli algorithm
type: docs
weight: 30
url: /net/aspose.font.utils/compressionutils/encodebybrotli/
---
## CompressionUtils.EncodeByBrotli method

Compresses the given byte array using the Brotli algorithm.

```csharp
public static byte[] EncodeByBrotli(byte[] buff)
```

| Parameter | Type | Description |
| --- | --- | --- |
| buff | Byte[] | The input buffer to compress. |

### Return Value

The compressed byte array.

### See Also

* class [CompressionUtils](../)
* namespace [Aspose.Font.Utils](../../../aspose.font.utils/)
* assembly [Aspose.Font](../../../)


2 changes: 1 addition & 1 deletion english/net/aspose.font.woffexceptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aspose.Font.WoffExceptions
second_title: Aspose.Font for .NET API Reference
description: The Aspose.Font.WoffExceptions namespace provides exceptions classes related to WOFF Font format
type: docs
weight: 200
weight: 210
url: /net/aspose.font.woffexceptions/
---
The **Aspose.Font.WoffExceptions** namespace provides exceptions classes related to WOFF Font format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1490
weight: 1500
url: /net/aspose.font.woffexceptions/woffformatexception/
---
## WoffFormatException class
Expand Down
6 changes: 3 additions & 3 deletions english/net/aspose.font/ifont/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public interface IFont
| --- | --- |
| [Encoding](../../aspose.font/ifont/encoding/) { get; } | Gets Font encoding. |
| [FontDefinition](../../aspose.font/ifont/fontdefinition/) { get; } | Gets Font definition. |
| [FontFamily](../../aspose.font/ifont/fontfamily/) { get; set; } | Gets or Sets Font family. |
| [FontName](../../aspose.font/ifont/fontname/) { get; set; } | Gets or Sets Font face name. |
| [FontFamily](../../aspose.font/ifont/fontfamily/) { get; set; } | Gets or sets Font family. |
| [FontName](../../aspose.font/ifont/fontname/) { get; set; } | Gets or sets Font face name. |
| [FontNames](../../aspose.font/ifont/fontnames/) { get; } | Gets Font names. |
| [FontSaver](../../aspose.font/ifont/fontsaver/) { get; } | Gets Font save functionality. |
| [FontStyle](../../aspose.font/ifont/fontstyle/) { get; } | Gets Font style. This is a value computed and represented in generalized type. |
Expand All @@ -30,7 +30,7 @@ public interface IFont
| [Metrics](../../aspose.font/ifont/metrics/) { get; } | Gets Font metrics. |
| [NumGlyphs](../../aspose.font/ifont/numglyphs/) { get; } | Gets number of glyphs in the Font. |
| [PostscriptNames](../../aspose.font/ifont/postscriptnames/) { get; } | Gets postscript Font names. |
| [Style](../../aspose.font/ifont/style/) { get; set; } | Gets or Sets Font style. This is a raw string value provided by Font file. |
| [Style](../../aspose.font/ifont/style/) { get; set; } | Gets or sets Font style. This is a raw string value provided by Font file. |

## Methods

Expand Down
4 changes: 2 additions & 2 deletions english/net/aspose.font/ifont/fontfamily/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: IFont.FontFamily
second_title: Aspose.Font for .NET API Reference
description: IFont property. Gets or Sets Font family
description: IFont property. Gets or sets Font family
type: docs
weight: 30
url: /net/aspose.font/ifont/fontfamily/
---
## IFont.FontFamily property

Gets or Sets Font family.
Gets or sets Font family.

```csharp
public string FontFamily { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions english/net/aspose.font/ifont/fontname/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: IFont.FontName
second_title: Aspose.Font for .NET API Reference
description: IFont property. Gets or Sets Font face name
description: IFont property. Gets or sets Font face name
type: docs
weight: 40
url: /net/aspose.font/ifont/fontname/
---
## IFont.FontName property

Gets or Sets Font face name.
Gets or sets Font face name.

```csharp
public string FontName { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions english/net/aspose.font/ifont/style/_index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: IFont.Style
second_title: Aspose.Font for .NET API Reference
description: IFont property. Gets or Sets Font style. This is a raw string value provided by Font file
description: IFont property. Gets or sets Font style. This is a raw string value provided by Font file
type: docs
weight: 130
url: /net/aspose.font/ifont/style/
---
## IFont.Style property

Gets or Sets Font style. This is a raw string value provided by Font file.
Gets or sets Font style. This is a raw string value provided by Font file.

```csharp
public string Style { get; set; }
Expand Down