Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 2,136 for

glyphs

(0.18 sec)
  1. ארכיון

    ארכיון...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...f, 450.f, u"Hello World!"); glyphs->set_Fill(textFill); // שמור...

    blog.aspose.com/he/page/insert-image-text-xps-cpp/
  2. API chuyển đổi CFF sang WOFF2 | .NET

    Chuyển đổi CFF thành WOFF2 bằng .NET API trên Windows. Tích hợp chức năng chuyển đổi phông chữ CFF sang WOFF2 gốc này vào giải pháp của riêng bạn....liệu phông chữ cùng với bất kỳ glyph nào cũng như thông tin mã hóa...nhận dạng glyph. API có thể hiển thị bất kỳ glyph hoặc văn bản...

    products.aspose.com/font/vi/net/conversion/cff-...
  3. グリフの紹介|グリフの意味

    任意の書体の複合部分としてのグリフは、フォントの研究において重要な役割を果たします。この用語は、フォント操作のコーディングにおいて非常に重要です。...この記事は、Glyphの基礎を理解するのに役立つことを目的としています。 グリフとは何ですか? glyph という用語に...という用語には多くの定義があります。いくつかのグリフの意味を提供します。 glyph は、書体の個別に設計された1つの文字です。または、記事...

    docs.aspose.com/font/ja/net/what-is-font/glyph/
  4. Архивы

    Архивы...= null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...GetGlyphById(gid); if (glyph == null) continue; // путь, который...

    blog.aspose.com/ru/font/render-text-with-truety...
  5. Архивы

    Архивы...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // путь, который...

    blog.aspose.com/ru/font/render-text-with-truety...
  6. Archiwa

    Archiwa...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // ścieżka...

    blog.aspose.com/pl/font/render-text-with-truety...
  7. أرشيف

    أرشيف...= null) { Glyph glyph = font.getGlyphAccessor()...getGlyphAccessor().getGlyphById(gid); if (glyph == null) continue; // المسار الذي...

    blog.aspose.com/ar/font/render-text-with-truety...
  8. أرشيف

    أرشيف...= null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...GetGlyphById(gid); if (glyph == null) continue; // المسار الذي يقبل...

    blog.aspose.com/ar/font/render-text-with-truety...
  9. arkiv

    arkiv...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...f, 450.f, u"Hello World!"); glyphs->set_Fill(textFill); // Spara...

    blog.aspose.com/sv/page/insert-image-text-xps-cpp/
  10. Vectorisation de texte et sécurité du texte – .NET

    Cet article explique comment convertir du texte SVG en vecteur à l'aide de la propriété VectorizeText de la classe SVGSaveOptions....texte SVG vectorisé, tous les glyphes de police sont remplacés par...aux concepts de police, de glyphe et de symbole. Lorsqu’un ordinateur...

    docs.aspose.com/svg/fr/net/text-vectorization/