Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/freetype/docs/
Dformats.txt83 SFNT PS CFF --- cff OT spec, 5176.CFF.pdf
85 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
86 SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf
114 --- PS CFF --- cff 5176.CFF.pdf (`pure' CFF)
115 --- PS* CFF CID cff 5176.CFF.pdf (`pure' CFF)
116 --- PS CFF SYNTHETIC --- 5176.CFF.pdf (`pure' CFF)
117 --- PS CFF/MM --- cff old 5167.CFF.pdf (`pure' CFF)
119 --- PS* CFF/MM CID cff old 5167.CFF.pdf (`pure' CFF)
121 --- PS CFF/MM SYNTHETIC --- old 5167.CFF.pdf (`pure' CFF)
123 PS PS CFF --- --- PLRM.pdf (Type 2) [1]
[all …]
DCHANGES102 - The legacy Type 1 and CFF engines are further demoted due to lack
193 - Fix various memory leaks (mainly for CFF) and other issues that
230 (CFF) engine introduced in FreeType 2.9.
493 - As a GSoC project, Ewald Hew extended the new (Adobe) CFF engine
665 weights, and the random seed for the `random' CFF operator.
757 - The new CFF engine now handles the `random' operator. All CFF
760 - The CFF module has a new property `random-seed' to control the
795 write caused by a heap-based buffer overflow related to the CFF
979 - For experimental reasons, the old CFF engine now supports all
980 CFF operators except `random', including the deprecated Multiple
[all …]
DINSTALL.ANY61 src/cff/cff.c -- CFF/OpenType font driver
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
Dmeson.build3 'CFF-1.tests',
4 'CFF-2.tests',
DMakefile.sources3 tests/CFF-1.tests \
4 tests/CFF-2.tests \
/third_party/skia/third_party/externals/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
/third_party/cups-filters/fontembed/
DREADME10 for OTF, i.e. CFF-flavored TrueType/OpenType, subsetting is not
13 Also reencoding and conversion of Type1 to CFF is planned.
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh35 namespace CFF { namespace
976 const CFF::FDSelect &src, /* IN */
980 hb_vector_t<CFF::code_pair_t> &fdselect_ranges /* OUT */,
986 const CFF::FDSelect &src,
990 const hb_vector_t<CFF::code_pair_t> &fdselect_ranges);
Dhb-cff1-interp-cs.hh32 namespace CFF { namespace
Dhb-cff-interp-dict-common.hh31 namespace CFF { namespace
Dhb-ot-cff2-table.hh34 namespace CFF { namespace
384 using namespace CFF;
Dhb-subset-cff-common.cc39 using namespace CFF;
Dhb-cff2-interp-cs.hh32 namespace CFF { namespace
Dhb-ot-cff2-table.cc35 using namespace CFF;
Dhb-subset-cff2.cc39 using namespace CFF;
Dhb-cff-interp-common.hh29 namespace CFF { namespace
/third_party/skia/src/sfnt/
DSkOTTable_maxp.h27 struct CFF : SkOTTableMaximumProfile_CFF { } cff; struct
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.29575 According to the CFF specification, charstrings can have up to 96 stem
1044 [psaux] Fix CFF advance widths. (#52466)
1047 saved to the underlying format specific decoder. This caused pure CFF
1064 Use Adobe hinting engine for `light' hinting of both CFF and Type 1.
1066 Since Ewald Hew factored the Adobe hinting engine out of the CFF
1072 makes LIGHT behavior consistent with CFF fonts. As of this commit,
1078 CFF Adobe Adobe
1625 implied seac for CFF.
1728 [psaux] Add Type 1 operations to Adobe CFF interpreter.
1787 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 …]
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmoderr.h156 FT_MODERRDEF( CFF, 0x500, "CFF module" )
/third_party/skia/third_party/externals/harfbuzz/
DCONFIG.md147 `HB_TINY` does *not* mean that the resulting library won't work with CFF fonts.
148 The library can shape valid CFF fonts just fine, with or without this option.
150 for CFF fonts.
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java56 public static final int CFF = Tag.intValue(new byte[]{'C', 'F', 'F', ' '}); field in Tag
DFont.java105 Tag.CFF};
584 if (this.hasTable(Tag.CFF)) { in defaultTableOrdering()
/third_party/skia/third_party/externals/freetype/
Dmodules.cfg42 # CFF/OpenType font driver.
226 # Interface to access data specific to PostScript Type 1 and Type 2 (CFF)

1234