How does gtk display glyph with code in private use area?
- From: Ferdinand Ramirez <ramirez ferdinand yahoo com>
- To: gtk-app-devel-list gnome org
- Subject: How does gtk display glyph with code in private use area?
- Date: Mon, 13 Feb 2012 15:20:32 -0800 (PST)
I added a glyph using fontforge to a ttf file. The glyph is in private use area and has the code 010005. How
do I display this using gtk? However, my program does not display the glyph.
If I add the glyph with unicode value with something like 46DB or a value which is not in the private use
area, I am able to display it using gtk function g_locale_to_utf8 and then inserting it into the text buffer.
I need to be able to do the same thing with code values in the private use area.
Also, what if I add a glyph in a plane that is unassigned but not in the private use area? Will I have to
have any special code to deal with that situation?
-Ferdinand
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]