Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 2,167 for

glyph

(0.79 sec)
  1. Archiv

    Archiv...beliebigen Farbe und fügen Sie die Glyphe hinzu. Speichern Sie das ausgegebene...BLACK); //Glyphe zum Dokument hinzufügen XpsGlyphs glyphs = doc.addGlyphs("Arial"...

    blog.aspose.com/de/page/insert-text-image-xps-j...
  2. Archivo

    Archivo...WriteLine("Glyph count: " + font.NumGlyphs);...'A' Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/es/font/load-save-extract-infor...
  3. Архів

    Архів...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/uk/font/work-with-truetype-cff-...
  4. Архів

    Архів...WriteLine("Glyph count: " + font.NumGlyphs);..."А" Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/uk/font/load-save-extract-infor...
  5. Arşiv

    Arşiv...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/tr/font/work-with-truetype-cff-...
  6. Archiv

    Archiv...WriteLine("Glyph count: " + font.NumGlyphs);...„A“ Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/cs/font/load-save-extract-infor...
  7. XPS ページのイベントベースの変更 | .NET

    Aspose.Page API for .NET を使用して、XPS ファイルの変換中にすべての出力ページに繰り返し変更を加える方法を説明します。...ElementAPI ; 28 29 XpsGlyphs glyphs; 30 // For all pages in the...hyperlink to the first page... 34 glyphs = api. CreateGlyphs (_font...

    docs.aspose.com/page/ja/net/xps/event-based-mod...
  8. 아카이브

    아카이브...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/ko/page/create-or-edit-postscri...
  9. 基于事件的 XPS 页面修改 | C++

    了解如何使用 Aspose.Page API for C++ 在 XPS 文件转换过程中对所有输出页面进行重复更改...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/zh/cpp/xps/event-based-mod...
  10. Arbeiten mit Text in XPS-Datei | Java

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr wie die Funktionalität in Java nutzen....10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/de/java/xps/working-with-t...