Home
last modified time | relevance | path

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

/external/freetype/docs/
Dformats.txt11 SFNT binary
45 The SFNT container format also provides `collections' (usually
55 Other font formats (not using the SFNT wrapper) also provide
80 SFNT PS TYPE_1 --- type1 Type 1 GX Font Format
82 SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
84 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
88 SFNT PS CFF2 --- cff OT spec 1.8
90 SFNT TT SBIT --- sfnt XFree86 (bitmaps only;
[all …]
DCHANGES217 output the SFNT table list.
317 - Support for SFNT `name' tables has been improved.
787 values in CFFs (wrapped in an SFNT structure) are now always
791 CFF font (wrapped in an SFNT structure) is now always taken from
1049 - Many fields of the `PCLT' table in SFNT based fonts (if accessed
1064 - Support for the forthcoming `OS/2' SFNT table version 5, as can
1161 which defines two new SFNT tables, `CBDT' and `CBLC' (named and
1344 - Pure CFF fonts within an SFNT wrapper are now supported.
1490 - SFNT bitmap fonts which contain an outline glyph for `.notdef'
1517 - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of
[all …]
DINSTALL.ANY63 src/sfnt/sfnt.c -- SFNT files support
/external/pdfium/third_party/freetype/
D0000-include.patch62 /* embedded bitmaps in all formats using the SFNT module (namely */
81 /* an embedded `BDF ' table within SFNT-based bitmap formats. */
/external/freetype/include/freetype/
Dftmoderr.h158 FT_MODERRDEF( SFNT, 0x1000, "SFNT module" )
/external/freetype/
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
DChangeLog.262947 * src/cff/cffdrivr.c (cff_get_ps_name): Use SFNT service only for
2948 SFNT.
3208 [sfnt] Improve handling of invalid SFNT table entries (#45987).
3834 [sfnt] Make `tt_face_get_name' member of the SFNT interface.
4291 [cff] Use `name' table for PS name if we have a SFNT-CFF.
4300 have an SFNT.
4378 * 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.
7618 Changing the SFNT loader to check for SFNT-based font files
8263 Fixing the SFNT name table loader to support various buggy fonts.
8924 the SFNT charmap support to use FT_CMaps.
9085 SFNT/TrueType type definitions.
9269 experimental SFNT charmap processing support.
DChangeLog.27797 TTAG_VVAR): New SFNT table tags.
857 [sfnt] Add `get_glyph_name' and `get_name_index' to SFNT interface.
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.282833 to a value from various SFNT tables already stored in `TT_Face'.
3030 (tt_face_init): Indent first tracing message from SFNT driver.
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
DChangeLog469 * src/base/ftobjs.c (FT_Get_Color_Glyph_Layer): Guard SFNT function.
/external/guava/guava/src/com/google/common/net/
DMediaType.java333 public static final MediaType SFNT = createConstant(APPLICATION_TYPE, "font-sfnt"); field in MediaType