2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class osgText::Font::FontImplementation< / TITLE >
2004-08-06 14:53:36 +08:00
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.6" >
2003-04-18 00:22:51 +08:00
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
2004-08-06 14:53:36 +08:00
< H2 > class < A HREF = "#DOC.DOCU" > osgText::Font::FontImplementation< / A > < / H2 > < / H2 > < HR >
2003-04-18 00:22:51 +08:00
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 65 >
< param name = classes value = "Mosg::Referenced,M,CFontImplementation,MFontImplementation.html" >
< param name = before value = "M,M" >
< param name = after value = "Md_,M" >
< param name = indent value = "0,1" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Fields< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Font.html" > Font< / A > * < B > < A HREF = "#DOC.6.3.45.9" > _facade< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual std::string < B > < A HREF = "#DOC.6.3.45.1" > getFileName< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.6.3.45.2" > setSize< / A > < / B > (unsigned int width, unsigned int height)
2003-04-18 00:22:51 +08:00
< DD > < I > Set the pixel width and height hint< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual <!1> < A HREF = "Glyph.html" > Glyph< / A > * < B > < A HREF = "#DOC.6.3.45.3" > getGlyph< / A > < / B > (unsigned int charcode)
2003-04-18 00:22:51 +08:00
< DD > < I > Get a Glyph for specified charcode, and the font size nearest to the current font size hint< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual osg::Vec2 < B > < A HREF = "#DOC.6.3.45.4" > getKerning< / A > < / B > (unsigned int leftcharcode, unsigned int rightcharcode, <!1> < A HREF = "KerningType.html" > KerningType< / A > kerningType)
2003-04-18 00:22:51 +08:00
< DD > < I > Get a kerning (adjustment of spacing of two adjacent character) for specified charcodes, wrt the current font size hint< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.6.3.45.5" > hasVertical< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > Return true if this font provides vertical alignments and spacing or glyphs< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.6.3.45.6" > setWidth< / A > < / B > (unsigned int width)
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.6.3.45.7" > setHeight< / A > < / B > (unsigned int height)
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.6.3.45.8" > addGlyph< / A > < / B > (unsigned int width, unsigned int height, unsigned int charcode, <!1> < A HREF = "Glyph.html" > Glyph< / A > * glyph)
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< DL >
< A NAME = "getFileName" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual std::string getFileName() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setSize" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void setSize(unsigned int width, unsigned int height)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Set the pixel width and height hint
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getGlyph" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.3" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual <!1> < A HREF = "Glyph.html" > Glyph< / A > * getGlyph(unsigned int charcode)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Get a Glyph for specified charcode, and the font size nearest to the current font size hint
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getKerning" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.4" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual osg::Vec2 getKerning(unsigned int leftcharcode, unsigned int rightcharcode, <!1> < A HREF = "KerningType.html" > KerningType< / A > kerningType)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Get a kerning (adjustment of spacing of two adjacent character) for specified charcodes, wrt the current font size hint
< DL > < DT > < DD > < / DL > < P >
< A NAME = "hasVertical" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.5" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool hasVertical() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Return true if this font provides vertical alignments and spacing or glyphs
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setWidth" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setWidth(unsigned int width)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setHeight" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.7" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setHeight(unsigned int height)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "addGlyph" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void addGlyph(unsigned int width, unsigned int height, unsigned int charcode, <!1> < A HREF = "Glyph.html" > Glyph< / A > * glyph)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_facade" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.6.3.45.9" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Font.html" > Font< / A > * _facade< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR > < DL > < DT > < B > This class has no child classes.< / B > < / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
2004-08-06 14:53:36 +08:00
This page was generated with the help of < A HREF = "http://www.linuxsupportline.com/~doc++" > DOC++< / A > .
2003-04-18 00:22:51 +08:00
< / BODY >
< / HTML >