Home
last modified time | relevance | path

Searched refs:FTPixmapFont (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/gltt/gltt-2.5.2/
H A DFTPixmapFont.C26 FTPixmapFont::FTPixmapFont( FTInstance* _instance ): FTFont(_instance) in FTPixmapFont() function
34 FTPixmapFont::~FTPixmapFont() in ~FTPixmapFont()
41 void FTPixmapFont::destroy() in destroy()
58 GLTTboolean FTPixmapFont::create() in create()
81 GLTTboolean FTPixmapFont::loadGlyph( int ascii_code ) in loadGlyph()
109 void FTPixmapFont::load( int from /* = 0 */, int to /* = 255 */ ) in load()
117 int FTPixmapFont::getWidth( const char* text ) in getWidth()
H A DGLTTPixmapFont.h29 class FTPixmapFont; variable
40 FTPixmapFont* pixmaps;
51 FTPixmapFont* getPixmapFont() const in getPixmapFont()
H A DFTPixmapFont.h31 class FTPixmapFont: public FTFont
38 FTPixmapFont( FTInstance* _instance );
40 virtual ~FTPixmapFont();
H A DMakefile.am14 FTPixmapFont.C \
34 FTPixmapFont.h \
H A DMakefile.in100 … FTGlyphBitmap.C FTGlyphPixmap.C FTGlyphVectorizer.C FTInstance.C FTPixmapFont.C GLTTBitmapFo…
104 … FTGlyphBitmap.h FTGlyphPixmap.h FTGlyphVectorizer.h FTInstance.h FTPixmapFont.h GLTTboolean.…
133 FTInstance.lo FTPixmapFont.lo GLTTBitmapFont.lo GLTTFont.lo \
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTFont/
H A DFTPixmapFont.cpp40 FTPixmapFont::FTPixmapFont(char const *fontFilePath) : in FTPixmapFont() function in FTPixmapFont
45 FTPixmapFont::FTPixmapFont(const unsigned char *pBufferBytes, in FTPixmapFont() function in FTPixmapFont
51 FTPixmapFont::~FTPixmapFont() in ~FTPixmapFont()
55 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTPixmapFontImpl.h36 friend class FTPixmapFont; variable
/dports/devel/upp/upp/bazaar/FTGL/src/FTFont/
H A DFTPixmapFont.cpp40 FTPixmapFont::FTPixmapFont(char const *fontFilePath) : in FTPixmapFont() function in FTPixmapFont
45 FTPixmapFont::FTPixmapFont(const unsigned char *pBufferBytes, in FTPixmapFont() function in FTPixmapFont
51 FTPixmapFont::~FTPixmapFont() in ~FTPixmapFont()
55 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTPixmapFontImpl.h36 friend class FTPixmapFont; variable
/dports/graphics/ftgl/ftgl-2.4.0/src/FTFont/
H A DFTPixmapFont.cpp41 FTPixmapFont::FTPixmapFont(char const *fontFilePath) : in FTPixmapFont() function in FTPixmapFont
46 FTPixmapFont::FTPixmapFont(const unsigned char *pBufferBytes, in FTPixmapFont() function in FTPixmapFont
52 FTPixmapFont::~FTPixmapFont() in ~FTPixmapFont()
56 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTPixmapFontImpl.h36 friend class FTPixmapFont; variable
H A DFTFontGlue.cpp78 FTPixmapFont, (fontname), FONT_PIXMAP);
80 FTPixmapFont, (bytes, len), FONT_PIXMAP);
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTPixmapFont-Test.cpp37 FTPixmapFont* pixmapFont = new FTPixmapFont(FONT_FILE); in testConstructor()
48 FTPixmapFont* pixmapFont = new FTPixmapFont(FONT_FILE); in testRender()
66 FTPixmapFont* pixmapFont = new FTPixmapFont(FONT_FILE); in testDisplayList()
H A DFTPixmapFont-Bitmap.cpp38 font = new FTPixmapFont (file); in main()
H A DMakefile.am33 FTPixmapFont-Test.cpp \
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTGL/
H A DFTGLPixmapFont.h45 class FTGL_EXPORT FTPixmapFont : public FTFont
53 FTPixmapFont(const char* fontFilePath);
63 FTPixmapFont(const unsigned char *pBufferBytes,
69 ~FTPixmapFont();
84 #define FTGLPixmapFont FTPixmapFont
/dports/devel/upp/upp/bazaar/FTGL/
H A DFTGLPixmapFont.h45 class FTGL_EXPORT FTPixmapFont : public FTFont
53 FTPixmapFont(const char* fontFilePath);
63 FTPixmapFont(const unsigned char *pBufferBytes,
69 ~FTPixmapFont();
84 #define FTGLPixmapFont FTPixmapFont
H A DFTGL.upp47 src/FTFont/FTPixmapFont.cpp,
/dports/graphics/ftgl/ftgl-2.4.0/src/FTGL/
H A DFTGLPixmapFont.h45 class FTGL_EXPORT FTPixmapFont : public FTFont
53 FTPixmapFont(const char* fontFilePath);
63 FTPixmapFont(const unsigned char *pBufferBytes,
69 ~FTPixmapFont();
84 #define FTGLPixmapFont FTPixmapFont
/dports/devel/upp/upp/bazaar/FTGL_Demo/
H A DFTGLCtrl.h30 One<FTPixmapFont> infoFont;
H A DFTGLMFontDemo.cpp99 static FTPixmapFont* infoFont;
169 fonts[i*NumStyles + FTGL_PIXMAP] = new FTPixmapFont(fontfiles[i]); in setUpFonts()
196 infoFont = new FTPixmapFont(fontfiles[0]); in setUpFonts()
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DMakefile.in69 libftgl_la-FTPixmapFont.lo libftgl_la-FTPolygonFont.lo \
342 FTFont/FTPixmapFont.cpp \
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libftgl_la-FTPixmapFont.Plo@am__quote@
648 libftgl_la-FTPixmapFont.lo: FTFont/FTPixmapFont.cpp
649FTPixmapFont.lo -MD -MP -MF $(DEPDIR)/libftgl_la-FTPixmapFont.Tpo -c -o libftgl_la-FTPixmapFont.lo…
650 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libftgl_la-FTPixmapFont.Tpo $(DEPDIR)/libftgl_la-FTPixmapFont
653 …) $(CXXFLAGS) -c -o libftgl_la-FTPixmapFont.lo `test -f 'FTFont/FTPixmapFont.cpp' || echo '$(srcdi…
/dports/graphics/ftgl/ftgl-2.4.0/demo/
H A DFTGLMFontDemo.cpp99 static FTPixmapFont* infoFont;
169 fonts[i*NumStyles + FTGL_PIXMAP] = new FTPixmapFont(fontfiles[i]); in setUpFonts()
196 infoFont = new FTPixmapFont(fontfiles[0]); in setUpFonts()
H A DFTGLDemo.cpp86 static FTPixmapFont* infoFont;
143 fonts[FTGL_PIXMAP] = new FTPixmapFont(file); in setUpFonts()
170 infoFont = new FTPixmapFont(file); in setUpFonts()
/dports/graphics/ftgl/ftgl-2.4.0/debian/
H A Dcopyright_hints85 ./test/FTPixmapFont-Bitmap.cpp
86 ./test/FTPixmapFont-Test.cpp
120 ./src/FTFont/FTPixmapFont.cpp

12