Aspose::Page::XPS::XpsDocument::CreateGlyphs yöntemi
İçindekiler
[
Saklamak
]XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
Yeni glyphs oluşturur.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
| Parameter | Type | Açıklama |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font kaynağı. |
| fontRenderingEmSize | float | Font boyutu. |
| originX | float | Gliflerin X koordinatı. |
| originY | float | Gliflerin Y koordinatı. |
| unicodeString | System::String | Yazdırılacak dize. |
ReturnValue
Yeni glifler.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
Yeni glyphs oluşturur.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| Parameter | Type | Açıklama |
|---|---|---|
| fontFamily | System::String | Font ailesi. |
| fontRenderingEmSize | float | Font boyutu. |
| fontStyle | System::Drawing::FontStyle | Font stili. |
| originX | float | Gliflerin X koordinatı. |
| originY | float | Gliflerin Y koordinatı. |
| unicodeString | System::String | Yazdırılacak dize. |
ReturnValue
Yeni glifler.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++