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
andreymalokhovetskiy committed Dec 26, 2024
1 parent b092460 commit b9a5f03
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CffFont : public Aspose::Font::Font
| [get_Encoding](./get_encoding/)() override | Gets [Font](../../aspose.font/font/) encoding. |
| [get_FontDefinition](./get_fontdefinition/)() override | Gets [Font](../../aspose.font/font/) definition. |
| [get_FontFamily](./get_fontfamily/)() override | Gets [Font](../../aspose.font/font/) family. The [Font](../../aspose.font/font/) family setter is not implemented yet. |
| [get_FontName](./get_fontname/)() override | Gets [Font](../../aspose.font/font/) face name. The [Font](../../aspose.font/font/) face name setter is not implemented yet. |
| [get_FontName](./get_fontname/)() override | Gets [Font](../../aspose.font/font/) face name. |
| [get_FontNames](./get_fontnames/)() override | Get [Font](../../aspose.font/font/) names. |
| [get_FontStyle](./get_fontstyle/)() override | Gets [Font](../../aspose.font/font/) style. This is a value computed and represented in generalized type. |
| [get_FontType](./get_fonttype/)() override | Gets [Font](../../aspose.font/font/) type. Returns [FontType.CFF](../../aspose.font/fonttype/) value. |
Expand All @@ -33,14 +33,14 @@ class CffFont : public Aspose::Font::Font
| [get_Metrics](./get_metrics/)() override | Gets [Font](../../aspose.font/font/) metrics. |
| [get_NumGlyphs](./get_numglyphs/)() override | Gets number of glyphs in the [Font](../../aspose.font/font/). |
| [get_PostscriptNames](./get_postscriptnames/)() override | Gets postscript [Font](../../aspose.font/font/) names. |
| [get_Style](./get_style/)() override | Gets [Font](../../aspose.font/font/) style. This is a raw string value provided by [Font](../../aspose.font/font/) file. The Style setter is not implemented yet. |
| [get_Style](./get_style/)() override | Gets [Font](../../aspose.font/font/) style. This is a raw string value provided by [Font](../../aspose.font/font/) file. |
| [GetAllGlyphIds](./getallglyphids/)() override | Returns array of all glyph ids, available in the [Font](../../aspose.font/font/). Glyph id is a unique number for a glyph, which is font type dependent. CFF [Font](../../aspose.font/font/) glyph id can be instance of ([GlyphStringId](../)) class or ([GlyphUInt32Id](../)) class. |
| [GetGlyphById](./getglyphbyid/)(System::SharedPtr\<Aspose::Font::Glyphs::GlyphId\>) override | Returns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. CFF [Font](../../aspose.font/font/) glyph id can be instance of ([GlyphStringId](../)) class or ([GlyphUInt32Id](../)) class. |
| [GetGlyphById](./getglyphbyid/)(System::String) | Returns glyph by glyph name. |
| [GetGlyphById](./getglyphbyid/)(uint32_t) | Returns glyph by glyph id. |
| [set_FontFamily](./set_fontfamily/)(System::String) override | Gets [Font](../../aspose.font/font/) family. The [Font](../../aspose.font/font/) family setter is not implemented yet. |
| [set_FontName](./set_fontname/)(System::String) override | Gets [Font](../../aspose.font/font/) face name. The [Font](../../aspose.font/font/) face name setter is not implemented yet. |
| [set_Style](./set_style/)(System::String) override | Gets [Font](../../aspose.font/font/) style. This is a raw string value provided by [Font](../../aspose.font/font/) file. The Style setter is not implemented yet. |
| [set_FontName](./set_fontname/)(System::String) override | Sets [Font](../../aspose.font/font/) face name. |
| [set_Style](./set_style/)(System::String) override | Sets [Font](../../aspose.font/font/) style. This is a raw string value provided by [Font](../../aspose.font/font/) file. |
## See Also
* Class [Font](../../aspose.font/font/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Font::Cff::CffFont::get_FontName method
linktitle: get_FontName
second_title: Aspose.Font for C++
description: 'Aspose::Font::Cff::CffFont::get_FontName method. Gets Font face name. The Font face name setter is not implemented yet in C++.'
description: 'Aspose::Font::Cff::CffFont::get_FontName method. Gets Font face name in C++.'
type: docs
weight: 500
url: /cpp/aspose.font.cff/cfffont/get_fontname/
---
## CffFont::get_FontName method


Gets [Font](../../../aspose.font/font/) face name. The [Font](../../../aspose.font/font/) face name setter is not implemented yet.
Gets [Font](../../../aspose.font/font/) face name.

```cpp
System::String Aspose::Font::Cff::CffFont::get_FontName() override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Font::Cff::CffFont::get_Style method
linktitle: get_Style
second_title: Aspose.Font for C++
description: 'Aspose::Font::Cff::CffFont::get_Style method. Gets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet in C++.'
description: 'Aspose::Font::Cff::CffFont::get_Style method. Gets Font style. This is a raw string value provided by Font file in C++.'
type: docs
weight: 1400
url: /cpp/aspose.font.cff/cfffont/get_style/
---
## CffFont::get_Style method


Gets [Font](../../../aspose.font/font/) style. This is a raw string value provided by [Font](../../../aspose.font/font/) file. The Style setter is not implemented yet.
Gets [Font](../../../aspose.font/font/) style. This is a raw string value provided by [Font](../../../aspose.font/font/) file.

```cpp
System::String Aspose::Font::Cff::CffFont::get_Style() override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Font::Cff::CffFont::set_FontName method
linktitle: set_FontName
second_title: Aspose.Font for C++
description: 'Aspose::Font::Cff::CffFont::set_FontName method. Gets Font face name. The Font face name setter is not implemented yet in C++.'
description: 'Aspose::Font::Cff::CffFont::set_FontName method. Sets Font face name in C++.'
type: docs
weight: 1800
url: /cpp/aspose.font.cff/cfffont/set_fontname/
---
## CffFont::set_FontName method


Gets [Font](../../../aspose.font/font/) face name. The [Font](../../../aspose.font/font/) face name setter is not implemented yet.
Sets [Font](../../../aspose.font/font/) face name.

```cpp
void Aspose::Font::Cff::CffFont::set_FontName(System::String value) override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Aspose::Font::Cff::CffFont::set_Style method
linktitle: set_Style
second_title: Aspose.Font for C++
description: 'Aspose::Font::Cff::CffFont::set_Style method. Gets Font style. This is a raw string value provided by Font file. The Style setter is not implemented yet in C++.'
description: 'Aspose::Font::Cff::CffFont::set_Style method. Sets Font style. This is a raw string value provided by Font file in C++.'
type: docs
weight: 1900
url: /cpp/aspose.font.cff/cfffont/set_style/
---
## CffFont::set_Style method


Gets [Font](../../../aspose.font/font/) style. This is a raw string value provided by [Font](../../../aspose.font/font/) file. The Style setter is not implemented yet.
Sets [Font](../../../aspose.font/font/) style. This is a raw string value provided by [Font](../../../aspose.font/font/) file.

```cpp
void Aspose::Font::Cff::CffFont::set_Style(System::String value) override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class IFontSubset : public virtual Aspose::Font::IFont
| Method | Description |
| --- | --- |
| virtual [get_OriginalFont](./get_originalfont/)() | Gets original font of the [Font](../font/) subset. |
| virtual [get_SubsetName](./get_subsetname/)() | Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name. |
| virtual [get_UsedGlyphs](./get_usedglyphs/)() | Gets list of used glyph ids. |
| virtual [set_SubsetName](./set_subsetname/)(System::String) | Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name. |
## See Also
* Class [IFont](../ifont/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Aspose::Font::IFontSubset::get_SubsetName method
linktitle: get_SubsetName
second_title: Aspose.Font for C++
description: 'Aspose::Font::IFontSubset::get_SubsetName method. Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name in C++.'
type: docs
weight: 200
url: /cpp/aspose.font/ifontsubset/get_subsetname/
---
## IFontSubset::get_SubsetName method


Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name.

```cpp
virtual System::String Aspose::Font::IFontSubset::get_SubsetName()=0
```

## See Also

* Class [String](../../../system/string/)
* Class [IFontSubset](../)
* Namespace [Aspose::Font](../../)
* Library [Aspose.Font for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_UsedGlyphs
second_title: Aspose.Font for C++
description: 'Aspose::Font::IFontSubset::get_UsedGlyphs method. Gets list of used glyph ids in C++.'
type: docs
weight: 200
weight: 300
url: /cpp/aspose.font/ifontsubset/get_usedglyphs/
---
## IFontSubset::get_UsedGlyphs method
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Aspose::Font::IFontSubset::set_SubsetName method
linktitle: set_SubsetName
second_title: Aspose.Font for C++
description: 'Aspose::Font::IFontSubset::set_SubsetName method. Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name in C++.'
type: docs
weight: 400
url: /cpp/aspose.font/ifontsubset/set_subsetname/
---
## IFontSubset::set_SubsetName method


Name of subset. If set, replaces name of original font. Otherwise, name of original font will be used as subset name.

```cpp
virtual void Aspose::Font::IFontSubset::set_SubsetName(System::String value)=0
```
## See Also
* Class [String](../../../system/string/)
* Class [IFontSubset](../)
* Namespace [Aspose::Font](../../)
* Library [Aspose.Font for C++](../../../)

0 comments on commit b9a5f03

Please sign in to comment.