Home
last modified time | relevance | path

Searched refs:SFNT (Results 1 – 19 of 19) sorted by relevance

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
Dformats.txt13 is used only if the font format differs. Possible values are `SFNT'
55 --- SFNT PS TYPE_1 --- type1 Type 1 GX Font Format
57 MAC SFNT PS TYPE_1 --- type1 Type 1 GX Font Format
59 --- SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
61 MAC SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
63 --- SFNT PS CFF --- cff OT spec, 5176.CFF.pdf
65 MAC SFNT PS CFF --- cff OT spec, 5176.CFF.pdf
67 --- SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
68 MAC SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
69 --- SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf
[all …]
DCHANGES170 values in CFFs (wrapped in an SFNT structure) are now always
174 CFF font (wrapped in an SFNT structure) is now always taken from
432 - Many fields of the `PCLT' table in SFNT based fonts (if accessed
447 - Support for the forthcoming `OS/2' SFNT table version 5, as can
544 which defines two new SFNT tables, `CBDT' and `CBLC' (named and
727 - Pure CFF fonts within an SFNT wrapper are now supported.
873 - SFNT bitmap fonts which contain an outline glyph for `.notdef'
900 - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
1079 - Support for the SFNT cmap 13 table format (as defined by the new
1143 - Fix a bug in the SFNT kerning table loader/parser which could
[all …]
DINSTALL.ANY65 src/sfnt/sfnt.c -- SFNT files support
/external/pdfium/third_party/freetype/
D0000-include.patch85 /* embedded bitmaps in all formats using the SFNT module (namely */
104 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( SFNT, 0x1000, "SFNT module" )
/external/freetype/include/
Dftmoderr.h158 FT_MODERRDEF( SFNT, 0x1000, "SFNT module" )
/external/pdfium/third_party/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( SFNT, 0x1000, "SFNT module" )
/external/harfbuzz_ng/
DTODO42 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
Dmodules.cfg70 # SFNT files support. If used without `truetype' or `cff', it supports
71 # bitmap-only fonts within an SFNT wrapper.
DJamfile88 sfnt # SFNT-based format support routines
DChangeLog842 * src/cff/cffdrivr.c (cff_get_ps_name): Use SFNT service only for
843 SFNT.
1103 [sfnt] Improve handling of invalid SFNT table entries (#45987).
1729 [sfnt] Make `tt_face_get_name' member of the SFNT interface.
2186 [cff] Use `name' table for PS name if we have a SFNT-CFF.
2195 have an SFNT.
2273 * src/cff/cffdrivr.c (cff_get_advances): Handle SFNT case
DChangeLog.21326 Handle unsorted SFNT type 4 cmaps correctly (reported by Dirck
348 dictionary for SFNT-based CFF.
822 loading SFNT fonts without a `kern' table.
1086 * src/cff/cffobjs.c (cff_face_init): A CFF within an SFNT can have
1789 Add API to get information about SFNT tables.
7619 Changing the SFNT loader to check for SFNT-based font files
8264 Fixing the SFNT name table loader to support various buggy fonts.
8925 the SFNT charmap support to use FT_CMaps.
9086 SFNT/TrueType type definitions.
9270 experimental SFNT charmap processing support.
DChangeLog.233166 Protect SFNT kerning table parser against malformed tables.
3339 Implement FT_Get_Name_Index for SFNT driver.
3644 Really fix Savannah bug #25010: An SFNT font with neither outlines
3671 Handle SFNT with neither outlines nor bitmaps. This fixes Savannah
4314 Be more tolerant w.r.t. invalid entries in SFNT table directory.
4386 Handle CID-keyed fonts wrapped in an SFNT (with cmaps) correctly.
6731 Don't extract the metrics table from the SFNT font file. Instead,
7308 * src/base/ftmac.c (FT_New_Face_From_FOND): Fall back to SFNT if
DChangeLog.221587 Use `load_strike_metrics' provided by SFNT interface.
1796 Add support for an embedded `BDF ' table within SFNT-based bitmap
2598 `hhea' table for SFNT Mac fonts. Change based on a patch by
DChangeLog.253642 We simply synthesize a SFNT from the WOFF, create a memory stream
3643 for the new data, and load the SFNT as usual.
4903 which defines two new SFNT tables, `CBDT' and `CBLC' (named and
DChangeLog.241322 [sfnt] Load pure CFF fonts wrapped in SFNT container.
2819 Under PIC configuration, FT_{CFF,PSCMAPS,SFNT,TT}_SERVICES_GET
4269 Make FT_Sfnt_Table_Info return the number of SFNT tables.
DChangeLog.2031 SFNT face loader has been changed to not immediately report an
/external/skia/gyp/
Dfreetype.gypi32 …'../third_party/externals/freetype/src/sfnt/sfnt.c', # SFNT files support (TrueType & Open…
/external/guava/guava/src/com/google/common/net/
DMediaType.java333 public static final MediaType SFNT = createConstant(APPLICATION_TYPE, "font-sfnt"); field in MediaType