Lines Matching refs:TrueTypeFont

263     typedef struct _TrueTypeFont TrueTypeFont;  typedef
287 … OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf); /*FOLD0…
298 int VCL_DLLPUBLIC OpenTTFontFile(const char *fname, sal_uInt32 facenum, TrueTypeFont** ttf);
305 void VCL_DLLPUBLIC CloseTTFont(TrueTypeFont *);
320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);
334 GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID);
351 …int GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphli…
364 int GetTTNameRecords(TrueTypeFont *ttf, NameRecord **nr);
395 …int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, sal_uInt16 *glyphArray…
419 int CreateTTFromTTGlyphs(TrueTypeFont *ttf,
450 int CreateT42FromTTGlyphs(TrueTypeFont *ttf,
469 …TTSimpleGlyphMetrics *GetTTSimpleGlyphMetrics(TrueTypeFont *ttf, sal_uInt16 *glyphArray, int nGlyp…
486 …TTSimpleGlyphMetrics *GetTTSimpleCharMetrics(TrueTypeFont *ttf, sal_uInt16 firstChar, int nChars, …
506 …int VCL_DLLPUBLIC MapString(TrueTypeFont *ttf, sal_uInt16 *str, int nchars, sal_uInt16 *glyphArray…
517 sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch, int bvertical);
524 int DoesVerticalSubstitution( TrueTypeFont *ttf, int bvertical);
537 void GetTTGlobalFontInfo(TrueTypeFont *ttf, TTGlobalFontInfo *info);
554 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern);
560 int CheckSymbolEncoding(TrueTypeFont* ttf);
565 int GetTTGlyphCount( TrueTypeFont* ttf );
570 bool GetSfntTable( TrueTypeFont* ttf, int nSubtableIndex,