Home
last modified time | relevance | path

Searched refs:CFF (Results 1 – 25 of 39) sorted by relevance

12

/external/freetype/docs/
Dformats.txt84 SFNT PS CFF --- cff OT spec, 5176.CFF.pdf
86 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
87 SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf
109 --- PS CFF --- cff 5176.CFF.pdf (`pure' CFF)
110 --- PS* CFF CID cff 5176.CFF.pdf (`pure' CFF)
111 --- PS CFF SYNTHETIC --- 5176.CFF.pdf (`pure' CFF)
112 --- PS CFF/MM --- cff old 5167.CFF.pdf (`pure' CFF)
114 --- PS* CFF/MM CID cff old 5167.CFF.pdf (`pure' CFF)
116 --- PS CFF/MM SYNTHETIC --- old 5167.CFF.pdf (`pure' CFF)
118 PS PS CFF --- --- PLRM.pdf (Type 2) [1]
[all …]
DCHANGES14 - As a GSoC project, Ewald Hew extended the new (Adobe) CFF engine
185 weights, and the random seed for the `random' CFF operator.
277 - The new CFF engine now handles the `random' operator. All CFF
280 - The CFF module has a new property `random-seed' to control the
315 write caused by a heap-based buffer overflow related to the CFF
499 - For experimental reasons, the old CFF engine now supports all
500 CFF operators except `random', including the deprecated Multiple
546 - The new CFF engine now supports all Type 2 operators except
581 - By default, stem darkening is now switched off (for both the CFF
593 font formats except for CFF. It is planned that other
[all …]
DINSTALL.ANY61 src/cff/cff.c -- CFF/OpenType font driver
/external/sfntly/cpp/src/sfntly/
Dtag.cc40 const int32_t Tag::CFF = TAG('C', 'F', 'F', ' '); member in sfntly::Tag
82 Tag::CFF };
Dtag.h50 static const int32_t CFF; member
Dfont.cc201 if (HasTable(Tag::CFF)) { in DefaultTableOrdering()
/external/skqp/src/sfnt/
DSkOTTable_maxp.h27 struct CFF : SkOTTableMaximumProfile_CFF { } cff; struct
/external/skia/src/sfnt/
DSkOTTable_maxp.h27 struct CFF : SkOTTableMaximumProfile_CFF { } cff; struct
/external/freetype/include/freetype/
Dftmoderr.h147 FT_MODERRDEF( CFF, 0x500, "CFF module" )
/external/fonttools/Doc/
Dchanges.txt52 as part of the glyf table (obviously needed for CFF-OTF's).
53 - Added proper support for the CFF table.
118 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping
Dinstall.txt92 fontTools.cffLib -- Reads CFF fonts. Writing is a planned feature.
/external/freetype/
Dmodules.cfg43 # CFF/OpenType font driver.
246 # Interface to access data specific to PostScript Type 1 and Type 2 (CFF)
DChangeLog168 According to the CFF specification, charstrings can have up to 96 stem
637 [psaux] Fix CFF advance widths. (#52466)
640 saved to the underlying format specific decoder. This caused pure CFF
657 Use Adobe hinting engine for `light' hinting of both CFF and Type 1.
659 Since Ewald Hew factored the Adobe hinting engine out of the CFF
665 makes LIGHT behavior consistent with CFF fonts. As of this commit,
671 CFF Adobe Adobe
1218 implied seac for CFF.
1321 [psaux] Add Type 1 operations to Adobe CFF interpreter.
1380 different places for Type 1 and CFF. This allows the same data to
[all …]
DChangeLog.20365 returning an error). Glyph 2028 of the CFF font `MSung-Light-Acro'
395 Added PostScript hinter support to the CFF and CID drivers.
553 Started adding support for the Postscript hinter in the CFF module.
841 we are working with a CID keyed CFF font. Otherwise, a variable
941 font. Should work with all formats except pure CFF/CEF fonts (this
1824 * src/cff/cffobjs.c (CFF_Init_Face): When processing a CFF/CEF font,
2004 the CFF font, but multiplies by 1000 (this is to avoid rounding
2011 per EM from the CFF dictionary, if available.
2064 the CFF driver in debug mode.
2106 t2types.h and made this the canonical `types' header for the CFF
[all …]
DJamfile78 cff # CFF/CEF font driver
DChangeLog.2369 the advance width for this direction. Note that OpenType and CFF fonts
402 Add basic support for Type1 charstrings in CFF.
443 Fix handling of `get' and `put' CFF instructions.
453 Fix handling of `dup' CFF instruction.
1387 * src/cff/cffdrivr.c (cff_get_ros): CFF specification
2870 Ignore empty contours in CFF glyphs.
4202 TrueType, Type1, and CFF font drivers (more to come later).
4337 Since there are CFF subfonts (embedded in PDFs) which rely on
4791 Finish fix of scaling bug of CID-keyed CFF subfonts.
4808 goes mainly to David Lemon) who confirm that the CFF specs are fuzzy
[all …]
DChangeLog.2486 [cff] Make Adobe CFF engine work correctly on 64bit hosts.
173 collaboration with Google. It is vastly superior to the old CFF
181 * include/freetype/ftcffdrv.h: New file to access CFF driver
250 [cff] Add framework for CFF properties.
1322 [sfnt] Load pure CFF fonts wrapped in SFNT container.
1324 Such fonts only have a `cmap' and a `CFF' table.
2819 Under PIC configuration, FT_{CFF,PSCMAPS,SFNT,TT}_SERVICES_GET
4301 ignoring CFF-based OTFs.
5252 greater than 0xFFFFU. CFF font spec does not mention maximum CID in
5396 sentence in the CFF specification.
[all …]
DChangeLog.21348 dictionary for SFNT-based CFF.
1086 * src/cff/cffobjs.c (cff_face_init): A CFF within an SFNT can have
2841 Add embedded bitmap support to CFF driver.
3391 documented in the CFF specs).
3400 Make `FT_Get_CMap_Language_ID' work with CFF. Bug reported by
3601 Set FT_FACE_FLAG_GLYPH_NAMES for a non-pure CFF also if it isn't
4620 (cff_service_glyph_dict): New structure providing CFF services.
5667 * src/base/ftmac.c (FT_New_Face_From_SFNT): Handle CFF files also.
6185 constant, as required by CFF fonts) rather than just overridden.
6984 * src/cff/cffparse.c (cff_parser_run): Fixed the CFF table loader.
[all …]
DChangeLog.261199 [cff] Handle T2 operator only with old CFF engine (#47157).
1206 [cff] Partially handle `load' and `store' ops in old CFF engine.
1257 [cff] Make old CFF engine show MM CFFs (without variations).
1364 [cff] Fix some Type 2 operators in old CFF engine.
1387 [cff] Fix handling of face_index == -1 for pure CFF.
2279 Allow native CFF hinter in FT_RENDER_MODE_LIGHT.
2281 Both the native CFF hinter and the auto-hinter now have a very
2945 [cff] Return correct PS names from pure CFF (#46130).
3597 pure CFF fonts if `font_index < 0'.
4291 [cff] Use `name' table for PS name if we have a SFNT-CFF.
DChangeLog.221443 Use pscmap service in CFF module.
1517 improvements (and so does the CFF module).
1607 Prepare use of pscmap service within CFF module.
1997 Add vertical metrics support to OpenType CFF outlines. Based on a
2312 the outline(s), either in a `glyf' or `CFF' table, for a glyph;
DChangeLog.27211 [ftfuzzer] Always use Adobe CFF engine.
417 [cff] Better handling of non-CFF font formats.
850 We will need this for CFF variation font support.
DChangeLog.253493 ftview to be based on darkened CFF outlines instead of unhinted,
3530 Adobe Creative Suite 4, together with 756 Open Source CFF fonts from
3973 != 0'; this stronger test is mandated by the CFF specification.
4873 This controls whether the old FreeType CFF engine gets compiled into
/external/testng/doc/samplereport/css/
Dmaven-classic.css444 background-color: #CFF;
/external/icu/icu4c/source/data/unidata/norm2/
Duts46.txt1276 0CF3..0CFF >FFFD # NA <reserved-0CF3>..<reserved-0CFF>
1705 1CFA..1CFF >FFFD # NA <reserved-1CFA>..<reserved-1CFF>
2936 # 2CF9..2CFF valid # 4.1 COPTIC OLD NUBIAN FULL STOP..COPTIC MORPHOLOGICAL DI…
6173 11CB7..11CFF >FFFD # NA <reserved-11CB7>..<reserved-11CFF>
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Han_Pinyin.txt3751 峿 > yŭ; #5CFF
7723 泿 > yín; #6CFF
11682 糿 > yòu; #7CFF
15681 賿 > liáo; #8CFF
19679 鳿 > yù; #9CFF

12