pango 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +21 -2
- data/lib/2.0/pango.so +0 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +820 -0
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +3 -3
- data/vendor/local/include/harfbuzz/hb-blob.h +3 -4
- data/vendor/local/include/harfbuzz/hb-buffer.h +22 -1
- data/vendor/local/include/harfbuzz/hb-common.h +23 -18
- data/vendor/local/include/harfbuzz/hb-icu.h +52 -0
- data/vendor/local/include/harfbuzz/hb-ot-font.h +41 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +11 -3
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +10 -11
- data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
- data/vendor/local/include/harfbuzz/hb-version.h +7 -7
- data/vendor/local/include/layout/LEFontInstance.h +550 -0
- data/vendor/local/include/layout/LEGlyphFilter.h +45 -0
- data/vendor/local/include/layout/LEGlyphStorage.h +546 -0
- data/vendor/local/include/layout/LEInsertionList.h +177 -0
- data/vendor/local/include/layout/LELanguages.h +112 -0
- data/vendor/local/include/layout/LEScripts.h +263 -0
- data/vendor/local/include/layout/LESwaps.h +100 -0
- data/vendor/local/include/layout/LETableReference.h +418 -0
- data/vendor/local/include/layout/LETypes.h +728 -0
- data/vendor/local/include/layout/LayoutEngine.h +518 -0
- data/vendor/local/include/layout/ParagraphLayout.h +747 -0
- data/vendor/local/include/layout/RunArrays.h +676 -0
- data/vendor/local/include/layout/loengine.h +225 -0
- data/vendor/local/include/layout/playout.h +466 -0
- data/vendor/local/include/layout/plruns.h +441 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -1
- data/vendor/local/include/pango-1.0/pango/pango-item.h +11 -2
- data/vendor/local/include/unicode/alphaindex.h +752 -0
- data/vendor/local/include/unicode/appendable.h +232 -0
- data/vendor/local/include/unicode/basictz.h +214 -0
- data/vendor/local/include/unicode/brkiter.h +655 -0
- data/vendor/local/include/unicode/bytestream.h +257 -0
- data/vendor/local/include/unicode/bytestrie.h +519 -0
- data/vendor/local/include/unicode/bytestriebuilder.h +181 -0
- data/vendor/local/include/unicode/calendar.h +2519 -0
- data/vendor/local/include/unicode/caniter.h +208 -0
- data/vendor/local/include/unicode/chariter.h +722 -0
- data/vendor/local/include/unicode/choicfmt.h +594 -0
- data/vendor/local/include/unicode/coleitr.h +404 -0
- data/vendor/local/include/unicode/coll.h +1267 -0
- data/vendor/local/include/unicode/compactdecimalformat.h +330 -0
- data/vendor/local/include/unicode/curramt.h +130 -0
- data/vendor/local/include/unicode/currpinf.h +258 -0
- data/vendor/local/include/unicode/currunit.h +110 -0
- data/vendor/local/include/unicode/datefmt.h +883 -0
- data/vendor/local/include/unicode/dbbi.h +40 -0
- data/vendor/local/include/unicode/dcfmtsym.h +482 -0
- data/vendor/local/include/unicode/decimfmt.h +2479 -0
- data/vendor/local/include/unicode/docmain.h +215 -0
- data/vendor/local/include/unicode/dtfmtsym.h +912 -0
- data/vendor/local/include/unicode/dtintrv.h +158 -0
- data/vendor/local/include/unicode/dtitvfmt.h +985 -0
- data/vendor/local/include/unicode/dtitvinf.h +514 -0
- data/vendor/local/include/unicode/dtptngen.h +498 -0
- data/vendor/local/include/unicode/dtrule.h +250 -0
- data/vendor/local/include/unicode/enumset.h +64 -0
- data/vendor/local/include/unicode/errorcode.h +137 -0
- data/vendor/local/include/unicode/fieldpos.h +291 -0
- data/vendor/local/include/unicode/filteredbrk.h +131 -0
- data/vendor/local/include/unicode/fmtable.h +760 -0
- data/vendor/local/include/unicode/format.h +305 -0
- data/vendor/local/include/unicode/fpositer.h +117 -0
- data/vendor/local/include/unicode/gender.h +111 -0
- data/vendor/local/include/unicode/gregocal.h +777 -0
- data/vendor/local/include/unicode/icudataver.h +41 -0
- data/vendor/local/include/unicode/icuplug.h +371 -0
- data/vendor/local/include/unicode/idna.h +323 -0
- data/vendor/local/include/unicode/listformatter.h +167 -0
- data/vendor/local/include/unicode/localpointer.h +304 -0
- data/vendor/local/include/unicode/locdspnm.h +204 -0
- data/vendor/local/include/unicode/locid.h +815 -0
- data/vendor/local/include/unicode/measfmt.h +389 -0
- data/vendor/local/include/unicode/measunit.h +1443 -0
- data/vendor/local/include/unicode/measure.h +159 -0
- data/vendor/local/include/unicode/messagepattern.h +943 -0
- data/vendor/local/include/unicode/msgfmt.h +1093 -0
- data/vendor/local/include/unicode/normalizer2.h +658 -0
- data/vendor/local/include/unicode/normlzr.h +797 -0
- data/vendor/local/include/unicode/numfmt.h +1187 -0
- data/vendor/local/include/unicode/numsys.h +208 -0
- data/vendor/local/include/unicode/parseerr.h +92 -0
- data/vendor/local/include/unicode/parsepos.h +230 -0
- data/vendor/local/include/unicode/platform.h +751 -0
- data/vendor/local/include/unicode/plurfmt.h +615 -0
- data/vendor/local/include/unicode/plurrule.h +501 -0
- data/vendor/local/include/unicode/ptypes.h +126 -0
- data/vendor/local/include/unicode/putil.h +181 -0
- data/vendor/local/include/unicode/rbbi.h +782 -0
- data/vendor/local/include/unicode/rbnf.h +1032 -0
- data/vendor/local/include/unicode/rbtz.h +362 -0
- data/vendor/local/include/unicode/regex.h +1857 -0
- data/vendor/local/include/unicode/region.h +228 -0
- data/vendor/local/include/unicode/reldatefmt.h +498 -0
- data/vendor/local/include/unicode/rep.h +261 -0
- data/vendor/local/include/unicode/resbund.h +490 -0
- data/vendor/local/include/unicode/schriter.h +187 -0
- data/vendor/local/include/unicode/scientificformathelper.h +139 -0
- data/vendor/local/include/unicode/search.h +575 -0
- data/vendor/local/include/unicode/selfmt.h +367 -0
- data/vendor/local/include/unicode/simpletz.h +928 -0
- data/vendor/local/include/unicode/smpdtfmt.h +1592 -0
- data/vendor/local/include/unicode/sortkey.h +338 -0
- data/vendor/local/include/unicode/std_string.h +37 -0
- data/vendor/local/include/unicode/strenum.h +276 -0
- data/vendor/local/include/unicode/stringpiece.h +224 -0
- data/vendor/local/include/unicode/stringtriebuilder.h +402 -0
- data/vendor/local/include/unicode/stsearch.h +504 -0
- data/vendor/local/include/unicode/symtable.h +112 -0
- data/vendor/local/include/unicode/tblcoll.h +873 -0
- data/vendor/local/include/unicode/timezone.h +948 -0
- data/vendor/local/include/unicode/tmunit.h +129 -0
- data/vendor/local/include/unicode/tmutamt.h +168 -0
- data/vendor/local/include/unicode/tmutfmt.h +243 -0
- data/vendor/local/include/unicode/translit.h +1342 -0
- data/vendor/local/include/unicode/tzfmt.h +1098 -0
- data/vendor/local/include/unicode/tznames.h +404 -0
- data/vendor/local/include/unicode/tzrule.h +828 -0
- data/vendor/local/include/unicode/tztrans.h +195 -0
- data/vendor/local/include/unicode/ubidi.h +2186 -0
- data/vendor/local/include/unicode/ubrk.h +540 -0
- data/vendor/local/include/unicode/ucal.h +1560 -0
- data/vendor/local/include/unicode/ucasemap.h +423 -0
- data/vendor/local/include/unicode/ucat.h +158 -0
- data/vendor/local/include/unicode/uchar.h +3426 -0
- data/vendor/local/include/unicode/ucharstrie.h +576 -0
- data/vendor/local/include/unicode/ucharstriebuilder.h +185 -0
- data/vendor/local/include/unicode/uchriter.h +381 -0
- data/vendor/local/include/unicode/uclean.h +258 -0
- data/vendor/local/include/unicode/ucnv.h +2036 -0
- data/vendor/local/include/unicode/ucnv_cb.h +162 -0
- data/vendor/local/include/unicode/ucnv_err.h +463 -0
- data/vendor/local/include/unicode/ucnvsel.h +187 -0
- data/vendor/local/include/unicode/ucol.h +1474 -0
- data/vendor/local/include/unicode/ucoleitr.h +266 -0
- data/vendor/local/include/unicode/uconfig.h +430 -0
- data/vendor/local/include/unicode/ucsdet.h +413 -0
- data/vendor/local/include/unicode/ucurr.h +424 -0
- data/vendor/local/include/unicode/udat.h +1536 -0
- data/vendor/local/include/unicode/udata.h +430 -0
- data/vendor/local/include/unicode/udateintervalformat.h +181 -0
- data/vendor/local/include/unicode/udatpg.h +588 -0
- data/vendor/local/include/unicode/udisplaycontext.h +150 -0
- data/vendor/local/include/unicode/uenum.h +206 -0
- data/vendor/local/include/unicode/uformattable.h +280 -0
- data/vendor/local/include/unicode/ugender.h +82 -0
- data/vendor/local/include/unicode/uidna.h +762 -0
- data/vendor/local/include/unicode/uiter.h +707 -0
- data/vendor/local/include/unicode/uldnames.h +302 -0
- data/vendor/local/include/unicode/uloc.h +1256 -0
- data/vendor/local/include/unicode/ulocdata.h +277 -0
- data/vendor/local/include/unicode/umachine.h +356 -0
- data/vendor/local/include/unicode/umisc.h +60 -0
- data/vendor/local/include/unicode/umsg.h +623 -0
- data/vendor/local/include/unicode/unifilt.h +120 -0
- data/vendor/local/include/unicode/unifunct.h +125 -0
- data/vendor/local/include/unicode/unimatch.h +163 -0
- data/vendor/local/include/unicode/unirepl.h +97 -0
- data/vendor/local/include/unicode/uniset.h +1691 -0
- data/vendor/local/include/unicode/unistr.h +4470 -0
- data/vendor/local/include/unicode/unorm.h +561 -0
- data/vendor/local/include/unicode/unorm2.h +528 -0
- data/vendor/local/include/unicode/unum.h +1328 -0
- data/vendor/local/include/unicode/unumsys.h +170 -0
- data/vendor/local/include/unicode/uobject.h +320 -0
- data/vendor/local/include/unicode/upluralrules.h +145 -0
- data/vendor/local/include/unicode/uregex.h +1591 -0
- data/vendor/local/include/unicode/uregion.h +248 -0
- data/vendor/local/include/unicode/urename.h +1784 -0
- data/vendor/local/include/unicode/urep.h +155 -0
- data/vendor/local/include/unicode/ures.h +887 -0
- data/vendor/local/include/unicode/uscript.h +642 -0
- data/vendor/local/include/unicode/usearch.h +885 -0
- data/vendor/local/include/unicode/uset.h +1126 -0
- data/vendor/local/include/unicode/usetiter.h +318 -0
- data/vendor/local/include/unicode/ushape.h +474 -0
- data/vendor/local/include/unicode/uspoof.h +1064 -0
- data/vendor/local/include/unicode/usprep.h +269 -0
- data/vendor/local/include/unicode/ustdio.h +1018 -0
- data/vendor/local/include/unicode/ustream.h +68 -0
- data/vendor/local/include/unicode/ustring.h +1700 -0
- data/vendor/local/include/unicode/ustringtrie.h +95 -0
- data/vendor/local/include/unicode/utext.h +1600 -0
- data/vendor/local/include/unicode/utf.h +223 -0
- data/vendor/local/include/unicode/utf16.h +623 -0
- data/vendor/local/include/unicode/utf32.h +23 -0
- data/vendor/local/include/unicode/utf8.h +824 -0
- data/vendor/local/include/unicode/utf_old.h +1169 -0
- data/vendor/local/include/unicode/utmscale.h +481 -0
- data/vendor/local/include/unicode/utrace.h +359 -0
- data/vendor/local/include/unicode/utrans.h +658 -0
- data/vendor/local/include/unicode/utypes.h +723 -0
- data/vendor/local/include/unicode/uvernum.h +170 -0
- data/vendor/local/include/unicode/uversion.h +193 -0
- data/vendor/local/include/unicode/vtzone.h +455 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/54.1/Makefile.inc +293 -0
- data/vendor/local/lib/icu/54.1/pkgdata.inc +17 -0
- data/vendor/local/lib/icu/Makefile.inc +293 -0
- data/vendor/local/lib/icu/pkgdata.inc +17 -0
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt54.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin54.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio54.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule54.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx54.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest54.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu54.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc54.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +3 -3
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +2 -2
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +2 -2
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +1 -1
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +1 -1
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +1 -1
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +13 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-io.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-le.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-lx.pc +38 -0
- data/vendor/local/lib/pkgconfig/icu-uc.pc +38 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +3009 -462
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +64 -22
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +4 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -26
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +343 -313
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +6 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +442 -247
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1389 -654
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +954 -698
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +95 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +477 -191
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +1951 -1039
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +123 -65
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +66 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +67 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +66 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +574 -347
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +104 -37
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +10 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +744 -318
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +294 -153
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +196 -104
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1100 -757
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +51 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +110 -84
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +289 -503
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +161 -316
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +31 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +143 -105
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +150 -108
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +163 -112
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +348 -229
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +746 -514
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +853 -623
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +31 -33
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +10 -12
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +12 -14
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +53 -55
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +28 -30
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +29 -31
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +17 -19
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +28 -30
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +17 -19
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +9 -11
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +11 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +7 -9
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +49 -51
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +36 -38
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +37 -39
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +68 -70
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +568 -570
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +229 -399
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +345 -259
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +979 -664
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +70 -43
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +349 -229
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +236 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3100 -2159
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +659 -472
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +1952 -1384
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +3050 -2135
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +676 -463
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +223 -146
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1589 -1199
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1072 -842
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +406 -276
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2541 -1792
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1479 -1033
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +214 -154
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +374 -291
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +733 -498
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +893 -617
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +59 -59
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +578 -782
- data/vendor/local/share/gtk-doc/html/pango/pango.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/pango/tools.html +4 -4
- data/vendor/local/share/icu/54.1/config/mh-mingw +158 -0
- data/vendor/local/share/icu/54.1/install-sh +251 -0
- data/vendor/local/share/icu/54.1/license.html +385 -0
- data/vendor/local/share/icu/54.1/mkinstalldirs +43 -0
- data/vendor/local/share/license/harfbuzz/AUTHORS +1 -0
- data/vendor/local/share/man/man1/derb.1 +196 -0
- data/vendor/local/share/man/man1/genbrk.1 +112 -0
- data/vendor/local/share/man/man1/gencfu.1 +91 -0
- data/vendor/local/share/man/man1/gencnval.1 +91 -0
- data/vendor/local/share/man/man1/gendict.1 +131 -0
- data/vendor/local/share/man/man1/genrb.1 +146 -0
- data/vendor/local/share/man/man1/icu-config.1 +288 -0
- data/vendor/local/share/man/man1/makeconv.1 +112 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -118
- data/vendor/local/share/man/man1/pkgdata.1 +258 -0
- data/vendor/local/share/man/man1/uconv.1 +443 -0
- data/vendor/local/share/man/man8/genccode.8 +106 -0
- data/vendor/local/share/man/man8/gencmn.8 +129 -0
- data/vendor/local/share/man/man8/gensprep.8 +102 -0
- data/vendor/local/share/man/man8/icupkg.8 +204 -0
- metadata +266 -14
- data/lib/1.9/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
@@ -8,17 +8,15 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcFont.html" title="PangoFcFont">
|
10
10
|
<link rel="next" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#PangoFcDecoder.
|
20
|
-
|
|
21
|
-
<a href="#PangoFcDecoder.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#PangoFcDecoder.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#PangoFcDecoder.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
22
20
|
</td>
|
23
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
22
|
<td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -32,164 +30,217 @@
|
|
32
30
|
<h2><span class="refentrytitle"><a name="PangoFcDecoder.top_of_page"></a>PangoFcDecoder</span></h2>
|
33
31
|
<p>PangoFcDecoder — Custom font encoding handling</p>
|
34
32
|
</td>
|
35
|
-
<td valign="top" align="right"></td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
36
34
|
</tr></table></div>
|
37
|
-
<div class="
|
38
|
-
<a name="PangoFcDecoder.
|
39
|
-
<
|
40
|
-
|
41
|
-
<
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="PangoFcDecoder.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<span class="returnvalue">FcCharSet</span> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
</tbody>
|
60
|
+
</table></div>
|
61
|
+
</div>
|
62
|
+
<div class="refsect1">
|
63
|
+
<a name="PangoFcDecoder.other"></a><h2>Types and Values</h2>
|
64
|
+
<div class="informaltable"><table width="100%" border="0">
|
65
|
+
<colgroup>
|
66
|
+
<col width="150px" class="name">
|
67
|
+
<col class="description">
|
68
|
+
</colgroup>
|
69
|
+
<tbody>
|
70
|
+
<tr>
|
71
|
+
<td class="datatype_keyword">struct</td>
|
72
|
+
<td class="function_name"><a class="link" href="PangoFcDecoder.html#PangoFcDecoder-struct" title="struct PangoFcDecoder">PangoFcDecoder</a></td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="datatype_keyword">struct</td>
|
76
|
+
<td class="function_name"><a class="link" href="PangoFcDecoder.html#PangoFcDecoderClass" title="struct PangoFcDecoderClass">PangoFcDecoderClass</a></td>
|
77
|
+
</tr>
|
78
|
+
</tbody>
|
79
|
+
</table></div>
|
47
80
|
</div>
|
48
81
|
<div class="refsect1">
|
49
82
|
<a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
50
|
-
<pre class="
|
51
|
-
|
52
|
-
+----PangoFcDecoder
|
83
|
+
<pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
84
|
+
<span class="lineart">╰──</span> PangoFcDecoder
|
53
85
|
</pre>
|
54
86
|
</div>
|
55
87
|
<div class="refsect1">
|
56
88
|
<a name="PangoFcDecoder.description"></a><h2>Description</h2>
|
57
|
-
<p>
|
58
|
-
PangoFcDecoder represents a decoder that an application provides
|
89
|
+
<p>PangoFcDecoder represents a decoder that an application provides
|
59
90
|
for handling a font that is encoded in a custom way.</p>
|
60
91
|
</div>
|
61
92
|
<div class="refsect1">
|
62
|
-
<a name="PangoFcDecoder.
|
93
|
+
<a name="PangoFcDecoder.functions_details"></a><h2>Functions</h2>
|
63
94
|
<div class="refsect2">
|
64
|
-
<a name="
|
65
|
-
<pre class="programlisting"
|
66
|
-
<
|
67
|
-
<a class="link" href="
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
object implementation.</p>
|
76
|
-
<p class="since">Since 1.6</p>
|
77
|
-
</div>
|
78
|
-
<hr>
|
79
|
-
<div class="refsect2">
|
80
|
-
<a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
|
81
|
-
<pre class="programlisting">struct PangoFcDecoderClass {
|
82
|
-
FcCharSet *(*get_charset) (PangoFcDecoder *decoder,
|
83
|
-
PangoFcFont *fcfont);
|
84
|
-
PangoGlyph (*get_glyph) (PangoFcDecoder *decoder,
|
85
|
-
PangoFcFont *fcfont,
|
86
|
-
guint32 wc);
|
87
|
-
};
|
88
|
-
</pre>
|
89
|
-
<p>
|
90
|
-
Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.</p>
|
91
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
95
|
+
<a name="pango-fc-decoder-get-charset"></a><h3>pango_fc_decoder_get_charset ()</h3>
|
96
|
+
<pre class="programlisting"><span class="returnvalue">FcCharSet</span> *
|
97
|
+
pango_fc_decoder_get_charset (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
98
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);</pre>
|
99
|
+
<p>Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
|
100
|
+
given. The returned <span class="type">FcCharSet</span> will be a reference to an
|
101
|
+
internal value stored by the <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> and must not
|
102
|
+
be modified or freed.</p>
|
103
|
+
<div class="refsect3">
|
104
|
+
<a name="id-1.4.5.7.2.5"></a><h4>Parameters</h4>
|
105
|
+
<div class="informaltable"><table width="100%" border="0">
|
92
106
|
<colgroup>
|
93
|
-
<col
|
94
|
-
<col>
|
107
|
+
<col width="150px" class="parameters_name">
|
108
|
+
<col class="parameters_description">
|
109
|
+
<col width="200px" class="parameters_annotations">
|
95
110
|
</colgroup>
|
96
111
|
<tbody>
|
97
112
|
<tr>
|
98
|
-
<td
|
99
|
-
<td
|
100
|
-
|
101
|
-
<span class="type">FcCharSet</span> that is returned should be an internal reference to your
|
102
|
-
code. Pango will not free this structure. It is important that
|
103
|
-
you make this callback fast because this callback is called
|
104
|
-
separately for each character to determine Unicode coverage.</td>
|
113
|
+
<td class="parameter_name"><p>decoder</p></td>
|
114
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a></p></td>
|
115
|
+
<td class="parameter_annotations"> </td>
|
105
116
|
</tr>
|
106
117
|
<tr>
|
107
|
-
<td
|
108
|
-
<td>
|
109
|
-
|
118
|
+
<td class="parameter_name"><p>fcfont</p></td>
|
119
|
+
<td class="parameter_description"><p>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</p></td>
|
120
|
+
<td class="parameter_annotations"> </td>
|
110
121
|
</tr>
|
111
122
|
</tbody>
|
112
123
|
</table></div>
|
124
|
+
</div>
|
125
|
+
<div class="refsect3">
|
126
|
+
<a name="id-1.4.5.7.2.6"></a><h4>Returns</h4>
|
127
|
+
<p> the <span class="type">FcCharset</span> for <em class="parameter"><code>fcfont</code></em>
|
128
|
+
; must not be modified
|
129
|
+
or freed.</p>
|
130
|
+
<p></p>
|
131
|
+
</div>
|
113
132
|
<p class="since">Since 1.6</p>
|
114
133
|
</div>
|
115
134
|
<hr>
|
116
135
|
<div class="refsect2">
|
117
|
-
<a name="pango-fc-decoder-get-
|
118
|
-
<pre class="programlisting"><
|
119
|
-
|
120
|
-
<
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
136
|
+
<a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
|
137
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
138
|
+
pango_fc_decoder_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
|
139
|
+
<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
|
140
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> wc</code></em>);</pre>
|
141
|
+
<p>Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
|
142
|
+
custom decoder. For complex scripts where there can be multiple
|
143
|
+
glyphs for a single character, the decoder will return whatever
|
144
|
+
glyph is most convenient for it. (Usually whatever glyph is directly
|
145
|
+
in the fonts character map table.)</p>
|
146
|
+
<div class="refsect3">
|
147
|
+
<a name="id-1.4.5.7.3.5"></a><h4>Parameters</h4>
|
148
|
+
<div class="informaltable"><table width="100%" border="0">
|
126
149
|
<colgroup>
|
127
|
-
<col
|
128
|
-
<col>
|
150
|
+
<col width="150px" class="parameters_name">
|
151
|
+
<col class="parameters_description">
|
152
|
+
<col width="200px" class="parameters_annotations">
|
129
153
|
</colgroup>
|
130
154
|
<tbody>
|
131
155
|
<tr>
|
132
|
-
<td
|
133
|
-
<td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
|
134
|
-
</td>
|
156
|
+
<td class="parameter_name"><p>decoder</p></td>
|
157
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a></p></td>
|
158
|
+
<td class="parameter_annotations"> </td>
|
135
159
|
</tr>
|
136
160
|
<tr>
|
137
|
-
<td
|
138
|
-
<td>
|
161
|
+
<td class="parameter_name"><p>fcfont</p></td>
|
162
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.</p></td>
|
163
|
+
<td class="parameter_annotations"> </td>
|
139
164
|
</tr>
|
140
165
|
<tr>
|
141
|
-
<td
|
142
|
-
<td>the <
|
143
|
-
|
166
|
+
<td class="parameter_name"><p>wc</p></td>
|
167
|
+
<td class="parameter_description"><p>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.</p></td>
|
168
|
+
<td class="parameter_annotations"> </td>
|
144
169
|
</tr>
|
145
170
|
</tbody>
|
146
171
|
</table></div>
|
172
|
+
</div>
|
173
|
+
<div class="refsect3">
|
174
|
+
<a name="id-1.4.5.7.3.6"></a><h4>Returns</h4>
|
175
|
+
<p> the glyph index, or 0 if the glyph isn't
|
176
|
+
covered by the font.</p>
|
177
|
+
<p></p>
|
178
|
+
</div>
|
179
|
+
<p class="since">Since 1.6</p>
|
180
|
+
</div>
|
181
|
+
</div>
|
182
|
+
<div class="refsect1">
|
183
|
+
<a name="PangoFcDecoder.other_details"></a><h2>Types and Values</h2>
|
184
|
+
<div class="refsect2">
|
185
|
+
<a name="PangoFcDecoder-struct"></a><h3>struct PangoFcDecoder</h3>
|
186
|
+
<pre class="programlisting">struct PangoFcDecoder;</pre>
|
187
|
+
<p><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
|
188
|
+
inherit from. It's the interface that is used to define a custom
|
189
|
+
encoding for a font. These objects are created in your code from a
|
190
|
+
function callback that was originally registered with
|
191
|
+
<a class="link" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func" title="pango_fc_font_map_add_decoder_find_func ()"><code class="function">pango_fc_font_map_add_decoder_find_func()</code></a>. Pango requires
|
192
|
+
information about the supported charset for a font as well as the
|
193
|
+
individual character to glyph conversions. Pango gets that
|
194
|
+
information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
|
195
|
+
object implementation.</p>
|
147
196
|
<p class="since">Since 1.6</p>
|
148
197
|
</div>
|
149
198
|
<hr>
|
150
199
|
<div class="refsect2">
|
151
|
-
<a name="
|
152
|
-
<pre class="programlisting"
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
<div class="
|
200
|
+
<a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
|
201
|
+
<pre class="programlisting">struct PangoFcDecoderClass {
|
202
|
+
FcCharSet *(*get_charset) (PangoFcDecoder *decoder,
|
203
|
+
PangoFcFont *fcfont);
|
204
|
+
PangoGlyph (*get_glyph) (PangoFcDecoder *decoder,
|
205
|
+
PangoFcFont *fcfont,
|
206
|
+
guint32 wc);
|
207
|
+
};
|
208
|
+
</pre>
|
209
|
+
<p>Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.</p>
|
210
|
+
<div class="refsect3">
|
211
|
+
<a name="id-1.4.5.8.3.5"></a><h4>Members</h4>
|
212
|
+
<div class="informaltable"><table width="100%" border="0">
|
162
213
|
<colgroup>
|
163
|
-
<col
|
164
|
-
<col>
|
214
|
+
<col width="300px" class="struct_members_name">
|
215
|
+
<col class="struct_members_description">
|
216
|
+
<col width="200px" class="struct_members_annotations">
|
165
217
|
</colgroup>
|
166
218
|
<tbody>
|
167
219
|
<tr>
|
168
|
-
<td
|
169
|
-
<td>a <a class="link" href="
|
170
|
-
|
171
|
-
</
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
</
|
176
|
-
<tr>
|
177
|
-
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
178
|
-
<td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.</td>
|
220
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</p></td>
|
221
|
+
<td class="struct_member_description"><p>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
|
222
|
+
includes a list of supported characters in the font. The
|
223
|
+
<span class="type">FcCharSet</span> that is returned should be an internal reference to your
|
224
|
+
code. Pango will not free this structure. It is important that
|
225
|
+
you make this callback fast because this callback is called
|
226
|
+
separately for each character to determine Unicode coverage.</p></td>
|
227
|
+
<td class="struct_member_annotations"> </td>
|
179
228
|
</tr>
|
180
229
|
<tr>
|
181
|
-
<td><p><
|
182
|
-
<td>
|
183
|
-
|
230
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</p></td>
|
231
|
+
<td class="struct_member_description"><p>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
|
232
|
+
code point.</p></td>
|
233
|
+
<td class="struct_member_annotations"> </td>
|
184
234
|
</tr>
|
185
235
|
</tbody>
|
186
236
|
</table></div>
|
237
|
+
</div>
|
187
238
|
<p class="since">Since 1.6</p>
|
188
239
|
</div>
|
189
240
|
</div>
|
190
241
|
</div>
|
191
242
|
<div class="footer">
|
192
243
|
<hr>
|
193
|
-
Generated by GTK-Doc V1.
|
244
|
+
Generated by GTK-Doc V1.21.1</div>
|
194
245
|
</body>
|
195
246
|
</html>
|
@@ -8,19 +8,16 @@
|
|
8
8
|
<link rel="up" href="lowlevel.html" title="Low Level Functionality">
|
9
9
|
<link rel="prev" href="PangoFcFontMap.html" title="PangoFcFontMap">
|
10
10
|
<link rel="next" href="PangoFcDecoder.html" title="PangoFcDecoder">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#PangoFcFont.
|
20
|
-
|
21
|
-
<a href="#PangoFcFont.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#PangoFcFont.properties" class="shortcut">Properties</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#PangoFcFont.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#PangoFcFont.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#PangoFcFont.properties" class="shortcut">Properties</a></span>
|
24
21
|
</td>
|
25
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
23
|
<td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,328 +31,450 @@
|
|
34
31
|
<h2><span class="refentrytitle"><a name="PangoFcFont.top_of_page"></a>PangoFcFont</span></h2>
|
35
32
|
<p>PangoFcFont — Base font class for Fontconfig-based backends</p>
|
36
33
|
</td>
|
37
|
-
<td valign="top" align="right"></td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
38
35
|
</tr></table></div>
|
39
|
-
<div class="refsynopsisdiv">
|
40
|
-
<a name="PangoFcFont.synopsis"></a><h2>Synopsis</h2>
|
41
|
-
<pre class="synopsis">struct <a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a>;
|
42
|
-
struct <a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a>;
|
43
|
-
#define <a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a>
|
44
|
-
<span class="returnvalue">FT_Face</span> <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
45
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
|
46
|
-
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
47
|
-
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
48
|
-
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
49
|
-
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
50
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
51
|
-
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);
|
52
|
-
<span class="returnvalue">void</span> <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
53
|
-
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);
|
54
|
-
</pre>
|
55
|
-
</div>
|
56
36
|
<div class="refsect1">
|
57
|
-
<a name="PangoFcFont.
|
58
|
-
<
|
59
|
-
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
60
|
-
+----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
61
|
-
+----PangoFcFont
|
62
|
-
+----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
|
63
|
-
</pre>
|
64
|
-
</div>
|
65
|
-
<div class="refsect1">
|
66
|
-
<a name="PangoFcFont.properties"></a><h2>Properties</h2>
|
67
|
-
<pre class="synopsis">
|
68
|
-
"<a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title='The "fontmap" property'>fontmap</a>" <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>* : Read / Write
|
69
|
-
"<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only
|
70
|
-
</pre>
|
71
|
-
</div>
|
72
|
-
<div class="refsect1">
|
73
|
-
<a name="PangoFcFont.description"></a><h2>Description</h2>
|
74
|
-
<p>
|
75
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
|
76
|
-
Fontconfig and FreeType libraries. It is used in the
|
77
|
-
<a class="link" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">Xft</a> and
|
78
|
-
<a class="link" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">FreeType</a>
|
79
|
-
backends shipped with Pango, but can also be used when creating
|
80
|
-
new backends. Any backend deriving from this base class will
|
81
|
-
take advantage of the wide range of shapers implemented using
|
82
|
-
FreeType that come with Pango.</p>
|
83
|
-
</div>
|
84
|
-
<div class="refsect1">
|
85
|
-
<a name="PangoFcFont.details"></a><h2>Details</h2>
|
86
|
-
<div class="refsect2">
|
87
|
-
<a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
|
88
|
-
<pre class="programlisting">struct PangoFcFont;</pre>
|
89
|
-
<p>
|
90
|
-
<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
|
91
|
-
using the Fontconfig and FreeType libraries and is used in
|
92
|
-
conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
|
93
|
-
class, you need to implement all of its virtual functions
|
94
|
-
other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
|
95
|
-
virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
|
96
|
-
</div>
|
97
|
-
<hr>
|
98
|
-
<div class="refsect2">
|
99
|
-
<a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
|
100
|
-
<pre class="programlisting">struct PangoFcFontClass {
|
101
|
-
FT_Face (*lock_face) (PangoFcFont *font);
|
102
|
-
void (*unlock_face) (PangoFcFont *font);
|
103
|
-
gboolean (*has_char) (PangoFcFont *font,
|
104
|
-
gunichar wc);
|
105
|
-
guint (*get_glyph) (PangoFcFont *font,
|
106
|
-
gunichar wc);
|
107
|
-
PangoGlyph (*get_unknown_glyph) (PangoFcFont *font,
|
108
|
-
gunichar wc);
|
109
|
-
void (*shutdown) (PangoFcFont *font);
|
110
|
-
};
|
111
|
-
</pre>
|
112
|
-
<p>
|
113
|
-
Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p>
|
114
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
37
|
+
<a name="PangoFcFont.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
115
39
|
<colgroup>
|
116
|
-
<col
|
117
|
-
<col>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
118
42
|
</colgroup>
|
119
43
|
<tbody>
|
120
44
|
<tr>
|
121
|
-
<td
|
122
|
-
<
|
123
|
-
|
45
|
+
<td class="function_type">
|
46
|
+
<span class="returnvalue">FT_Face</span>
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a> <span class="c_punctuation">()</span>
|
50
|
+
</td>
|
124
51
|
</tr>
|
125
52
|
<tr>
|
126
|
-
<td
|
127
|
-
<
|
128
|
-
|
129
|
-
|
130
|
-
|
53
|
+
<td class="function_type">
|
54
|
+
<span class="returnvalue">void</span>
|
55
|
+
</td>
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
131
59
|
</tr>
|
132
60
|
<tr>
|
133
|
-
<td
|
134
|
-
<
|
135
|
-
|
61
|
+
<td class="function_type">
|
62
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
63
|
+
</td>
|
64
|
+
<td class="function_name">
|
65
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a> <span class="c_punctuation">()</span>
|
66
|
+
</td>
|
136
67
|
</tr>
|
137
68
|
<tr>
|
138
|
-
<td
|
139
|
-
<
|
140
|
-
|
69
|
+
<td class="function_type">
|
70
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
71
|
+
</td>
|
72
|
+
<td class="function_name">
|
73
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a> <span class="c_punctuation">()</span>
|
74
|
+
</td>
|
141
75
|
</tr>
|
142
76
|
<tr>
|
143
|
-
<td
|
144
|
-
<
|
145
|
-
|
146
|
-
|
147
|
-
|
77
|
+
<td class="function_type">
|
78
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
79
|
+
</td>
|
80
|
+
<td class="function_name">
|
81
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a> <span class="c_punctuation">()</span>
|
82
|
+
</td>
|
148
83
|
</tr>
|
149
84
|
<tr>
|
150
|
-
<td
|
151
|
-
<
|
152
|
-
|
153
|
-
|
85
|
+
<td class="function_type">
|
86
|
+
<span class="returnvalue">void</span>
|
87
|
+
</td>
|
88
|
+
<td class="function_name">
|
89
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a> <span class="c_punctuation">()</span>
|
90
|
+
</td>
|
154
91
|
</tr>
|
155
92
|
</tbody>
|
156
93
|
</table></div>
|
157
94
|
</div>
|
158
|
-
<
|
159
|
-
<
|
160
|
-
<
|
161
|
-
<
|
162
|
-
|
163
|
-
<
|
164
|
-
|
165
|
-
|
166
|
-
|
95
|
+
<div class="refsect1">
|
96
|
+
<a name="PangoFcFont.properties"></a><h2>Properties</h2>
|
97
|
+
<div class="informaltable"><table border="0">
|
98
|
+
<colgroup>
|
99
|
+
<col width="150px" class="properties_type">
|
100
|
+
<col width="300px" class="properties_name">
|
101
|
+
<col width="200px" class="properties_flags">
|
102
|
+
</colgroup>
|
103
|
+
<tbody>
|
104
|
+
<tr>
|
105
|
+
<td class="property_type">
|
106
|
+
<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *</td>
|
107
|
+
<td class="property_name"><a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title="The “fontmap” property">fontmap</a></td>
|
108
|
+
<td class="property_flags">Read / Write</td>
|
109
|
+
</tr>
|
110
|
+
<tr>
|
111
|
+
<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
|
112
|
+
<td class="property_name"><a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title="The “pattern” property">pattern</a></td>
|
113
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
114
|
+
</tr>
|
115
|
+
</tbody>
|
116
|
+
</table></div>
|
167
117
|
</div>
|
168
|
-
<
|
169
|
-
<
|
170
|
-
<
|
171
|
-
<pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_fc_font_lock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
|
172
|
-
<p>
|
173
|
-
Gets the FreeType <span class="type">FT_Face</span> associated with a font,
|
174
|
-
This face will be kept around until you call
|
175
|
-
<a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.</p>
|
176
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
118
|
+
<div class="refsect1">
|
119
|
+
<a name="PangoFcFont.other"></a><h2>Types and Values</h2>
|
120
|
+
<div class="informaltable"><table width="100%" border="0">
|
177
121
|
<colgroup>
|
178
|
-
<col
|
179
|
-
<col>
|
122
|
+
<col width="150px" class="name">
|
123
|
+
<col class="description">
|
180
124
|
</colgroup>
|
181
125
|
<tbody>
|
182
126
|
<tr>
|
183
|
-
<td
|
184
|
-
<td
|
127
|
+
<td class="datatype_keyword">struct</td>
|
128
|
+
<td class="function_name"><a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a></td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td class="datatype_keyword">struct</td>
|
132
|
+
<td class="function_name"><a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a></td>
|
185
133
|
</tr>
|
186
134
|
<tr>
|
187
|
-
<td
|
188
|
-
<td
|
135
|
+
<td class="define_keyword">#define</td>
|
136
|
+
<td class="function_name"><a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a></td>
|
189
137
|
</tr>
|
190
138
|
</tbody>
|
191
139
|
</table></div>
|
140
|
+
</div>
|
141
|
+
<div class="refsect1">
|
142
|
+
<a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
143
|
+
<pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
144
|
+
<span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
|
145
|
+
<span class="lineart">╰──</span> PangoFcFont
|
146
|
+
<span class="lineart">╰──</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
|
147
|
+
</pre>
|
148
|
+
</div>
|
149
|
+
<div class="refsect1">
|
150
|
+
<a name="PangoFcFont.description"></a><h2>Description</h2>
|
151
|
+
<p><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
|
152
|
+
Fontconfig and FreeType libraries. It is used in the</p>
|
153
|
+
<a class="link" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">Xft</a> and
|
154
|
+
<a class="link" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">FreeType</a><p>backends shipped with Pango, but can also be used when creating
|
155
|
+
new backends. Any backend deriving from this base class will
|
156
|
+
take advantage of the wide range of shapers implemented using
|
157
|
+
FreeType that come with Pango.</p>
|
158
|
+
</div>
|
159
|
+
<div class="refsect1">
|
160
|
+
<a name="PangoFcFont.functions_details"></a><h2>Functions</h2>
|
161
|
+
<div class="refsect2">
|
162
|
+
<a name="pango-fc-font-lock-face"></a><h3>pango_fc_font_lock_face ()</h3>
|
163
|
+
<pre class="programlisting"><span class="returnvalue">FT_Face</span>
|
164
|
+
pango_fc_font_lock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
|
165
|
+
<p>Gets the FreeType <span class="type">FT_Face</span> associated with a font,
|
166
|
+
This face will be kept around until you call
|
167
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.</p>
|
168
|
+
<div class="refsect3">
|
169
|
+
<a name="id-1.4.4.8.2.5"></a><h4>Parameters</h4>
|
170
|
+
<div class="informaltable"><table width="100%" border="0">
|
171
|
+
<colgroup>
|
172
|
+
<col width="150px" class="parameters_name">
|
173
|
+
<col class="parameters_description">
|
174
|
+
<col width="200px" class="parameters_annotations">
|
175
|
+
</colgroup>
|
176
|
+
<tbody><tr>
|
177
|
+
<td class="parameter_name"><p>font</p></td>
|
178
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p></td>
|
179
|
+
<td class="parameter_annotations"> </td>
|
180
|
+
</tr></tbody>
|
181
|
+
</table></div>
|
182
|
+
</div>
|
183
|
+
<div class="refsect3">
|
184
|
+
<a name="id-1.4.4.8.2.6"></a><h4>Returns</h4>
|
185
|
+
<p> the FreeType <span class="type">FT_Face</span> associated with <em class="parameter"><code>font</code></em>
|
186
|
+
.</p>
|
187
|
+
<p></p>
|
188
|
+
</div>
|
192
189
|
<p class="since">Since 1.4</p>
|
193
190
|
</div>
|
194
191
|
<hr>
|
195
192
|
<div class="refsect2">
|
196
|
-
<a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face
|
197
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
198
|
-
<
|
199
|
-
Releases a font previously obtained with
|
200
|
-
<a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face
|
201
|
-
<div class="
|
193
|
+
<a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face ()</h3>
|
194
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
195
|
+
pango_fc_font_unlock_face (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
|
196
|
+
<p>Releases a font previously obtained with
|
197
|
+
<a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a>.</p>
|
198
|
+
<div class="refsect3">
|
199
|
+
<a name="id-1.4.4.8.3.5"></a><h4>Parameters</h4>
|
200
|
+
<div class="informaltable"><table width="100%" border="0">
|
202
201
|
<colgroup>
|
203
|
-
<col
|
204
|
-
<col>
|
202
|
+
<col width="150px" class="parameters_name">
|
203
|
+
<col class="parameters_description">
|
204
|
+
<col width="200px" class="parameters_annotations">
|
205
205
|
</colgroup>
|
206
206
|
<tbody><tr>
|
207
|
-
<td
|
208
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</td>
|
207
|
+
<td class="parameter_name"><p>font</p></td>
|
208
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p></td>
|
209
|
+
<td class="parameter_annotations"> </td>
|
209
210
|
</tr></tbody>
|
210
211
|
</table></div>
|
212
|
+
</div>
|
211
213
|
<p class="since">Since 1.4</p>
|
212
214
|
</div>
|
213
215
|
<hr>
|
214
216
|
<div class="refsect2">
|
215
|
-
<a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char
|
216
|
-
<pre class="programlisting"><a href="
|
217
|
-
|
218
|
-
<
|
219
|
-
Determines whether <em class="parameter"><code>font</code></em>
|
220
|
-
<
|
217
|
+
<a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
|
218
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
219
|
+
pango_fc_font_has_char (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
220
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
221
|
+
<p>Determines whether <em class="parameter"><code>font</code></em>
|
222
|
+
has a glyph for the codepoint <em class="parameter"><code>wc</code></em>
|
223
|
+
.</p>
|
224
|
+
<div class="refsect3">
|
225
|
+
<a name="id-1.4.4.8.4.5"></a><h4>Parameters</h4>
|
226
|
+
<div class="informaltable"><table width="100%" border="0">
|
221
227
|
<colgroup>
|
222
|
-
<col
|
223
|
-
<col>
|
228
|
+
<col width="150px" class="parameters_name">
|
229
|
+
<col class="parameters_description">
|
230
|
+
<col width="200px" class="parameters_annotations">
|
224
231
|
</colgroup>
|
225
232
|
<tbody>
|
226
233
|
<tr>
|
227
|
-
<td
|
228
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
229
|
-
</td>
|
230
|
-
</tr>
|
231
|
-
<tr>
|
232
|
-
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
233
|
-
<td>Unicode codepoint to look up</td>
|
234
|
+
<td class="parameter_name"><p>font</p></td>
|
235
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
|
236
|
+
<td class="parameter_annotations"> </td>
|
234
237
|
</tr>
|
235
238
|
<tr>
|
236
|
-
<td
|
237
|
-
<td>
|
238
|
-
<
|
239
|
+
<td class="parameter_name"><p>wc</p></td>
|
240
|
+
<td class="parameter_description"><p>Unicode codepoint to look up</p></td>
|
241
|
+
<td class="parameter_annotations"> </td>
|
239
242
|
</tr>
|
240
243
|
</tbody>
|
241
244
|
</table></div>
|
245
|
+
</div>
|
246
|
+
<div class="refsect3">
|
247
|
+
<a name="id-1.4.4.8.4.6"></a><h4>Returns</h4>
|
248
|
+
<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>font</code></em>
|
249
|
+
has the requested codepoint.</p>
|
250
|
+
<p></p>
|
251
|
+
</div>
|
242
252
|
<p class="since">Since 1.4</p>
|
243
253
|
</div>
|
244
254
|
<hr>
|
245
255
|
<div class="refsect2">
|
246
|
-
<a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph
|
247
|
-
<pre class="programlisting"><a href="
|
248
|
-
|
249
|
-
<
|
250
|
-
Gets the glyph index for a given Unicode character
|
251
|
-
for <em class="parameter"><code>font</code></em
|
252
|
-
|
253
|
-
<
|
256
|
+
<a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
|
257
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
|
258
|
+
pango_fc_font_get_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
259
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
260
|
+
<p>Gets the glyph index for a given Unicode character
|
261
|
+
for <em class="parameter"><code>font</code></em>
|
262
|
+
. If you only want to determine
|
263
|
+
whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a>.</p>
|
264
|
+
<div class="refsect3">
|
265
|
+
<a name="id-1.4.4.8.5.5"></a><h4>Parameters</h4>
|
266
|
+
<div class="informaltable"><table width="100%" border="0">
|
254
267
|
<colgroup>
|
255
|
-
<col
|
256
|
-
<col>
|
268
|
+
<col width="150px" class="parameters_name">
|
269
|
+
<col class="parameters_description">
|
270
|
+
<col width="200px" class="parameters_annotations">
|
257
271
|
</colgroup>
|
258
272
|
<tbody>
|
259
273
|
<tr>
|
260
|
-
<td
|
261
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
262
|
-
</td>
|
263
|
-
</tr>
|
264
|
-
<tr>
|
265
|
-
<td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
|
266
|
-
<td>Unicode character to look up</td>
|
274
|
+
<td class="parameter_name"><p>font</p></td>
|
275
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
|
276
|
+
<td class="parameter_annotations"> </td>
|
267
277
|
</tr>
|
268
278
|
<tr>
|
269
|
-
<td
|
270
|
-
<td>
|
271
|
-
|
279
|
+
<td class="parameter_name"><p>wc</p></td>
|
280
|
+
<td class="parameter_description"><p>Unicode character to look up</p></td>
|
281
|
+
<td class="parameter_annotations"> </td>
|
272
282
|
</tr>
|
273
283
|
</tbody>
|
274
284
|
</table></div>
|
285
|
+
</div>
|
286
|
+
<div class="refsect3">
|
287
|
+
<a name="id-1.4.4.8.5.6"></a><h4>Returns</h4>
|
288
|
+
<p> the glyph index, or 0, if the Unicode
|
289
|
+
character doesn't exist in the font.</p>
|
290
|
+
<p></p>
|
291
|
+
</div>
|
275
292
|
<p class="since">Since 1.4</p>
|
276
293
|
</div>
|
277
294
|
<hr>
|
278
295
|
<div class="refsect2">
|
279
|
-
<a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph
|
280
|
-
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
281
|
-
|
282
|
-
<
|
283
|
-
<
|
284
|
-
<p
|
285
|
-
|
286
|
-
<p>
|
287
|
-
Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em> as an
|
296
|
+
<a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
|
297
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
298
|
+
pango_fc_font_get_unknown_glyph (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
299
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> wc</code></em>);</pre>
|
300
|
+
<div class="warning"><p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
301
|
+
<p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
|
302
|
+
as an
|
288
303
|
unknown character.</p>
|
289
|
-
<p>
|
290
|
-
|
291
|
-
<
|
304
|
+
<p>Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead.</p>
|
305
|
+
<div class="refsect3">
|
306
|
+
<a name="id-1.4.4.8.6.8"></a><h4>Parameters</h4>
|
307
|
+
<div class="informaltable"><table width="100%" border="0">
|
292
308
|
<colgroup>
|
293
|
-
<col
|
294
|
-
<col>
|
309
|
+
<col width="150px" class="parameters_name">
|
310
|
+
<col class="parameters_description">
|
311
|
+
<col width="200px" class="parameters_annotations">
|
295
312
|
</colgroup>
|
296
313
|
<tbody>
|
297
314
|
<tr>
|
298
|
-
<td
|
299
|
-
<td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
|
300
|
-
</td>
|
315
|
+
<td class="parameter_name"><p>font</p></td>
|
316
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
|
317
|
+
<td class="parameter_annotations"> </td>
|
301
318
|
</tr>
|
302
319
|
<tr>
|
303
|
-
<td
|
304
|
-
<td>the Unicode character for which a glyph is needed.</td>
|
320
|
+
<td class="parameter_name"><p>wc</p></td>
|
321
|
+
<td class="parameter_description"><p>the Unicode character for which a glyph is needed.</p></td>
|
322
|
+
<td class="parameter_annotations"> </td>
|
323
|
+
</tr>
|
324
|
+
</tbody>
|
325
|
+
</table></div>
|
326
|
+
</div>
|
327
|
+
<div class="refsect3">
|
328
|
+
<a name="id-1.4.4.8.6.9"></a><h4>Returns</h4>
|
329
|
+
<p> a glyph index into <em class="parameter"><code>font</code></em>
|
330
|
+
.</p>
|
331
|
+
<p></p>
|
332
|
+
</div>
|
333
|
+
<p class="since">Since 1.4</p>
|
334
|
+
</div>
|
335
|
+
<hr>
|
336
|
+
<div class="refsect2">
|
337
|
+
<a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
|
338
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
339
|
+
pango_fc_font_kern_glyphs (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
|
340
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>);</pre>
|
341
|
+
<div class="warning"><p><code class="literal">pango_fc_font_kern_glyphs</code> has been deprecated since version 1.32 and should not be used in newly-written code.</p></div>
|
342
|
+
<p>Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em>
|
343
|
+
according to
|
344
|
+
kerning information in <em class="parameter"><code>font</code></em>
|
345
|
+
.</p>
|
346
|
+
<div class="refsect3">
|
347
|
+
<a name="id-1.4.4.8.7.7"></a><h4>Parameters</h4>
|
348
|
+
<div class="informaltable"><table width="100%" border="0">
|
349
|
+
<colgroup>
|
350
|
+
<col width="150px" class="parameters_name">
|
351
|
+
<col class="parameters_description">
|
352
|
+
<col width="200px" class="parameters_annotations">
|
353
|
+
</colgroup>
|
354
|
+
<tbody>
|
355
|
+
<tr>
|
356
|
+
<td class="parameter_name"><p>font</p></td>
|
357
|
+
<td class="parameter_description"><p>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a></p></td>
|
358
|
+
<td class="parameter_annotations"> </td>
|
305
359
|
</tr>
|
306
360
|
<tr>
|
307
|
-
<td
|
308
|
-
<td>a
|
361
|
+
<td class="parameter_name"><p>glyphs</p></td>
|
362
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a></p></td>
|
363
|
+
<td class="parameter_annotations"> </td>
|
309
364
|
</tr>
|
310
365
|
</tbody>
|
311
366
|
</table></div>
|
367
|
+
</div>
|
312
368
|
<p class="since">Since 1.4</p>
|
313
369
|
</div>
|
370
|
+
</div>
|
371
|
+
<div class="refsect1">
|
372
|
+
<a name="PangoFcFont.other_details"></a><h2>Types and Values</h2>
|
373
|
+
<div class="refsect2">
|
374
|
+
<a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
|
375
|
+
<pre class="programlisting">struct PangoFcFont;</pre>
|
376
|
+
<p><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
|
377
|
+
using the Fontconfig and FreeType libraries and is used in
|
378
|
+
conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
|
379
|
+
class, you need to implement all of its virtual functions
|
380
|
+
other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
|
381
|
+
virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p>
|
382
|
+
</div>
|
314
383
|
<hr>
|
315
384
|
<div class="refsect2">
|
316
|
-
<a name="
|
317
|
-
<pre class="programlisting"
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
385
|
+
<a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
|
386
|
+
<pre class="programlisting">struct PangoFcFontClass {
|
387
|
+
FT_Face (*lock_face) (PangoFcFont *font);
|
388
|
+
void (*unlock_face) (PangoFcFont *font);
|
389
|
+
gboolean (*has_char) (PangoFcFont *font,
|
390
|
+
gunichar wc);
|
391
|
+
guint (*get_glyph) (PangoFcFont *font,
|
392
|
+
gunichar wc);
|
393
|
+
PangoGlyph (*get_unknown_glyph) (PangoFcFont *font,
|
394
|
+
gunichar wc);
|
395
|
+
void (*shutdown) (PangoFcFont *font);
|
396
|
+
};
|
397
|
+
</pre>
|
398
|
+
<p>Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.</p>
|
399
|
+
<div class="refsect3">
|
400
|
+
<a name="id-1.4.4.9.3.5"></a><h4>Members</h4>
|
401
|
+
<div class="informaltable"><table width="100%" border="0">
|
327
402
|
<colgroup>
|
328
|
-
<col
|
329
|
-
<col>
|
403
|
+
<col width="300px" class="struct_members_name">
|
404
|
+
<col class="struct_members_description">
|
405
|
+
<col width="200px" class="struct_members_annotations">
|
330
406
|
</colgroup>
|
331
407
|
<tbody>
|
332
408
|
<tr>
|
333
|
-
<td
|
334
|
-
<td
|
335
|
-
|
409
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</p></td>
|
410
|
+
<td class="struct_member_description"><p>Returns the FT_Face of the font and increases
|
411
|
+
the reference count for the face by one.</p></td>
|
412
|
+
<td class="struct_member_annotations"> </td>
|
336
413
|
</tr>
|
337
414
|
<tr>
|
338
|
-
<td
|
339
|
-
<td
|
340
|
-
|
415
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</p></td>
|
416
|
+
<td class="struct_member_description"><p>Decreases the reference count for the
|
417
|
+
FT_Face of the font by one. When the count is zero,
|
418
|
+
the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
|
419
|
+
FT_Face.</p></td>
|
420
|
+
<td class="struct_member_annotations"> </td>
|
421
|
+
</tr>
|
422
|
+
<tr>
|
423
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</p></td>
|
424
|
+
<td class="struct_member_description"><p>Return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the the font contains a glyph
|
425
|
+
corresponding to the specified character.</p></td>
|
426
|
+
<td class="struct_member_annotations"> </td>
|
427
|
+
</tr>
|
428
|
+
<tr>
|
429
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</p></td>
|
430
|
+
<td class="struct_member_description"><p>Gets the glyph that corresponds to the given
|
431
|
+
Unicode character.</p></td>
|
432
|
+
<td class="struct_member_annotations"> </td>
|
433
|
+
</tr>
|
434
|
+
<tr>
|
435
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</p></td>
|
436
|
+
<td class="struct_member_description"><p>Gets the glyph that should be used to
|
437
|
+
display an unknown-glyph indication for the specified
|
438
|
+
Unicode character.
|
439
|
+
May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
440
|
+
<td class="struct_member_annotations"> </td>
|
441
|
+
</tr>
|
442
|
+
<tr>
|
443
|
+
<td class="struct_member_name"><p><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</p></td>
|
444
|
+
<td class="struct_member_description"><p>Performs any font-specific shutdown code that
|
445
|
+
needs to be done when pango_fc_font_map_shutdown is called.
|
446
|
+
May be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
|
447
|
+
<td class="struct_member_annotations"> </td>
|
341
448
|
</tr>
|
342
449
|
</tbody>
|
343
450
|
</table></div>
|
344
|
-
|
451
|
+
</div>
|
452
|
+
</div>
|
453
|
+
<hr>
|
454
|
+
<div class="refsect2">
|
455
|
+
<a name="PANGO-RENDER-TYPE-FC:CAPS"></a><h3>PANGO_RENDER_TYPE_FC</h3>
|
456
|
+
<pre class="programlisting">#define PANGO_RENDER_TYPE_FC "PangoRenderFc"
|
457
|
+
</pre>
|
458
|
+
<p>A string constant used to identify shape engines that work
|
459
|
+
with the fontconfig based backends. See the <em class="parameter"><code>engine_type</code></em>
|
460
|
+
field
|
461
|
+
of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.</p>
|
345
462
|
</div>
|
346
463
|
</div>
|
347
464
|
<div class="refsect1">
|
348
465
|
<a name="PangoFcFont.property-details"></a><h2>Property Details</h2>
|
349
466
|
<div class="refsect2">
|
350
|
-
<a name="PangoFcFont--fontmap"></a><h3>The <code class="literal"
|
351
|
-
<pre class="programlisting">
|
467
|
+
<a name="PangoFcFont--fontmap"></a><h3>The <code class="literal">“fontmap”</code> property</h3>
|
468
|
+
<pre class="programlisting"> “fontmap” <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a> *</pre>
|
352
469
|
<p>The PangoFc font map this font is associated with (Since: 1.26).</p>
|
470
|
+
<p>Flags: Read / Write</p>
|
353
471
|
</div>
|
354
472
|
<hr>
|
355
473
|
<div class="refsect2">
|
356
|
-
<a name="PangoFcFont--pattern"></a><h3>The <code class="literal"
|
357
|
-
<pre class="programlisting">
|
474
|
+
<a name="PangoFcFont--pattern"></a><h3>The <code class="literal">“pattern”</code> property</h3>
|
475
|
+
<pre class="programlisting"> “pattern” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre>
|
358
476
|
<p>The fontconfig pattern for this font.</p>
|
477
|
+
<p>Flags: Read / Write / Construct Only</p>
|
359
478
|
</div>
|
360
479
|
</div>
|
361
480
|
<div class="refsect1">
|
@@ -376,6 +495,6 @@ Fontconfig-based backend involves deriving from both
|
|
376
495
|
</div>
|
377
496
|
<div class="footer">
|
378
497
|
<hr>
|
379
|
-
Generated by GTK-Doc V1.
|
498
|
+
Generated by GTK-Doc V1.21.1</div>
|
380
499
|
</body>
|
381
500
|
</html>
|