Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 2,271 for

glyphs

(0.96 sec)
  1. arkiv

    arkiv...glyf i dokumentet XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Spara resulterande...

    blog.aspose.com/sv/page/insert-image-text-xps-c...
  2. Archiv

    Archiv...do dokumentu glyf XpsGlyphs glyphs = doc.addGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.setFill(textFill); // Uložte...

    blog.aspose.com/cs/page/insert-text-image-xps-j...
  3. ארכיון

    ארכיון...//הוסף גליף למסמך XpsGlyphs glyphs = doc.addGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.setFill(textFill); // שמור...

    blog.aspose.com/he/page/insert-text-image-xps-j...
  4. العثور على الرموز اللاتينية في الخط | .NET

    .NET حل API لإدارة الخطوط. تعلم كيف تتحقق مما إذا كان الخط يحتوي على رموز لاتينية ببضع أسطر من كود C#.... الرمز (glyph) هو حرف مصمم بشكل فردي من الخط...الخط، اقرأ مقال Introduction to Glyph . جميعنا نعرف أن الخطوط مثل...

    products.aspose.com/font/ar/net/detect-latin-sy...
  5. Liste des fonctionnalités | Aspose.Font pour .NET

    Cette API .NET prend en charge de nombreux formats et opérations de polices tels que le chargement, la lecture et le rendu des glyphes de polices....Lisez les informations sur les glyphes et les métriques à partir des...Rendre le texte à l’aide de glyphes de police Rendre le texte à...

    docs.aspose.com/font/fr/net/feature-list/
  6. Archiv

    Archiv...do dokumentu glyf XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // Uložte...

    blog.aspose.com/cs/page/insert-image-text-xps-c...
  7. 搜索

    搜索...Black); // 將字形添加到文檔 XpsGlyphs glyphs = doc.AddGlyphs("Arial", 12...300f, 450f, "Hello World!"); glyphs.Fill = textFill; // 保存生成的 XPS...

    blog.aspose.com/zh-hant/page/insert-image-text-...
  8. arkiv

    arkiv...= null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...GetGlyphById(gid); if (glyph == null) continue; // sökväg som accepterar...

    blog.aspose.com/sv/font/render-text-with-truety...
  9. 記録

    記録...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/ja/page/create-or-edit-postscri...
  10. XPS 파일 수정 및 새 파일 추가 | .NET

    XPS 파일을 관리하기 위한 .NET API 솔루션입니다. 몇 줄의 코드로 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/ko/net/create-xps-file/