Searched refs:TrueType (Results 1 – 25 of 46) sorted by relevance
12
/external/freetype/src/gxvalid/ |
D | README | 1 gxvalid: TrueType GX validator 8 `gxvalid' is a module to validate TrueType GX tables: a collection of 9 additional tables in TrueType font which are used by `QuickDraw GX 24 - supported TrueType GX tables 60 The following undocumented tables in TrueType fonts designed for Apple 79 excluded from `Apple platform' in the context of TrueType. 87 fonts including TrueType GX tables are as follows. 107 TrueType GX provides layout information to libraries for font 109 data in a font is conformant to the TrueType GX format specified by 117 features, and TrueType GX stores the state transition diagram of [all …]
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 21 typedef IntegralConstant<bool, true> TrueType; typedef 27 struct IsConst<const T> : TrueType {}; 32 struct IsPointer<T*> : TrueType {}; 105 struct IsSpecializationOf<Template, Template<Args...>> : TrueType {};
|
/external/sfntly/ |
D | README.md | 5 …using, editing, and creating sfnt container based fonts (e.g. OpenType, TrueType). This library wa… 7 …sfnt container font. Fonts that use an sfnt container include OpenType, TrueType, AAT/GX, and Grap… 11 …penType and TrueType specs, you will see a number of categories of tables. sfntly currently suppor…
|
/external/fonttools/ |
D | README.md | 4 …ert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, wr…
|
/external/freetype/docs/ |
D | CHANGES | 95 - B/W hinting of TrueType fonts didn't work properly if 98 - Some severe problems within the handling of TrueType Variation 138 TrueType fonts also if glyph names are available. 207 - `Light' auto-hinting mode no longer uses TrueType metrics for 208 TrueType fonts. This bug was introduced in version 2.4.6, 220 can be different for TrueType fonts. Reason is that in older 224 with this version, global size metrics for TrueType fonts are 233 - If a TrueType font gets loaded with FT_LOAD_NO_HINTING, FreeType 323 - Some limits for TrueType bytecode execution have been tightened 431 dump TrueType bytecode instructions. [all …]
|
D | INSTALL.ANY | 24 `freetype2/src/truetype/' contains the TrueType font driver. 66 (TrueType & OpenType) 67 src/truetype/truetype.c -- TrueType font driver
|
D | raster.txt | 33 TrueType files, made up of segments and second-order Béziers. 69 integer coordinates. The TrueType bytecode interpreter, 87 TrueType bytecode interpreter FreeType rasterizer 570 As both the TrueType and Type 1 specifications use the winding
|
D | CUSTOMIZE | 16 features, like native TrueType hinting through a bytecode
|
/external/fonttools/Doc/ |
D | install.txt | 7 The flagship is TTX, a tool to convert OpenType and TrueType font files to 11 The FontTools library currently reads and writes TrueType font files, reads 88 fontTools.ttLib -- Extensive TrueType tools. Reads and writes. This is the flagship
|
/external/freetype/src/sfnt/ |
D | module.mk | 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIV…
|
/external/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 44 template<bool Flag, typename TrueType, typename FalseType> 47 template<typename TrueType, typename FalseType> 48 struct MapIf<true, TrueType, FalseType> { 49 typedef TrueType type; 52 template<typename TrueType, typename FalseType> 53 struct MapIf<false, TrueType, FalseType> {
|
/external/roboto-fonts/ |
D | README.android | 11 which generates optimized, unhinted font files with TrueType outlines. The tools
|
/external/freetype/include/freetype/ |
D | ftmoderr.h | 160 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
|
/external/fonttools/Windows/ |
D | fonttools-win-setup.txt | 1 TTX is an application to convert OpenType and TrueType files to and from an
|
/external/freetype/ |
D | modules.cfg | 32 # TrueType font driver. 94 # The TrueType hinting engine doesn't have a module of its own but is 120 # TrueType GX/AAT table validation. Needs ftgxval.c below.
|
D | Jamfile | 90 truetype # TrueType font driver 92 type42 # PostScript Type 42 (embedded TrueType) driver
|
/external/pdfium/testing/resources/pixel/ |
D | bug_665467.in | 29 /Subtype /TrueType
|
/external/pdfium/third_party/freetype/ |
D | 0000-include.patch | 63 /* TrueType & OpenType). */
|
/external/ImageMagick/MagickCore/ |
D | config.h_vms | 175 /* Define to specify default TrueType font path. */ 221 /* Define if you have FreeType (TrueType font) library */
|
/external/ImageMagick/ |
D | QuickStart.txt | 78 ImageMagick is able to load raw TrueType and Postscript font files. It
|
/external/skia/site/user/ |
D | tips.md | 97 files like TrueType into its cache. For that it relies on the platform to
|
/external/skqp/site/user/ |
D | tips.md | 97 files like TrueType into its cache. For that it relies on the platform to
|
/external/freetype/src/bdf/ |
D | README | 62 that format for adding anti-aliased them to TrueType fonts. It introduces a
|
/external/freetype/builds/amiga/ |
D | smakefile | 219 # freetype library TrueType font driver
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 373 * Most fonts these days are TrueType fonts, so this is where most of 383 font without parsing the font file. When a non TrueType font is used 404 subsetting support to Skia for TrueType fonts.
|
12