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

glyph

(0.06 sec)
  1. آرشیوها

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

    blog.aspose.com/fa/font/work-with-cff-truetype-...
  2. 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...
  3. Modificaciones basadas en eventos de la página ...

    Descubra cómo realizar cambios repetidos en todas las páginas de salida durante la conversión de un archivo XPS utilizando Aspose.Page API 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/es/cpp/xps/event-based-mod...
  4. آرشیوها

    آرشیوها...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/fa/page/create-or-edit-postscri...
  5. ค้นหา

    ค้นหา...System::SharedPtr<XpsGlyphs> glyphs = doc->AddGlyphs(u"Arial",...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/th/page/create-or-edit-postscri...
  6. 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/
  7. ค้นหา

    ค้นหา...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...เพื่อเข้าถึงข้อมูลเกี่ยวกับฟอนต์ glyph สำหรับสัญลักษณ์ 'A' //ตรวจส...

    blog.aspose.com/th/font/work-with-truetype-cff-...
  8. Trabalhar com Texto | Solução API C++

    Como adicionar texto a um ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em C++...lor::get_Black()); 6 //Add glyph to the document 7 System ::SharedPtr...::SharedPtr < XpsGlyphs > glyphs = doc -> AddGlyphs(u "Arial" ...

    docs.aspose.com/page/pt/cpp/xps/working-with-text/
  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/