Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,767 for

glyphs

(0.11 sec)
  1. 搜索

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

    blog.aspose.com/zh-hant/font/work-with-truetype...
  2. آرشیوها

    آرشیوها...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/fa/font/work-with-truetype-cff-...
  3. Lưu trữ

    Lưu trữ...chải có màu bất kỳ và thêm glyph. Lưu tài liệu XPS đầu ra. Mẫu...BLACK); //Thêm glyph vào tài liệu XpsGlyphs glyphs = doc.addGlyphs("Arial"...

    blog.aspose.com/vi/page/insert-text-image-xps-j...
  4. 아카이브

    아카이브...WriteLine("Glyph count: " + font.NumGlyphs);...글리프 Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ko/font/load-save-extract-infor...
  5. Fallback Font - PowerPoint Java API|Aspose.Slid...

    Fallback font is used when the font specified for text is available in the system, but this font does not contain a necessary glyph. In this case, it is possible for PowePoint Java API to use one of the specified fallback fonts for the glyph replacement....does not contain a necessary glyph. In this case, it is possible...specified fallback fonts for the glyph replacement. Aspose.Slides allows...

    docs.aspose.com/slides/java/fallback-font/
  6. Archiv

    Archiv...resolutionCorrection; //Schleife, die jede Glyphe in Gids malt foreach (GlyphId...enthält if (gid != null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...

    blog.aspose.com/de/font/render-text-with-truety...
  7. GeneralFormat enumeration | Aspose.Words for No...

    Aspose.Words.Fields.GeneralFormat enumeration. Specifies a general format that is applied to a numeric, text, or any field result...using the enclosed alphanumeric glyph character for numbers in the...using the enclosed alphanumeric glyph character. GB2 Numeric formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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...); 8 //Add glyph to the document 9 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 10 glyphs. setFill (textFill); 11 //...

    docs.aspose.com/page/fr/java/xps/working-with-t...
  9. 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....); 8 //Add glyph to the document 9 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 10 glyphs. setFill (textFill); 11 //...

    docs.aspose.com/page/de/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/ar/net/create-xps-file/