Lines Matching refs:FontID

278 extern int T1_CheckForFontID( int FontID);
279 extern char *T1_GetFontFileName( int FontID);
282 extern int T1_CopyFont( int FontID);
289 extern char *T1_GetAfmFileName( int FontID);
291 extern char *T1_GetFontFilePath( int FontID);
292 extern char *T1_GetAfmFilePath( int FontID);
296 extern int T1_DeleteSize( int FontID, float size);
297 extern int T1_DeleteAllSizes( int FontID);
300 extern int T1_DeleteFont( int FontID);
305 extern int T1_ReencodeFont( int FontID, char **Encoding);
307 extern char *T1_GetEncodingScheme( int FontID);
317 extern int T1_GetKerning( int FontID, char char1,
319 extern int T1_GetCharWidth( int FontID, char char1);
320 extern BBox T1_GetCharBBox( int FontID, char char1);
321 extern float T1_GetUnderlinePosition( int FontID);
322 extern float T1_GetUnderlineThickness( int FontID);
323 extern float T1_GetItalicAngle( int FontID);
324 extern int T1_GetIsFixedPitch( int FontID);
325 extern char *T1_GetFontName( int FontID);
326 extern char *T1_GetFullName( int FontID);
327 extern char *T1_GetFamilyName( int FontID);
328 extern char *T1_GetWeight( int FontID);
329 extern char *T1_GetVersion( int FontID);
330 extern char *T1_GetNotice( int FontID);
331 extern char *T1_GetCharName( int FontID, char char1);
332 extern int T1_QueryLigs( int FontID,
336 extern int T1_GetEncodingIndex( int FontID, char *char1);
337 extern int *T1_GetEncodingIndices( int FontID, char *char1);
338 extern int T1_GetStringWidth( int FontID, char *string,
340 extern BBox T1_GetStringBBox( int FontID, char *string,
342 extern METRICSINFO T1_GetMetricsInfo( int FontID, char *string,
344 extern BBox T1_GetFontBBox( int FontID);
345 extern char **T1_GetAllCharNames( int FontID);
346 extern int T1_GetNoKernPairs( int FontID);
347 extern int T1_GetNoCompositeChars( int FontID);
348 extern int T1_QueryCompositeChar( int FontID, char char1);
349 extern T1_COMP_CHAR_INFO *T1_GetCompCharData( int FontID, char char1);
350 extern T1_COMP_CHAR_INFO *T1_GetCompCharDataByIndex( int FontID, int index);
351 extern int T1_IsInternalChar( int FontID, char char1);
354 extern int T1_LoadFont( int FontID);
355 extern void *T1_QueryFontSize( int FontID, float size, int aa);
358 extern GLYPH *T1_SetChar( int FontID, char charcode,
360 extern GLYPH *T1_SetString( int FontID, char *string, int len,
363 extern GLYPH* T1_SetRect( int FontID, float size,
374 extern int T1_ExtendFont( int FontID, double extend);
375 extern int T1_SlantFont( int FontID, double slant);
376 extern int T1_TransformFont( int FontID, T1_TMATRIX *matrix);
377 extern double T1_GetExtend( int FontID);
378 extern double T1_GetSlant( int FontID);
379 extern T1_TMATRIX T1_GetTransform( int FontID);
380 extern int T1_SetLinePosition( int FontID, int linetype, float value);
381 extern int T1_SetLineThickness( int FontID, int linetype, float value);
382 extern float T1_GetLinePosition( int FontID, int linetype);
383 extern float T1_GetLineThickness( int FontID, int linetype);
394 extern int T1_StrokeFont( int FontID, int dostroke);
395 extern int T1_SetStrokeFlag( int FontID);
396 extern int T1_ClearStrokeFlag( int FontID);
397 extern int T1_GetStrokeMode( int FontID);
398 extern int T1_SetStrokeWidth( int FontID, float strokewidth);
399 extern float T1_GetStrokeWidth( int FontID);
403 extern GLYPH *T1_AASetChar( int FontID, char charcode,
405 extern GLYPH *T1_AASetString( int FontID, char *string, int len,
408 extern GLYPH* T1_AASetRect( int FontID, float size,
431 extern int T1_WriteAFMFallbackFile( int FontID);
434 extern T1_OUTLINE *T1_GetCharOutline( int FontID, char charcode,
436 extern T1_OUTLINE *T1_GetStringOutline( int FontID, char *string, int len,
442 extern T1_OUTLINE *T1_GetMoveOutline( int FontID, int deltax, int deltay, int modflag,
454 extern char *T1_SubsetFont( int FontID,
460 extern char *T1_GetCharString( int FontID, char *charname, int *len);
461 extern int T1_GetlenIV( int FontID);