Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 4,948 for

glyphs

(0.07 sec)
  1. GetGlyphById | Справочник по API Aspose.Font дл...

    Возвращает глиф по идентификатору глифа. Идентификатор глифа это уникальный номер глифа который зависит от типа шрифта. GlyphId производный объект. Например Идентификатор Type1 это имя глифа экземпляр класса GlyphstringIdaspose.font.Glyphs/Glyphstringid. Идентификатор TTF является индексом int экземпляром класса GlyphUInt32Idaspose.font.Glyphs/glyphuint32id.... public abstract Glyph GetGlyphById ( GlyphId id )...Глиф. Смотрите также class Glyph class GlyphId class Font пространство...

    reference.aspose.com/font/ru/net/aspose.font/fo...
  2. GetOutline | Aspose.Page for .NET API Reference

    GetOutline ITrFont.GetOutline method Returns an outline of glyph in specified location. public GraphicsPath GetOutlin......method Returns an outline of glyph in specified location. public...Return Value An outline of glyph. See Also interface ITrFont...

    reference.aspose.com/page/net/aspose.page/itrfo...
  3. Finden Sie lateinische Symbole in einer Schrift...

    .NET-Lösung zur Verwaltung von Schriftarten. Erfahrt wie mit ein paar Zeilen C#-Code herausfinden, ob die Schriftart lateinische Glyphen enthält.... Konvertierung, Glyph-Manipulationen, Laden und Speichern...mit Glyphen verknüpft. Eine Glyphe ist ein individuell gestaltetes...

    products.aspose.com/font/de/net/detect-latin-sy...
  4. Rendern von Text mit Glyphen | API für C++

    C++ API-Lösung zur Verwaltung verschiedener Schriftarten. Erfahren Sie, wie Sie Text beliebiger Komplexität mit dem Glyphencode visualisieren können.... Eine Glyphe ist ein einzigartiges Design...den Artikel Introduction to Glyph für ein tieferes Verständnis...

    products.aspose.com/font/de/cpp/render-text/
  5. XPS パッケージ |クロスパッケージオペレーション | .NET 解決

    XPS と連携する .NET API ソリューション。パッケージ間の操作のために、同じ XPS パッケージ内で複数のドキュメント要素を使用します。それを行う方法の C# の例。...// Add glyphs to the first document XpsGlyphs glyphs = doc1.AddGlyphs(...Fill glyphs in the first document with one color glyphs.Fill...

    products.aspose.com/page/ja/net/cross-package-o...
  6. DecodeToGidParameterized | Aspose.Font for .NET...

    Parametrized version allows to use specific CMap table not unicode....code to get glyph identifier for. Return Value Glyph identifier...

    reference.aspose.com/font/net/aspose.font.ttf/t...
  7. Type1FontMetrics - Aspose.Font for Java - API R...

    com.aspose.font Interfaces IEncodingParameters IFont IFontCharactersMerger IFontEncoding IFontMetrics IFontSaver IGly......FontSpecificEncoding FontStyle Glyph GlyphId GlyphIdList GlyphOutlineRenderer...( GlyphId glyphId) Returns glyph width. double getItalicAngle...

    reference.aspose.com/font/java/com.aspose.font/...
  8. Class Cluster | Справочник по API Aspose.Words ...

    Aspose.Words.Shaping.Cluster сорт....Имя Описание Cluster (int[], Glyph[]) Характеристики Имя Описание...} CodepointsLength { get; } Glyphs { get; } Методы Имя Описание...

    reference.aspose.com/words/ru/net/aspose.words....
  9. HtmlSaveOptions.FontResourcesSubsettingSizeThre...

    HtmlSaveOptions propriété. Contrôle les ressources de police qui nécessitent un sousensemble lors de lenregistrement au format HTML MHTML ou EPUB. La valeur par défaut est0 ....particulier avec un grand nombre de glyphes, la taille de sortie peut augmenter...police exportée en filtrant les glyphes qui ne sont pas utilisés par...

    reference.aspose.com/words/fr/net/aspose.words....
  10. Изменить и добавить новые файлы XPS | .NET

    Решение .NET API для управления файлами XPS. Создавайте и изменяйте XPS-файлы с помощью нескольких строк кода. Изучите примеры C#, как это сделать....XpsDocument(); // Add the glyph to the document var glyphs = xDocs.AddGlyphs(..., 450f , "Hello World!" ); glyphs.Fill = xDocs.CreateSolidColorBrus(Color...

    products.aspose.com/page/ru/net/create-xps-file/