Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,518 for

glyphs

(0.03 sec)
  1. Modifications basées sur les événements de page...

    Découvrez comment apporter des modifications répétées à toutes les pages de sortie lors de la conversion XPS avec Aspose.Page pour C++....System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/fr/cpp/xps/event-based-mod...
  2. Arbeiten mit Text | C++-API-Lösung

    Wie man Text zu einer XPS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page-API-Lösung für C++ beantwortet wird....lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/de/cpp/xps/working-with-text/
  3. Работа с текстом в файле XPS | .NET

    Как добавить текст в файл XPS — это вопрос, на который отвечает Aspose.Page. Узнайте, как использовать функциональность в .NET....); 8 //Add glyph to the document 9 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 10 glyphs. Fill = textFill; 11 // Save...

    docs.aspose.com/page/ru/net/xps/working-with-text/
  4. Sửa đổi và thêm các tệp XPS mới | .NET

    .NET API Giải pháp quản lý tệp XPS. Tạo và sửa đổi tệp XPS bằng một vài dòng mã. Tìm hiểu các ví dụ C# về cách thực hiện.... Nếu cần, hãy thêm glyphs vào tài liệu bằng phương pháp...XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(...

    products.aspose.com/page/vi/net/create-xps-file/
  5. TrueTypeフォントのグリフとメトリック| C ++

    開発者がファイルを操作してフォントするためのC ++ API。 C ++内のTTFフォントのグリフとメトリックを使用する方法に関する基本を学びます。...::Console::WriteLine(System::String(u "Glyph count: " ) + font -> get_NumGlyphs());...access information about font glyph for symbol 'A'. 16 //Also check...

    docs.aspose.com/font/ja/cpp/glyphs-and-metrics-...
  6. 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/
  7. Отрисовка текста с использованием шрифта Type1 ...

    API C++, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов Type 1 в продуктах C++....System::String outFile) 3 { 4 //Get glyph identifiers for every symbol...System::SharedPtr < Aspose::Font::Glyphs::GlyphId >> (text. get_Length...

    docs.aspose.com/font/ru/cpp/text-rendering-type...
  8. Travailler avec du texte | Solution API C++

    Comment ajouter du texte à un fichier XPS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en C++...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/fr/cpp/xps/working-with-text/
  9. Робота з текстом у файлі XPS | Java

    Як додати текст до файлу XPS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Java...); 8 //Add glyph to the document 9 XpsGlyphs glyphs = doc. addGlyphs...450f, "Hello World!" ); 10 glyphs. setFill (textFill); 11 //...

    docs.aspose.com/page/uk/java/xps/working-with-t...
  10. Змінити та додати нові файли 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/