Aspose::Pdf::Text::FontRepository::FindFont‑metod
Innehåll
[
Dölj
]FontRepository::FindFont(const System::String&, FontStyles) method
Söker och returnerar teckensnitt med angivet teckensnittsnamn och teckensnittsstil.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontFamilyName, FontStyles stl)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fontFamilyName | const System::String& | Font familjenamn. |
| stl | FontStyles | Font stilvärde. |
ReturnValue
Font object corresponding to search request parameters.
Se även
- 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
Söker och returnerar teckensnitt med angivet teckensnittsnamn och teckensnittsstil, ignorerar eller beaktar skiftlägeskänslighet.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontFamilyName, FontStyles stl, bool ignoreCase)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fontFamilyName | const System::String& | Font familjenamn. |
| stl | FontStyles | Font stilvärde. |
| ignoreCase | bool | skiftlägeskänslighet |
ReturnValue
Font object corresponding to search request parameters.
Se även
- 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
Söker och returnerar teckensnitt med angivet teckensnittsnamn.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fontName | const System::String& | Font namn. |
ReturnValue
Font object.
Se även
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
FontRepository::FindFont(const System::String&, bool) method
Söker och returnerar teckensnitt med angivet teckensnittsnamn, ignorerar eller beaktar skiftlägeskänslighet.
static System::SharedPtr<Font> Aspose::Pdf::Text::FontRepository::FindFont(const System::String &fontName, bool ignoreCase)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fontName | const System::String& | Font namn. |
| ignoreCase | bool | skiftlägeskänslighet |
ReturnValue
Font object.
Se även
- Typedef SharedPtr
- Class Font
- Class String
- Class FontRepository
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++