freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] mkfontscale and freetype2


From: Werner LEMBERG
Subject: Re: [Freetype] mkfontscale and freetype2
Date: Thu, 05 Aug 2004 14:00:51 +0200 (CEST)

> When people launch mkfontscale, I am wondering what API(s) in
> freetype2 is called to acquire the slant/weight/name for the fonts
> in the current directory?  Thank you.

Doing

  grep 'FT_*.('

in mkfontscale.c (from XFree86 4.3.0), I get the following functions:

  FT_Init_FreeType
  FT_Get_Sfnt_Name
  FT_New_Face
  FT_Get_PS_Font_Info
  FT_Has_PS_Glyph_Names
  FT_Get_Name_Index
  FT_Get_Char_Index
  FT_Set_Charmap

You might check the X source tree yourself; uou can find the program
in

  xc/programs/mkfontscale


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]