Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,518 for

glyph

(0.04 sec)
  1. Formats de police | Solution API pour .NET

    La variété des formats de polices vous permet de choisir celle qui correspond vraiment à vos besoins. La police la plus populaire est TrueType....position et l’épaisseur du glyphe. Il existe deux composants...peuvent inclure jusqu’à 65 000 glyphes codés au standard Unicode....

    docs.aspose.com/font/fr/net/what-is-font/font-f...
  2. TrueTypeフォントのグリフとメトリック| Java

    開発者がファイルを操作してフォントするためのJava API。 Java内のTTFフォントのグリフとメトリックを使用する方法に関する基本を学びます。... println ( "Glyph count: " + font. getNumGlyphs...access information about font glyph for symbol 'A'. 18 //Also check...

    docs.aspose.com/font/ja/java/glyphs-and-metrics...
  3. 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/
  4. Manipolazioni con glifi | API per C++

    Soluzione API C++ per la gestione di vari font. Scopri come ottenere informazioni su glifi e metriche di un font con poche righe di codice....Font C++ Manipulate glyphs Leggi le informazioni su glifi...all’articolo Introduzione a Glyph . Questa pagina delinea l’opzione...

    products.aspose.com/font/it/cpp/manipulate-glyphs/
  5. Робота з текстом | Рішення C++ API

    Як додати текст до файлу XPS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в C++...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

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

    Як додати текст до файлу XPS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .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/uk/net/xps/working-with-text/
  7. Trabajar con texto | Solución API C++

    Cómo agregar texto a un archivo XPS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad 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/es/cpp/xps/working-with-text/
  8. 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...
  9. Base de connaissances des polices TTF

    Les polices TTF sont des polices polyvalentes utilisées sur toutes les plates-formes, des designs imprimés élégants aux interfaces Web élégantes.... Contient des glyphes de haute qualité et bien définis...détaillées sur la façon dont les glyphes sont conçus et rendus. Voici...

    docs.aspose.com/font/fr/net/what-is-font/ttf-font/
  10. 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/