#include "textNode.h"
#include "textGlyph.h"
#include "stringDecoder.h"
#include "config_text.h"
#include "fontPool.h"
#include "default_font.h"
#include "dynamicTextFont.h"
#include "unicodeLatinMap.h"
#include "compose_matrix.h"
#include "geom.h"
#include "geomTristrip.h"
#include "geomLinestrip.h"
#include "geomPoint.h"
#include "geomNode.h"
#include "notify.h"
#include "transformState.h"
#include "colorAttrib.h"
#include "colorScaleAttrib.h"
#include "cullBinAttrib.h"
#include "textureAttrib.h"
#include "transparencyAttrib.h"
#include "sceneGraphReducer.h"
#include "indent.h"
#include "cullTraverser.h"
#include "cullTraverserData.h"
#include "geometricBoundingVolume.h"
#include "accumulatedAttribs.h"
#include "renderState.h"
#include "cullFaceAttrib.h"
#include "dcast.h"
#include <stdio.h>
#include <ctype.h>
Go to the source code of this file.
Variables | |
const float | small_accent_scale = 0.6f |
const float | tiny_accent_scale = 0.4f |
const float | squash_accent_scale_x = 0.8f |
const float | squash_accent_scale_y = 0.5f |
const float | small_squash_accent_scale_x = 0.6f |
const float | small_squash_accent_scale_y = 0.3f |
const float | ligature_advance_scale = 0.6f |
Definition in file textNode.cxx.
|
Definition at line 78 of file textNode.cxx. |
|
Definition at line 63 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |
|
Definition at line 73 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |
|
Definition at line 74 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |
|
Definition at line 69 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |
|
Definition at line 70 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |
|
Definition at line 66 of file textNode.cxx. Referenced by TextNode::tack_on_accent(). |