Lines Matching refs:FT_INFO

251     \param fti          pointer to the FT_INFO structure, may be modified if alternate font is added
255 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc){
326 \param fti pointer to the FT_INFO structure, may be modified if alternate font is required
338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){
451 FT_INFO *fti=tri->fti;
570 \brief Initialize an FT_INFO structure. Sets up a freetype library to use in this context.
571 \returns a pointer to the FT_INFO structure created, or NULL on error.
573 FT_INFO *ftinfo_init(void){
574 FT_INFO *fti = NULL;
576 fti = (FT_INFO *)calloc(1,sizeof(FT_INFO));
599 \brief Make an FT_INFO structure insertable. Adds storage as needed.
600 \param fti pointer to the FT_INFO structure
603 int ftinfo_make_insertable(FT_INFO *fti){
623 \brief Insert a copy of a FNT_SPECS structure into the FT_INFO structure.
624 \param fti pointer to the FT_INFO structure.
628 int ftinfo_insert(FT_INFO *fti, FNT_SPECS *fsp){
642 \brief Release an FT_INFO structure. Release all associated memory.
644 \param fti pointer to the FT_INFO structure.
647 FT_INFO *ftinfo_release(FT_INFO *fti){
655 \brief Clear an FT_INFO structure. Release all Freetype memory but does not release Fontconfig.
659 \param fti pointer to the FT_INFO structure.
662 FT_INFO *ftinfo_clear(FT_INFO *fti){
690 int ftinfo_find_loaded_by_spec(const FT_INFO *fti, const uint8_t *fontspec){
710 int ftinfo_find_loaded_by_src(const FT_INFO *fti, const uint8_t *filename){
727 \param fti pointer to the FT_INFO structure.
732 int ftinfo_load_fontname(FT_INFO *fti, const char *fontspec){
827 void ftinfo_dump(const FT_INFO *fti){
846 \param fti pointer to the FT_INFO structure
1734 FT_INFO *fti;
1924 FT_INFO *fti=tri->fti; /* Font info storage */
2274 FT_INFO *fti;