Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 4,943 for

glyphs

(0.12 sec)
  1. Cluster.Cluster | Aspose.Words لمراجع .NET API

    Cluster البناء....codepoints , Glyph [] glyphs ) أنظر أيضا class Glyph class Cluster...

    reference.aspose.com/words/ar/net/aspose.words....
  2. 글리프 조작 | API 솔루션 | .NET | Aspose

    글꼴을 관리하는 .NET API 솔루션. 몇 줄의 C# 코드로 글꼴의 글리프 및 메트릭 정보를 얻는 방법을 알아봅니다. 빠르고 강력한 API 솔루션....NET Manipulate glyphs 글리프 및 메트릭 정보 읽기 .NET API 솔루션은...표현입니다. 이 글꼴 단위에 대해 자세히 알아보려면 Glyph 소개 문서를 참조하세요. 이 페이지에서는 글리프 및...

    products.aspose.com/font/ko/net/manipulate-glyphs/
  3. GetGlyphById | Справочник по API Aspose.Font дл...

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

    reference.aspose.com/font/ru/net/aspose.font.gl...
  4. TtfGlyfTable | Aspose.Font for .NET API Reference

    Represents glyf table of the TTF Font file....in case the table contains glyph with glyphIndex. virtual GetGlyph...GetGlyph (uint) Returns a glyph by glyph index. See Also class TtfTableBase...

    reference.aspose.com/font/net/aspose.font.ttfta...
  5. Pacote XPS | Operações entre pacotes | .NET

    API .NET para trabalhar com XPS. Use vários elementos de documento no mesmo pacote XPS para operações entre pacotes. Exemplos de C# sobre como fazê-lo....// 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/pt/net/cross-package-o...
  6. Gliflerle manipülasyonlar | API Çözümü | .NET

    Yazı tiplerini yönetmek için .NET API Çözümü. Birkaç satır C# koduyla bir yazı tipinin Glifleri ve Metrik bilgilerini nasıl alacağınızı öğrenin....Font’un glifler ve özellikle Glyph nesneleri ile çalışma işlevselliğini...Sources; using Aspose.Font.Glyphs; using Aspose.Font.RenderingPath;...

    products.aspose.com/font/tr/net/manipulate-glyphs/
  7. GetGlyphWidth | Aspose.Font for .NET API Reference

    Returns glyph width. May be overridden by specific font encoding inheritors....GetGlyphWidth method Returns glyph width. May be overridden by...glyphId GlyphId Glyph identifier. Return Value Glyph width. See Also...

    reference.aspose.com/font/net/aspose.font/fontm...
  8. GetFontMatrixForGlyph | Aspose.Font for .NET AP...

    Calculates transformation matrix for glyph specified by id....Calculates transformation matrix for glyph specified by id. public TransformationMatrix...glyphId GlyphId Glyph identifier. Return Value Glyph transformation...

    reference.aspose.com/font/net/aspose.font.cff/c...
  9. Remove | Aspose.Font for .NET API Reference

    Removes glyph id from the list....Remove method Removes glyph id from the list. public bool...Description glyphId GlyphId glyph identifier Return Value true...

    reference.aspose.com/font/net/aspose.font.glyph...
  10. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copying encoding data for cases when TrueType symbolic font has more than one encoding. Some PDF documents after conversion into PDF/A format could give an error More than one encoding in symbolic TrueType fonts cmap. What is a reason of this error All TrueType symbolic fonts have special table cmap in its internal data. This table maps character codes to glyph indices. And this table could contain different encoding subtables which describe encodings used. See advanced info about cmap tables at https//developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6cmap.html. Usually cmap table contains several encoding subtables but PDF/A standard requires that either only one encoding subtable must be left for this font in PDF/A document or there must be a 30 encoding subtable among this font subtables. And key question here - what data must be taken from another subtables to copy into destination encoding table 30 Majority of fonts have well-formed cmap tables where every encoding subtable is fully consistent with another subtable. But some fonts have cmap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also mapping for every unicodeunicode glyph index is copied into destination table only if destination table does not have this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontencodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingtable of type CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontencodingstrategy.queueitem specifies encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingtabletype enumeration. In case when the font has no 30 subtable some other subtable will be used to maintain the PDF/A compatibility. The choice of the subtable to use is made under the same rules as described earlier so that PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingtable and CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingtablespriorityqueue properties are used to determine the resultant subtable and if the font doesnt have the requested subtables either then any existant subtable will be used....table maps character codes to glyph indices. And this table could...for example one subtable has glyph index 100 for unicode 100, but...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...