Functions

gr_Graphics.cpp File Reference

#include <ctype.h>
#include <math.h>
#include <string.h>
#include "xap_App.h"
#include "xap_Prefs.h"
#include "xap_EncodingManager.h"
#include "gr_Graphics.h"
#include "gr_CharWidths.h"
#include "ut_assert.h"
#include "ut_string.h"
#include "ut_std_string.h"
#include "ut_units.h"
#include "ut_sleep.h"
#include "ut_stack.h"
#include "ut_std_map.h"
#include "ut_growbuf.h"
#include "ut_debugmsg.h"
#include "ut_OverstrikingChars.h"
#include "ut_TextIterator.h"
#include "gr_Caret.h"
#include "gr_RenderInfo.h"

Functions

static UT_UCS4Char s_remapGlyph (UT_UCS4Char g)
static UT_UCSChar s_getMirrorChar (UT_UCSChar c)

Function Documentation

static UT_UCSChar s_getMirrorChar ( UT_UCSChar  c  )  [static]

References UT_bidiGetMirrorChar().

Referenced by GR_Graphics::shape().

static UT_UCS4Char s_remapGlyph ( UT_UCS4Char  g  )  [static]

this function remaps a number of specialised glyphs to reasonable alternatives

Referenced by GR_Graphics::shape().