@@ -104,7 +104,7 @@ class LVBaseWin32Font : public LVBaseFont
104104 return css_ff_inherit;
105105 }
106106
107- virtual LVFontGlyphCacheItem * getGlyph (lUInt16 ch, lChar16 def_char=0 ) {
107+ virtual LVFontGlyphCacheItem * getGlyph (lUInt32 ch, lChar16 def_char=0 ) {
108108 return NULL ;
109109 }
110110
@@ -127,7 +127,7 @@ class LVWin32DrawFont : public LVBaseWin32Font
127127 \param glyph is pointer to glyph_info_t struct to place retrieved info
128128 \return true if glyh was found
129129 */
130- virtual bool getGlyphInfo ( lUInt16 code, glyph_info_t * glyph, lChar16 def_char=0 );
130+ virtual bool getGlyphInfo ( lUInt32 code, glyph_info_t * glyph, lChar16 def_char=0 );
131131
132132 /* * \brief measure text
133133 \param glyph is pointer to glyph_info_t struct to place retrieved info
@@ -164,7 +164,7 @@ class LVWin32DrawFont : public LVBaseWin32Font
164164 \param buf is buffer [width*height] to place glyph data
165165 \return true if glyph was found
166166 */
167- virtual bool getGlyphImage (lUInt16 code, lUInt8 * buf, lChar16 def_char=0 );
167+ virtual bool getGlyphImage (lUInt32 code, lUInt8 * buf, lChar16 def_char=0 );
168168
169169};
170170
@@ -302,7 +302,7 @@ class LVWin32Font : public LVBaseWin32Font
302302 \param glyph is pointer to glyph_info_t struct to place retrieved info
303303 \return true if glyh was found
304304 */
305- virtual bool getGlyphInfo ( lUInt16 code, glyph_info_t * glyph, lChar16 def_char=0 );
305+ virtual bool getGlyphInfo ( lUInt32 code, glyph_info_t * glyph, lChar16 def_char=0 );
306306
307307 /* * \brief measure text
308308 \param glyph is pointer to glyph_info_t struct to place retrieved info
@@ -331,7 +331,7 @@ class LVWin32Font : public LVBaseWin32Font
331331 \param buf is buffer [width*height] to place glyph data
332332 \return true if glyph was found
333333 */
334- virtual bool getGlyphImage (lUInt16 code, lUInt8 * buf, lChar16 def_char=0 );
334+ virtual bool getGlyphImage (lUInt32 code, lUInt8 * buf, lChar16 def_char=0 );
335335
336336 virtual void Clear ();
337337
0 commit comments