Home
last modified time | relevance | path

Searched refs:kerning (Results 1 – 25 of 43) sorted by relevance

12

/external/freetype/src/type1/
Dt1afm.c333 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()
Dt1afm.h41 FT_Vector* kerning );
47 FT_Fixed* kerning );
Dt1driver.c704 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/
Dtips.md9 + [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/
Dtips.md9 + [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/
Dttdriver.c203 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/
DTODO8 * Add track kerning support to the PFR driver.
10 * Add kerning (AFM file) support to the CID driver.
DCHANGES1712 - 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/
Dpfrobjs.c474 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()
Dpfrobjs.h74 FT_Vector* kerning );
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp69 float* kerning) const { in GetCharInfo()
79 *kerning = 0; in GetCharInfo()
81 *kerning = m_CharPos[i]; in GetCharInfo()
Dcpdf_textobject.h44 void GetCharInfo(size_t index, uint32_t* charcode, float* kerning) const;
/external/freetype/src/cff/
Dcffdrivr.c112 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/
Ddraw.h311 kerning, member
Dannotate.c1140 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/
Dftdrv.h74 FT_Vector* kerning );
/external/freetype/src/gxvalid/
DREADME345 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/
DREADME.md11 … each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. …
/external/pdfium/fxjs/
Dcjs_document.cpp1338 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/
DOptions.cpp764 _drawInfo->kerning=kerning_; in textKerning()
770 return(_drawInfo->kerning); in textKerning()
DDrawable.cpp1710 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/
Ddrawing-wand.c2364 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++/
DDrawable.h2185 void kerning(double kerning_);
2186 double kerning(void) const;
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp58 float kerning = -fontsize_h * item.m_Origin.x / 1000; in CalculateBaseSpace() local
59 baseSpace = std::min(baseSpace, kerning + spacing); in CalculateBaseSpace()
/external/harfbuzz_ng/
DNEWS41 - Implement kerning and glyph names in hb-ot-font.
186 - CoreText: Allow disabling kerning.
1155 * Allow disabling of TrueType kerning.

12