Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,175 for

glyph

(0.3 sec)
  1. Маніпуляції з гліфами | API для C++

    Рішення C++ API для керування різними шрифтами. Дізнайтеся, як отримати інформацію про гліфи та показники шрифту за допомогою кількох рядків коду....Font C++ Manipulate glyphs Читайте інформацію про гліфи...роботи з гліфами та об’єктами Glyph. Більше прикладів коду, що демонструють...

    products.aspose.com/font/uk/cpp/manipulate-glyphs/
  2. Archiv

    Archiv...resolutionCorrection; //Schleife, die jede Glyphe in Gids malt foreach (GlyphId...enthält if (gid != null) { Glyph glyph = font.GlyphAccessor.GetGlyphById(gid);...

    blog.aspose.com/de/font/render-text-with-truety...
  3. Font Subsetting

    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. XPS ページのイベントベースの変更 | C++

    Aspose.Page API for C++ を使用して、XPS ファイルの変換中にすべての出力ページに繰り返し変更を加える方法を学びます...System::SharedPtr < XpsGlyphs > glyphs; 23 // For all pages in the...hyperlink to the first page... 27 glyphs = api -> CreateGlyphs(_font...

    docs.aspose.com/page/ja/cpp/xps/event-based-mod...
  5. Archivo

    Archivo...WriteLine("Glyph count: " + font.NumGlyphs);...'A' Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/es/font/load-save-extract-infor...
  6. Архів

    Архів...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/uk/font/work-with-truetype-cff-...
  7. Архів

    Архів...WriteLine("Glyph count: " + font.NumGlyphs);..."А" Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/uk/font/load-save-extract-infor...
  8. Arşiv

    Arşiv...System::Console::WriteLine(System::String(u"Glyph count: ") + font->get_NumGlyphs());...System::SharedPtr<Glyph> glyph = font->GetGlyphById(glIndex); if (glyph != nullptr)...

    blog.aspose.com/tr/font/work-with-truetype-cff-...
  9. Archiv

    Archiv...WriteLine("Glyph count: " + font.NumGlyphs);...„A“ Glyph glyph = font.GetGlyphById(glIndex); if (glyph != null)...

    blog.aspose.com/cs/font/load-save-extract-infor...
  10. 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/