Searched refs:TrueType (Results 1 – 25 of 58) sorted by relevance
123
/external/sfntly/doc/ |
D | Useful_links.md | 3 - TrueType 4 [http://en.wikipedia.org/wiki/TrueType](http://en.wikipedia.org/wiki/TrueType) 13 including OpenType and TrueType. 19 - TrueType reference manual
|
/external/libchrome/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/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/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 8 * Full TrueType hinting with VTT source tables included. See [Hinting](#hinting) for details. 38 Thanks to Greg Hitchcock's TrueType coding wizardry, this font includes many glyphs that are helpfu… 46 \pointsize | Shows the point size passed to the TrueType rasterizer. Note that depending on how the… 47 \ppem | Shows the pixels per em passed to the TrueType rastersize. Note that depending on how the a… 48 \ttversion | Shows the version of the TrueType rasterizer. 49 \ttmode | Shows the current TrueType rasterizer mode flags.
|
/external/pdfium/testing/resources/pixel/ |
D | bug_601362.in | 29 /Subtype /TrueType 52 /Subtype /TrueType
|
D | bug_845697.in | 27 /Subtype /TrueType
|
D | bug_1388_2.in | 39 /Subtype /TrueType
|
D | bug_1388.in | 44 /Subtype /TrueType
|
D | bug_665467.in | 29 /Subtype /TrueType
|
D | bug_984811.in | 96 /Subtype /TrueType
|
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
D | type_traits.h | 218 template <bool kBool, typename TrueType, typename FalseType> 220 using type = TrueType; 223 template <typename TrueType, typename FalseType> 224 struct conditional<false, TrueType, FalseType> { 228 template <bool kBool, typename TrueType, typename FalseType> 229 using conditional_t = typename conditional<kBool, TrueType, FalseType>::type;
|
/external/freetype/docs/ |
D | CHANGES | 25 If a glyph in a TrueType font has the `OVERLAP_SIMPLE' or 150 - The bytecode debugger, `ttdebug', now supports variation TrueType 276 member of a TrueType collection (TTC). 425 - B/W hinting of TrueType fonts didn't work properly if 428 - Some severe problems within the handling of TrueType Variation 468 TrueType fonts also if glyph names are available. 537 - `Light' auto-hinting mode no longer uses TrueType metrics for 538 TrueType fonts. This bug was introduced in version 2.4.6, 550 can be different for TrueType fonts. Reason is that in older 554 with this version, global size metrics for TrueType fonts are [all …]
|
D | INSTALL.ANY | 26 `freetype2/src/truetype/' contains the TrueType font driver. 66 (TrueType & OpenType) 67 src/truetype/truetype.c -- TrueType font driver
|
/external/pigweed/pw_minimal_cpp_stdlib/public/ |
D | type_traits | 218 template <bool kBool, typename TrueType, typename FalseType> 220 using type = TrueType; 223 template <typename TrueType, typename FalseType> 224 struct conditional<false, TrueType, FalseType> { 228 template <bool kBool, typename TrueType, typename FalseType> 229 using conditional_t = typename conditional<kBool, TrueType, FalseType>::type;
|
/external/freetype/src/sfnt/ |
D | module.mk | 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIV…
|
/external/fonttools/Doc/source/ |
D | ttx.rst | 6 TTX – From OpenType and TrueType to XML and Back 29 * disabling TrueType instruction disassembly 51 TrueType fonts use glyph indices (GlyphIDs) to refer to glyphs in most places. While this is fine i…
|
/external/sfntly/ |
D | METADATA | 2 …aries for reading, editing, and writing sfnt container fonts (OpenType, TrueType, AAT/GX, and Grap…
|
/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 | 169 FT_MODERRDEF( TrueType, 0x1200, "TrueType module" )
|
/external/fonttools/Doc/source/encodings/ |
D | index.rst | 6 TrueType fonts. Many of these legacy encodings have found their way into the
|
/external/pdfium/testing/resources/ |
D | font_weight.in | 60 /Subtype /TrueType
|
/external/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 49 template <bool Flag, typename TrueType, typename FalseType> 52 template <typename TrueType, typename FalseType> 53 struct MapIf<true, TrueType, FalseType> { 54 typedef TrueType type; 57 template <typename TrueType, typename FalseType> 58 struct MapIf<false, TrueType, FalseType> {
|
/external/freetype/ |
D | modules.cfg | 32 # TrueType font driver. 87 # The TrueType hinting engine doesn't have a module of its own but is 112 # TrueType GX/AAT table validation. Needs `ftgxval.c' below.
|
/external/fonttools/Doc/source/cu2qu/ |
D | index.rst | 6 in OpenType to TrueType outline conversion.
|
/external/pdfium/third_party/freetype/ |
D | 0000-include.patch | 63 /* TrueType & OpenType). */
|
123