-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "aspose-font/Aspose.Font-API-References"
- Loading branch information
1 parent
b092460
commit b9a5f03
Showing
9 changed files
with
63 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../sites/aspose/font/english/cpp/aspose.font/ifontsubset/get_subsetname/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../sites/aspose/font/english/cpp/aspose.font/ifontsubset/set_subsetname/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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++](../../../) |