summaryrefslogtreecommitdiff
path: root/modules/arabic/naqshfont.h
blob: 1d5a997c20d9a789c3cd4f5d1aa5ee8d3d839abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* pango-arabic module 
 * 
 * (C) 2000 K. Koehler  <koehler@or.uni-bonn.de>
 *
 * This file provides a mapping unicode <- urdu nq-font
 */
#ifndef __nqfont_h_
#define __nqfont_h_
#include "pangox.h"
#include "arconv.h"

/* 
 *  create an arabic_fontstruct for the urdu_naqshfont-module
 *  returns: NULL on failure
 */
ArabicFontInfo*
urdu_naqshinit(PangoFont  *font);


/* glyph2 is the next glyph in line; if there is none, put in NULL 
 */
void
urdu_naqsh_recode(PangoXSubfont* subfont,gunichar* glyph,gunichar* glyph2,
                   PangoXSubfont* nqfont);
#endif