/external/freetype/src/type1/ |
D | t1afm.c | 333 FT_Vector* kerning ) in T1_Get_Kerning() argument 353 kerning->x = mid->x; in T1_Get_Kerning() 354 kerning->y = mid->y; in T1_Get_Kerning() 365 kerning->x = 0; in T1_Get_Kerning() 366 kerning->y = 0; in T1_Get_Kerning() 374 FT_Fixed* kerning ) in T1_Get_Track_Kerning() argument 392 *kerning = tk->min_kern; in T1_Get_Track_Kerning() 394 *kerning = tk->max_kern; in T1_Get_Track_Kerning() 397 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning()
|
D | t1afm.h | 41 FT_Vector* kerning ); 47 FT_Fixed* kerning );
|
D | t1driver.c | 704 FT_Vector* kerning ) in Get_Kerning() argument 709 kerning->x = 0; in Get_Kerning() 710 kerning->y = 0; in Get_Kerning() 716 kerning ); in Get_Kerning()
|
/external/skia/site/user/ |
D | tips.md | 9 + [Does Skia shape text (kerning)?](#kerning) 106 <span id="kerning">Does Skia shape text (kerning)?</span> 112 generate the glyphs and their positions, including kerning.
|
/external/skqp/site/user/ |
D | tips.md | 9 + [Does Skia shape text (kerning)?](#kerning) 106 <span id="kerning">Does Skia shape text (kerning)?</span> 112 generate the glyphs and their positions, including kerning.
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 203 FT_Vector* kerning ) in tt_get_kerning() argument 209 kerning->x = 0; in tt_get_kerning() 210 kerning->y = 0; in tt_get_kerning() 213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/freetype/docs/ |
D | TODO | 8 * Add track kerning support to the PFR driver. 10 * Add kerning (AFM file) support to the CID driver.
|
D | CHANGES | 1712 - Fix a bug in the SFNT kerning table loader/parser which could 2012 - FreeType returned incorrect kerning information from TrueType 2016 - Negative kerning values from PFM files are now reported 2369 - Better AFM support. This includes track kerning support. 2419 - George Williams contributed code to read kerning data from PFM 2730 - The PFR font driver didn't load kerning tables correctly, and 3075 supported), and returns correct kerning metrics for all glyphs. 3626 - The kerning table of Type 1 fonts was loaded by FreeType, when its 3699 - The SFNT kerning loader now ensures that the table is sorted 4070 coordinates of the kerning vector (font units, scaled, scaled + [all …]
|
/external/freetype/src/pfr/ |
D | pfrobjs.c | 474 FT_Vector* kerning ) in pfr_face_get_kerning() argument 482 kerning->x = 0; in pfr_face_get_kerning() 483 kerning->y = 0; in pfr_face_get_kerning() 588 kerning->x = item->base_adj + value; in pfr_face_get_kerning()
|
D | pfrobjs.h | 74 FT_Vector* kerning );
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 69 float* kerning) const { in GetCharInfo() 79 *kerning = 0; in GetCharInfo() 81 *kerning = m_CharPos[i]; in GetCharInfo()
|
D | cpdf_textobject.h | 44 void GetCharInfo(size_t index, uint32_t* charcode, float* kerning) const;
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 112 FT_Vector* kerning ) in cff_get_kerning() argument 118 kerning->x = 0; in cff_get_kerning() 119 kerning->y = 0; in cff_get_kerning() 122 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 311 kerning, member
|
D | annotate.c | 1140 kerning; in ComplexTextLayout() 1143 (*grapheme)[i].index,ft_kerning_default,&kerning); in ComplexTextLayout() 1146 RightToLeftDirection ? -1.0 : 1.0)*kerning.x); in ComplexTextLayout() 1521 origin.x+=(FT_Pos) (64.0*draw_info->kerning); in RenderFreetype()
|
/external/freetype/include/freetype/internal/ |
D | ftdrv.h | 74 FT_Vector* kerning );
|
/external/freetype/src/gxvalid/ |
D | README | 345 contextual kerning. Therefore, gxvalid includes a special validator 431 kerning attributes, but bit interpretations by Apple and Microsoft 444 `set to 1 if the kerning is vertical'. On the other hand, in 446 kerning is horizontal'. From the outputs of DumpKERN and 448 when the kerning is horizontal'. From the results of similar
|
/external/sfntly/ |
D | README.md | 11 … each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. …
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 1338 float kerning; in CountWords() local 1340 pTextObj->GetCharInfo(i, &charcode, &kerning); in CountWords() 1370 float kerning; in GetObjWordStr() local 1372 pTextObj->GetCharInfo(i, &charcode, &kerning); in GetObjWordStr()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 764 _drawInfo->kerning=kerning_; in textKerning() 770 return(_drawInfo->kerning); in textKerning()
|
D | Drawable.cpp | 1710 void Magick::DrawableTextKerning::kerning(double kerning_) in kerning() function in Magick::DrawableTextKerning 1715 double Magick::DrawableTextKerning::kerning(void) const in kerning() function in Magick::DrawableTextKerning
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2364 return(CurrentContext->kerning); in DrawGetTextKerning() 6033 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning) in DrawSetTextKerning() argument 6041 ((CurrentContext->kerning-kerning) >= MagickEpsilon)) in DrawSetTextKerning() 6043 CurrentContext->kerning=kerning; in DrawSetTextKerning() 6044 (void) MVGPrintf(wand,"kerning %lf\n",kerning); in DrawSetTextKerning()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 2185 void kerning(double kerning_); 2186 double kerning(void) const;
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 58 float kerning = -fontsize_h * item.m_Origin.x / 1000; in CalculateBaseSpace() local 59 baseSpace = std::min(baseSpace, kerning + spacing); in CalculateBaseSpace()
|
/external/harfbuzz_ng/ |
D | NEWS | 41 - Implement kerning and glyph names in hb-ot-font. 186 - CoreText: Allow disabling kerning. 1155 * Allow disabling of TrueType kerning.
|