Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,200 for

glyph

(0.13 sec)
  1. Gérer les polices de secours pour les présentat...

    Découvrez comment Aspose.Slides pour Java utilise les polices de secours pour garder le texte lisible dans les présentations PowerPoint et OpenDocument lorsque les polices originales ne sont pas disponibles....cette police ne contient pas le glyphe nécessaire. Dans ce cas, il...spécifiées pour le remplacement du glyphe. Aspose.Slides permet de créer...

    docs.aspose.com/slides/fr/java/fallback-font/
  2. FixedPageSaveOptions.numeral_format property | ...

    FixedPageSaveOptions.numeral_format property. Gets or sets [NumeralFormat](../../numeralformat/) used for rendering of numerals...ARABIC_INDIC" to # use glyphs from the U+0660 to U+0669 range...to determine what number of glyphs to use. # Set the "numeral_format"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 記録

    記録...println("Glyph count: " + font.getNumGlyphs());...//'A'のグリフ Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ja/font/work-with-cff-truetype-...
  4. 아카이브

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

    blog.aspose.com/ko/font/work-with-truetype-cff-...
  5. آرشیوها

    آرشیوها...WriteLine("Glyph count: " + font.NumGlyphs);..."A" Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/fa/font/load-save-extract-infor...
  6. Texte SVG – SVG text, textPath – Guide Aspose.SVG

    Vous trouverez des informations de base sur les Glyphes, les caractères et les polices, et apprendrez à afficher, formater et styliser le texte SVG dans une image SVG....informations de base sur les glyphes, les caractères et les polices...polices. Polices et glyphes Quand on parle de texte SVG, il est...

    docs.aspose.com/svg/fr/net/drawing-basics/svg-t...
  7. TTF in SVG in C# konvertieren

    Diese Schritt-für-Schritt-Anleitung erklärt, wie man TTF in SVG in C# konvertiert. Sie wandelt TTF in SVG in C# so um, dass ein einzelnes Zeichen aus der Schriftart ausgewählt und im SVG gespeichert wird....entsprechen Rendern Sie die Glyphe, sodass ihr Umriss in eine...eine Schriftart und findet die Glyphe, die den gewünschten Buchstaben...

    kb.aspose.com/de/font/net/convert-ttf-to-svg-in...
  8. 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...
  9. 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...
  10. แก้ไขและเพิ่มไฟล์ 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/