Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 2,220 for

glyphs

(0.51 sec)
  1. Chercher

    chercher...quelle couleur et ajoutez le glyphe. Enregistrer le document XPS...// Ajouter un glyphe au document XpsGlyphs glyphs = doc.AddGlyphs("Arial"...

    blog.aspose.com/fr/page/insert-image-text-xps-c...
  2. Travailler avec du texte dans un fichier XPS | ...

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité dans .NET...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/fr/net/xps/working-with-text/
  3. 搜索

    搜索...WriteLine("Glyph count: " + font.NumGlyphs);...//“A”的字形 Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/zh-hant/font/load-save-extract-...
  4. Travailler avec du texte dans un fichier XPS | ...

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/fr/java/xps/working-with-t...
  5. Lavorare con il testo in un file XPS | Java

    Come aggiungere testo a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Java....10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 12 glyphs. setFill (textFill); 13 //...

    docs.aspose.com/page/it/java/xps/working-with-t...
  6. Archiv

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

    blog.aspose.com/cs/font/work-with-truetype-cff-...
  7. แก้ไขและเพิ่มไฟล์ XPS ใหม่ | .NET

    .NET API Solution เพื่อจัดการไฟล์ XPS สร้างและแก้ไขไฟล์ XPS ด้วยโค้ดไม่กี่บรรทัด เรียนรู้ตัวอย่าง C# เกี่ยวกับวิธีการทำ...XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/th/net/create-xps-file/
  8. Змінити та додати нові файли XPS | .NET

    Рішення .NET API для керування файлами XPS. Створюйте та змінюйте файли XPS за допомогою кількох рядків коду. Ознайомтеся з прикладами C#....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/uk/net/create-xps-file/
  9. Sous-ensemble de polices

    Le sous-ensemble est le processus de création d'un fichier de police compact et facile à gérer en supprimant les caractères inutiles du fichier de police....être représentés par quelques glyphes. Nous expliquerons ce moment...indiqué dans l’article sur glyphs , le fichier de polices inclut...

    docs.aspose.com/font/fr/net/what-is-font/font-s...
  10. Archivio

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

    blog.aspose.com/it/font/load-save-extract-infor...