Home
last modified time | relevance | path

Searched refs:FTTextureFont (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTTextureFont-Test.cpp38 FTTextureFont* textureFont = new FTTextureFont(FONT_FILE); in testConstructor()
48 FTTextureFont* textureFont = new FTTextureFont(FONT_FILE); in testResizeBug()
65 FTTextureFont* textureFont = new FTTextureFont(FONT_FILE); in testRender()
83 FTTextureFont* textureFont = new FTTextureFont(FONT_FILE); in testDisplayList()
H A DFTTextureFont-Bitmap.cpp37 font = new FTTextureFont (file); in main()
H A DMakefile.am40 FTTextureFont-Test.cpp \
H A Ddemo.cpp41 fonts[2] = new FTTextureFont(font_filename); in my_init()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTGL/
H A DFTGLTextureFont.h45 class FTGL_EXPORT FTTextureFont : public FTFont
53 FTTextureFont(const char* fontFilePath);
63 FTTextureFont(const unsigned char *pBufferBytes,
69 virtual ~FTTextureFont();
84 #define FTGLTextureFont FTTextureFont
H A DFTFont.h84 friend class FTTextureFont; variable
/dports/devel/upp/upp/bazaar/FTGL/
H A DFTGLTextureFont.h45 class FTGL_EXPORT FTTextureFont : public FTFont
53 FTTextureFont(const char* fontFilePath);
63 FTTextureFont(const unsigned char *pBufferBytes,
69 virtual ~FTTextureFont();
84 #define FTGLTextureFont FTTextureFont
H A DFTGL.upp51 src/FTFont/FTTextureFont.cpp,
/dports/graphics/ftgl/ftgl-2.4.0/src/FTGL/
H A DFTGLTextureFont.h45 class FTGL_EXPORT FTTextureFont : public FTFont
53 FTTextureFont(const char* fontFilePath);
63 FTTextureFont(const unsigned char *pBufferBytes,
69 virtual ~FTTextureFont();
84 #define FTGLTextureFont FTTextureFont
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTFont/
H A DFTTextureFont.cpp45 FTTextureFont::FTTextureFont(char const *fontFilePath) : in FTTextureFont() function in FTTextureFont
50 FTTextureFont::FTTextureFont(const unsigned char *pBufferBytes, in FTTextureFont() function in FTTextureFont
56 FTTextureFont::~FTTextureFont() in ~FTTextureFont()
60 FTGlyph* FTTextureFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTTextureFontImpl.h38 friend class FTTextureFont; variable
/dports/devel/upp/upp/bazaar/FTGL/src/FTFont/
H A DFTTextureFont.cpp45 FTTextureFont::FTTextureFont(char const *fontFilePath) : in FTTextureFont() function in FTTextureFont
50 FTTextureFont::FTTextureFont(const unsigned char *pBufferBytes, in FTTextureFont() function in FTTextureFont
56 FTTextureFont::~FTTextureFont() in ~FTTextureFont()
60 FTGlyph* FTTextureFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTTextureFontImpl.h38 friend class FTTextureFont; variable
/dports/graphics/ftgl/ftgl-2.4.0/src/FTFont/
H A DFTTextureFont.cpp46 FTTextureFont::FTTextureFont(char const *fontFilePath) : in FTTextureFont() function in FTTextureFont
51 FTTextureFont::FTTextureFont(const unsigned char *pBufferBytes, in FTTextureFont() function in FTTextureFont
57 FTTextureFont::~FTTextureFont() in ~FTTextureFont()
61 FTGlyph* FTTextureFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTTextureFontImpl.h38 friend class FTTextureFont; variable
H A DFTFontGlue.cpp90 FTTextureFont, (fontname), FONT_TEXTURE);
92 FTTextureFont, (bytes, len), FONT_TEXTURE);
/dports/games/zaz/zaz-1.0.1/src/
H A Dmain.cpp184 font = new FTTextureFont(settings.getCFilename ("FreeSans.ttf")); in main()
188 font3 = new FTTextureFont(settings.getCFilename ("font1.ttf")); in main()
192 font4 = new FTTextureFont(settings.getCFilename ("FreeMonoBold.ttf")); in main()
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DMakefile.in70 libftgl_la-FTTextureFont.lo $(am__objects_1)
346 FTFont/FTTextureFont.cpp \
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libftgl_la-FTTextureFont.Plo@am__quote@
662 libftgl_la-FTTextureFont.lo: FTFont/FTTextureFont.cpp
663FTTextureFont.lo -MD -MP -MF $(DEPDIR)/libftgl_la-FTTextureFont.Tpo -c -o libftgl_la-FTTextureFont
664 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libftgl_la-FTTextureFont.Tpo $(DEPDIR)/libftgl_la-FTTextureFo…
667 …$(CXXFLAGS) -c -o libftgl_la-FTTextureFont.lo `test -f 'FTFont/FTTextureFont.cpp' || echo '$(srcdi…
H A DMakefile.am102 FTFont/FTTextureFont.cpp \
/dports/graphics/ftgl/ftgl-2.4.0/debian/
H A Dcopyright_hints94 ./test/FTTextureFont-Bitmap.cpp
95 ./test/FTTextureFont-Test.cpp
124 ./src/FTFont/FTTextureFont.cpp
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dttfont.cpp106 g_font[i] = new FTTextureFont(vpath); in ttf_load_fonts()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DMakefile.am100 FTFont/FTTextureFont.cpp \
/dports/games/critterding/critterding-beta12/src/gui/
H A Dtextprinter.cpp219 fonts[0] = new FTTextureFont(usepath.c_str()); in setUpFonts()
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DMakefile.am115 FTFont/FTTextureFont.cpp \
/dports/graphics/ftgl/ftgl-2.4.0/docs/
H A Dtutorial.dox184 FTTextureFont* myFont = FTGLFontManager::Instance().GetFont("arial.ttf", 72);
233 FTFont* font = new FTTextureFont;

12