Método Aspose::Pdf::Text::FontRepository::OpenFont
Contenido
[
Ocultar
]FontRepository::OpenFont(const System::SharedPtr<System::IO::Stream>&, const FontTypes&) method
Abre la fuente con el flujo de fuente especificado.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::OpenFont(const System::SharedPtr<System::IO::Stream> &fontStream, const FontTypes &fontType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontStream | const System::SharedPtr<System::IO::Stream>& | Font flujo. |
| fontType | const FontTypes& | Font valor de tipo. |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class Stream
- Enum FontTypes
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::OpenFont(const System::String&) method
Abre la fuente con la ruta de archivo de fuente especificada.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::OpenFont(const System::String &fontFilePath)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontFilePath | const System::String& | Font ruta del archivo. |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::OpenFont(const System::String&, const System::String&) method
Abre la fuente con la ruta de archivo de fuente y la ruta de archivo de métricas especificadas.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::OpenFont(const System::String &fontFilePath, const System::String &metricsFilePath)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontFilePath | const System::String& | Font ruta del archivo. |
| metricsFilePath | const System::String& | Font ruta del archivo de métricas. |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++