Aspose::Pdf::Text::FontRepository::FindFont método
Contenido
[
Ocultar
]FontRepository::FindFont(const System::String&, FontStyles) method
Busca y devuelve la fuente con el nombre de fuente y estilo de fuente especificados.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontFamilyName, FontStyles stl)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontFamilyName | const System::String& | Font nombre de familia. |
| stl | FontStyles | Font valor de estilo. |
ReturnValue
Font object corresponding to search request parameters.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Enum FontStyles
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::FindFont(const System::String&, FontStyles, bool) method
Busca y devuelve la fuente con el nombre de fuente y estilo de fuente especificados, ignorando o respetando la sensibilidad a mayúsculas.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontFamilyName, FontStyles stl, bool ignoreCase)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontFamilyName | const System::String& | Font nombre de familia. |
| stl | FontStyles | Font valor de estilo. |
| ignoreCase | bool | sensibilidad a mayúsculas y minúsculas |
ReturnValue
Font object corresponding to search request parameters.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Enum FontStyles
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::FindFont(const System::String&) method
Busca y devuelve la fuente con el nombre de fuente especificado.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontName | const System::String& | Font nombre. |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::FindFont(const System::String&, bool) method
Busca y devuelve la fuente con el nombre de fuente especificado, ignorando o respetando la sensibilidad a mayúsculas.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontName, bool ignoreCase)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fontName | const System::String& | Font nombre. |
| ignoreCase | bool | sensibilidad a mayúsculas y minúsculas |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++