Home
last modified time | relevance | path

Searched refs:ttfFont (Results 1 – 25 of 63) sorted by relevance

123

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttfoutl.h123 typedef struct ttfFont_s ttfFont; typedef
151 void (*DebugRepaint)(ttfFont *);
152 int (*DebugPrint)(ttfFont *, const char *s, ...);
155 void ttfFont__init(ttfFont *this, ttfMemory *mem,
156 void (*DebugRepaint)(ttfFont *),
157 int (*DebugPrint)(ttfFont *, const char *s, ...));
158 void ttfFont__finit(ttfFont *this);
159 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
199 ttfFont *pFont;
204 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dttfmemd.c124 gs_public_st_composite(st_ttfFont, ttfFont,
129 ENUM_PTR(0, ttfFont, face);
130 ENUM_PTR(1, ttfFont, inst);
131 ENUM_PTR(2, ttfFont, exec);
132 ENUM_PTR(3, ttfFont, tti);
135 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
136 RELOC_PTR(ttfFont, face);
137 RELOC_PTR(ttfFont, inst);
138 RELOC_PTR(ttfFont, exec);
139 RELOC_PTR(ttfFont, tti);
H A Dgxttfb.h54 ttfFont *ttfFont__create(gs_font_dir *dir);
55 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
56 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
59 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttfoutl.h123 typedef struct ttfFont_s ttfFont; typedef
151 void (*DebugRepaint)(ttfFont *);
152 int (*DebugPrint)(ttfFont *, const char *s, ...);
155 void ttfFont__init(ttfFont *this, ttfMemory *mem,
156 void (*DebugRepaint)(ttfFont *),
157 int (*DebugPrint)(ttfFont *, const char *s, ...));
158 void ttfFont__finit(ttfFont *this);
159 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
199 ttfFont *pFont;
204 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dttfmemd.c124 gs_public_st_composite(st_ttfFont, ttfFont,
129 ENUM_PTR(0, ttfFont, face);
130 ENUM_PTR(1, ttfFont, inst);
131 ENUM_PTR(2, ttfFont, exec);
132 ENUM_PTR(3, ttfFont, tti);
135 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
136 RELOC_PTR(ttfFont, face);
137 RELOC_PTR(ttfFont, inst);
138 RELOC_PTR(ttfFont, exec);
139 RELOC_PTR(ttfFont, tti);
H A Dgxttfb.h54 ttfFont *ttfFont__create(gs_font_dir *dir);
55 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
56 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
59 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttfmemd.c126 gs_public_st_composite(st_ttfFont, ttfFont,
131 ENUM_PTR(0, ttfFont, face);
132 ENUM_PTR(1, ttfFont, inst);
133 ENUM_PTR(2, ttfFont, exec);
134 ENUM_PTR(3, ttfFont, tti);
137 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
138 RELOC_PTR(ttfFont, face);
139 RELOC_PTR(ttfFont, inst);
140 RELOC_PTR(ttfFont, exec);
141 RELOC_PTR(ttfFont, tti);
H A Dttfoutl.h139 void (*DebugRepaint)(ttfFont *);
140 int (*DebugPrint)(ttfFont *, const char *s, ...);
144 void ttfFont__init(ttfFont *this, ttfMemory *mem,
145 void (*DebugRepaint)(ttfFont *),
146 int (*DebugPrint)(ttfFont *, const char *s, ...),
148 void ttfFont__finit(ttfFont *this);
149 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
189 ttfFont *pFont;
194 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dgxttfb.h50 ttfFont *ttfFont__create(gs_font_dir *dir);
51 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
52 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
55 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttfmemd.c126 gs_public_st_composite(st_ttfFont, ttfFont,
131 ENUM_PTR(0, ttfFont, face);
132 ENUM_PTR(1, ttfFont, inst);
133 ENUM_PTR(2, ttfFont, exec);
134 ENUM_PTR(3, ttfFont, tti);
137 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
138 RELOC_PTR(ttfFont, face);
139 RELOC_PTR(ttfFont, inst);
140 RELOC_PTR(ttfFont, exec);
141 RELOC_PTR(ttfFont, tti);
H A Dttfoutl.h125 typedef struct ttfFont_s ttfFont; typedef
153 void (*DebugRepaint)(ttfFont *);
154 int (*DebugPrint)(ttfFont *, const char *s, ...);
158 void ttfFont__init(ttfFont *this, ttfMemory *mem,
159 void (*DebugRepaint)(ttfFont *),
160 int (*DebugPrint)(ttfFont *, const char *s, ...),
162 void ttfFont__finit(ttfFont *this);
163 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
203 ttfFont *pFont;
208 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dgxttfb.h56 ttfFont *ttfFont__create(gs_font_dir *dir);
57 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
58 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
61 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttfmemd.c126 gs_public_st_composite(st_ttfFont, ttfFont,
131 ENUM_PTR(0, ttfFont, face);
132 ENUM_PTR(1, ttfFont, inst);
133 ENUM_PTR(2, ttfFont, exec);
134 ENUM_PTR(3, ttfFont, tti);
137 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
138 RELOC_PTR(ttfFont, face);
139 RELOC_PTR(ttfFont, inst);
140 RELOC_PTR(ttfFont, exec);
141 RELOC_PTR(ttfFont, tti);
H A Dttfoutl.h125 typedef struct ttfFont_s ttfFont; typedef
153 void (*DebugRepaint)(ttfFont *);
154 int (*DebugPrint)(ttfFont *, const char *s, ...);
158 void ttfFont__init(ttfFont *this, ttfMemory *mem,
159 void (*DebugRepaint)(ttfFont *),
160 int (*DebugPrint)(ttfFont *, const char *s, ...),
162 void ttfFont__finit(ttfFont *this);
163 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
203 ttfFont *pFont;
208 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dgxttfb.h56 ttfFont *ttfFont__create(gs_font_dir *dir);
57 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
58 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
61 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttfmemd.c126 gs_public_st_composite(st_ttfFont, ttfFont,
131 ENUM_PTR(0, ttfFont, face);
132 ENUM_PTR(1, ttfFont, inst);
133 ENUM_PTR(2, ttfFont, exec);
134 ENUM_PTR(3, ttfFont, tti);
137 static RELOC_PTRS_WITH(ttfFont_reloc_ptrs, ttfFont *mptr)
138 RELOC_PTR(ttfFont, face);
139 RELOC_PTR(ttfFont, inst);
140 RELOC_PTR(ttfFont, exec);
141 RELOC_PTR(ttfFont, tti);
H A Dttfoutl.h139 void (*DebugRepaint)(ttfFont *);
140 int (*DebugPrint)(ttfFont *, const char *s, ...);
144 void ttfFont__init(ttfFont *this, ttfMemory *mem,
145 void (*DebugRepaint)(ttfFont *),
146 int (*DebugPrint)(ttfFont *, const char *s, ...),
148 void ttfFont__finit(ttfFont *this);
149 FontError ttfFont__Open(ttfInterpreter *, ttfFont *, ttfReader *r,
189 ttfFont *pFont;
194 void ttfOutliner__init(ttfOutliner *, ttfFont *f, ttfReader *r, ttfExport *exp,
H A Dgxttfb.h50 ttfFont *ttfFont__create(gs_font_dir *dir);
51 void ttfFont__destroy(ttfFont *this, gs_font_dir *dir);
52 int ttfFont__Open_aux(ttfFont *this, ttfInterpreter *tti, gx_ttfReader *r, gs_font_type42 *pfont,
55 int gx_ttf_outline(ttfFont *ttf, gx_ttfReader *r, gs_font_type42 *pfont, int glyph_index,
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pcl/fonts/truetype/
H A DPCLTTFFontReader.java50 protected TTFFile ttfFont; field in PCLTTFFontReader
133 ttfFont = new TTFFile(); in loadFont()
135 ttfFont.readFont(reader, header, fontName); in loadFont()
159 if (ttfFont.seekTab(reader, tableName, 0)) { in readFontTable()
206 int[] bbox = ttfFont.getBBoxRaw(); in getCellWidth()
212 int[] bbox = ttfFont.getBBoxRaw(); in getCellHeight()
242 int pitch = ttfFont.getCharWidthRaw(0x20); in getPitch()
418 return ttfFont.getFullName(); in getFontName()
618 List<OFMtxEntry> mtx = ttfFont.getMtx(); in getCharacterOffsets()
652 return ttfFont; in getFontFile()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dfont_ttf.c49 TTF_Font *ttfFont; member
95 TTF_Font *ttfFont; in fnt_loadFont() local
103 ttfFont = TTF_OpenFont( fileName, pointSize ); in fnt_loadFont()
104 if ( NULL == ttfFont ) in fnt_loadFont()
112 newFont->ttfFont = ttfFont; in fnt_loadFont()
123 TTF_CloseFont( font->ttfFont ); in fnt_freeFont()
156 ptmp = TTF_RenderText_Blended( font->ttfFont, szText, color ); in fnt_print_raw()
308 TTF_SizeText( font->ttfFont, text, width, height ); in fnt_getTextSize()
399 TTF_SizeText( font->ttfFont, line, &tmp_w, &tmp_h ); in fnt_getTextBoxSize()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWPdfImage.C296 std::string ttfFont; in setChanged() local
306 ttfFont = match.fileName(); in setChanged()
309 LOG_DEBUG("font: " << ttfFont); in setChanged()
312 !ttfFont.empty() && in setChanged()
313 currentTtfFont_ == ttfFont) in setChanged()
321 if (!ttfFont.empty()) { in setChanged()
326 = ttfFonts_.find(ttfFont); in setChanged()
331 } else if (ttfFont.length() > 4) { in setChanged()
333 = Utils::lowerCase(ttfFont.substr(ttfFont.length() - 4)); in setChanged()
351 ttfFonts_[ttfFont] = font_name; in setChanged()
[all …]
/dports/games/osgg/Osgg-32d9e02/
H A Dtext.cpp48 TTF_Font *ttfFont = NULL; in genFontTex() local
68 ttfFont = TTF_OpenFont( TTFfontName.data(), fontSize ); in genFontTex()
70 if(!ttfFont) in genFontTex()
86 c = TTF_RenderText_Blended(ttfFont, tempChar, white); in genFontTex()
88 TTF_SizeUTF8(ttfFont, tempChar, &sX, &sY); in genFontTex()
140 TTF_CloseFont(ttfFont); //Free the font in genFontTex()
/dports/games/scourge/scourge/src/freetype/
H A Dfontmgr.cpp43 ttfFont( font ), shadowX( shadowX ), shadowY( shadowY ) { in FontMgr()
55 height = TTF_FontHeight( ttfFont ); in FontMgr()
56 ascent = TTF_FontAscent( ttfFont ); in FontMgr()
57 descent = TTF_FontDescent( ttfFont ); in FontMgr()
58 lineSkip = TTF_FontLineSkip( ttfFont ); in FontMgr()
241 TTF_GlyphMetrics( ttfFont, in loadChar()
249 SDL_Surface *shadow = TTF_RenderUNICODE_Shaded( ttfFont, in loadChar()
254 SDL_Surface *surface = TTF_RenderUNICODE_Shaded( ttfFont, in loadChar()
/dports/games/sdl-ball/SDL-Ball_src/
H A Dtext.cpp127 TTF_Font *ttfFont = NULL; in genFontTex() local
147 ttfFont = TTF_OpenFont( useTheme(TTFfontName,setting.gfxTheme).data(), fontSize ); in genFontTex()
159 c = TTF_RenderText_Blended(ttfFont, tempChar, white); in genFontTex()
161 TTF_SizeUTF8(ttfFont, tempChar, &sX, &sY); in genFontTex()
205 TTF_CloseFont(ttfFont); //Free the font in genFontTex()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/pcl/fonts/
H A DMockPCLTTFFontReader.java44 ttfFont = new TTFFile(); in loadFont()
45 ttfFont.readFont(reader, customFont.getFullName()); in loadFont()

123