Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,523 for

glyph

(0.03 sec)
  1. 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/
  2. Отрисовка текста с использованием шрифта 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...
  3. Font Subsetting | Aspose.Font API Solution

    Subsetting is the process of creating a compact, easy-to-manage font file by getting rid of the needless characters from the font file. But why to do so....may be represented by a few glyphs. We will explain this moment...was told in the article about glyphs , font file includes as it...

    docs.aspose.com/font/net/what-is-font/font-subs...
  4. 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-...
  5. Modifica e aggiungi nuovi file XPS | .NET

    .NET API Soluzione per la gestione dei file XPS. Crea e modifica file XPS con poche righe di codice. Scopri gli esempi C# su come farlo....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/it/net/create-xps-file/
  6. 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/
  7. Base de connaissances des polices EOT | Aspose....

    Polices EOT. Autrefois cruciales pour la typographie Web, elles sont désormais moins pertinentes en raison de l'évolution des navigateurs....police, notamment les formes de glyphes, les mesures de police (telles...réelles telles que les formes de glyphes, les mesures de police (montée...

    docs.aspose.com/font/fr/net/what-is-font/eot-font/
  8. Робота з текстом у файлі 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...
  9. Змінити та додати нові файли 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/
  10. 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é dans .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/fr/net/xps/working-with-text/