Aspose::Pdf::Text::FontCollection::idx_get método
FontCollection::idx_get(const System::String&) method
Obtiene la fuente de la colección por nombre de fuente. Se lanza una excepción si no se encuentra la fuente.
System::SharedPtr<Font> Aspose::Pdf::Text::FontCollection::idx_get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | const System::String& | Nombre de la fuente. |
ReturnValue
Fuente encontrada.
Ver también
- Typedef SharedPtr
- Class Font
- Class String
- Class FontCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontCollection::idx_get(int32_t) method
Obtiene el elemento de fuente en el índice especificado.
System::SharedPtr<Font> Aspose::Pdf::Text::FontCollection::idx_get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice dentro de la colección. |
ReturnValue
Font object.
Ver también
- Typedef SharedPtr
- Class Font
- Class FontCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++