Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,167 for

glyph

(0.1 sec)
  1. Модифікації сторінки XPS на основі подій | C++

    Дізнайтеся, як вносити повторювані зміни в усі вихідні сторінки під час перетворення файлу XPS за допомогою Aspose.Page API для 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/uk/cpp/xps/event-based-mod...
  2. Usando objetos glifos | .NET

    Objetos de glifos no Aspose.font A funcionalidade da biblioteca é descrita pelas propriedades que possui. Os trechos de código ajudam você a entender como codificar glifos com C#.... Assim sendo, o tipo Glyph é um objeto universal para glifos...funcionalidade fornecida pelo objeto Glyph Que funcionalidade esse objeto...

    docs.aspose.com/font/pt/net/developer-guide/usi...
  3. أرشيف

    أرشيف...WriteLine("Glyph count: " + font.NumGlyphs);...(glIndex != 0) { //Glyph لـ "A" Glyph glyph = font.GetGlyphById(glIndex);...

    blog.aspose.com/ar/font/load-save-extract-infor...
  4. Renderização de texto usando a fonte Type1 | C++

    APIs C ++ para os desenvolvedores manipularem e fontes. Aprenda os fundamentos sobre como renderizar fontes Type1 nos produtos C ++.... Interface para desenhar o Glyph. Isso pode ser alcançado usando...subsistema para desenhar o Glyph atual. Crie objeto do tipo Aspose...

    docs.aspose.com/font/pt/cpp/text-rendering-type...
  5. 아카이브

    아카이브...println("Glyph count: " + font.getNumGlyphs());...글리프 Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/ko/font/work-with-cff-truetype-...
  6. آرشیوها

    آرشیوها...println("Glyph count: " + font.getNumGlyphs());..."A" Glyph glyph = font.getGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/fa/font/work-with-cff-truetype-...
  7. Ereignisbasierte Änderungen der XPS-Seite | C++

    Erfahren Sie, wie Sie während der Konvertierung einer XPS-Datei mit der Aspose.Page-API für C++ wiederholte Änderungen an allen Ausgabeseiten vornehmen...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/de/cpp/xps/event-based-mod...
  8. Modificações baseadas em eventos de página XPS ...

    Descubra como fazer alterações recorrentes em todas as páginas de saída durante a conversão de um ficheiro XPS utilizando a API Aspose.Page para 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/pt/cpp/xps/event-based-mod...
  9. Робота з текстом | Рішення 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/
  10. Робота з текстом у файлі XPS | .NET

    Як додати текст до файлу XPS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...10 //Add glyph to the document 11 XpsGlyphs glyphs = doc. AddGlyphs...450f, "Hello World!" ); 12 glyphs. Fill = textFill; 13 // Save...

    docs.aspose.com/page/uk/net/xps/working-with-text/