Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,287 for

glyph

(1.32 sec)
  1. Font Manipulation API for .NET, Java, C++, and JS

    Comprehensive documentation for Aspose.Font. Learn to load, manipulate, and convert TrueType, OpenType, and WOFF fonts in .NET, Java, and C++. Includes code snippets, knowledge base and expert guides for font processing....data structures along with any glyph that is supported by all the...between character codes and glyph identifiers. Its rendering subsystem...

    docs.aspose.com/font/
  2. Convert TTF to SVG in C#

    This step-by-step guide explains how to convert TTF to SVG in C#. It will transform TTF to SVG in C# such that a single character from the font will be selected and saved in the SVG....Open() method Access the desired glyph ID from the font’s encoding...SVG expects them Render the glyph so its outline turns into an...

    kb.aspose.com/font/net/convert-ttf-to-svg-in-cs...
  3. Render text with glyphs | .NET API Solution

    .NET API Solution to manage fonts. Learn how to visualize the text of any complexity with the Glyphs C# code....Render text Render text using glyphs .NET API Solution. to display...work with fonts. Conversion, glyph manipulations, detection of...

    products.aspose.com/font/net/render-text/
  4. Morse‑Code Translation with Aspose.Font | .NET

    Learn how to encode, decode, and render Morse‑code using Aspose.Font in C#/.NET and Java, with full API examples and platform guidance....plain‑text into Morse‑code glyphs of a font (or a bitmap image)...) symbols and maps them to glyph identifiers of the supplied...

    docs.aspose.com/font/net/developer-guide/morse-...
  5. 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/zh/java/glyphs-and-metrics...
  6. truetype字体的字形和指标| .NET

    C#API用于开发人员操纵和字体文件。了解有关如何使用.NET中TTF字体的字形和指标的基础。... WriteLine ( "Glyph count: " + font. NumGlyphs );...access information about font glyph for symbol 'A'. 18 //Also check...

    docs.aspose.com/font/zh/net/glyphs-and-metrics-...
  7. Manage Fallback Fonts for Presentations in .NET...

    See how Aspose.Slides for .NET uses fallback fonts to keep text readable in PowerPoint and OpenDocument presentations when original fonts aren’t available....does not contain a required glyph. In this case, Aspose.Slides...fonts to replace the missing glyph. Fallback Font Fallback font...

    docs.aspose.com/slides/net/fallback-font/
  8. Display text on an existing image | .NET API So...

    .NET C# API Solution to manage fonts. Learn how to add the text to images with Aspose.Font for .NET....functionality: Retrieve the Glyphs’ IDs to represent a specific...and initialize variables for glyph positioning. Render texts using...

    products.aspose.com/font/net/add-text-to-image/
  9. 搜索

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

    blog.aspose.com/zh-hant/font/work-with-truetype...
  10. 使用Type1字体|的文本渲染| .NET

    C#API用于开发人员操纵和字体文件。了解有关如何在.NET产品中渲染1型字体的基础知识。...this strategy 对于此代码段,“ Y”轴的glyph坐标是恒定的。 计算每个加工字形的“ X”轴的字形坐标。...string outFile) 4 { 5 //Get glyph identifiers for every symbol...

    docs.aspose.com/font/zh/net/text-rendering-type...