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,15 +8,14 @@
|
|
8
8
|
<link rel="up" href="ch01.html" title="[Insert title here]">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-uniscribe.html" title="hb-uniscribe">
|
10
10
|
<link rel="next" href="harfbuzz-hb-gobject.html" title="hb-gobject">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-coretext.description" class="shortcut">Description</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="#harfbuzz-hb-coretext.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -30,13 +29,61 @@
|
|
30
29
|
<h2><span class="refentrytitle"><a name="harfbuzz-hb-coretext.top_of_page"></a>hb-coretext</span></h2>
|
31
30
|
<p>hb-coretext</p>
|
32
31
|
</td>
|
33
|
-
<td valign="top" align="right"></td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
33
|
</tr></table></div>
|
35
|
-
<div class="
|
36
|
-
<a name="harfbuzz-hb-coretext.
|
37
|
-
<
|
38
|
-
<
|
39
|
-
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="harfbuzz-hb-coretext.functions"></a><h2>Functions</h2>
|
36
|
+
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="functions_return">
|
39
|
+
<col class="functions_name">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-create" title="hb_coretext_face_create ()">hb_coretext_face_create</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<span class="returnvalue">CGFontRef</span>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-face-get-cg-font" title="hb_coretext_face_get_cg_font ()">hb_coretext_face_get_cg_font</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<span class="returnvalue">CTFontRef</span>
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="harfbuzz-hb-coretext.html#hb-coretext-font-get-ct-font" title="hb_coretext_font_get_ct_font ()">hb_coretext_font_get_ct_font</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
</tbody>
|
67
|
+
</table></div>
|
68
|
+
</div>
|
69
|
+
<div class="refsect1">
|
70
|
+
<a name="harfbuzz-hb-coretext.other"></a><h2>Types and Values</h2>
|
71
|
+
<div class="informaltable"><table width="100%" border="0">
|
72
|
+
<colgroup>
|
73
|
+
<col width="150px" class="name">
|
74
|
+
<col class="description">
|
75
|
+
</colgroup>
|
76
|
+
<tbody>
|
77
|
+
<tr>
|
78
|
+
<td class="define_keyword">#define</td>
|
79
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-MORT:CAPS" title="HB_CORETEXT_TAG_MORT">HB_CORETEXT_TAG_MORT</a></td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td class="define_keyword">#define</td>
|
83
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-coretext.html#HB-CORETEXT-TAG-MORX:CAPS" title="HB_CORETEXT_TAG_MORX">HB_CORETEXT_TAG_MORX</a></td>
|
84
|
+
</tr>
|
85
|
+
</tbody>
|
86
|
+
</table></div>
|
40
87
|
</div>
|
41
88
|
<div class="refsect1">
|
42
89
|
<a name="harfbuzz-hb-coretext.description"></a><h2>Description</h2>
|
@@ -44,24 +91,54 @@
|
|
44
91
|
</p>
|
45
92
|
</div>
|
46
93
|
<div class="refsect1">
|
47
|
-
<a name="harfbuzz-hb-coretext.
|
94
|
+
<a name="harfbuzz-hb-coretext.functions_details"></a><h2>Functions</h2>
|
95
|
+
<div class="refsect2">
|
96
|
+
<a name="hb-coretext-face-create"></a><h3>hb_coretext_face_create ()</h3>
|
97
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
98
|
+
hb_coretext_face_create (<em class="parameter"><code><span class="type">CGFontRef</span> cg_font</code></em>);</pre>
|
99
|
+
</div>
|
100
|
+
<hr>
|
48
101
|
<div class="refsect2">
|
49
|
-
<a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font
|
50
|
-
<pre class="programlisting"><span class="returnvalue">CGFontRef</span>
|
102
|
+
<a name="hb-coretext-face-get-cg-font"></a><h3>hb_coretext_face_get_cg_font ()</h3>
|
103
|
+
<pre class="programlisting"><span class="returnvalue">CGFontRef</span>
|
104
|
+
hb_coretext_face_get_cg_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
51
105
|
<p>
|
52
106
|
</p>
|
107
|
+
<div class="refsect3">
|
108
|
+
<a name="idp19763168"></a><h4>Returns</h4>
|
109
|
+
<p></p>
|
110
|
+
</div>
|
53
111
|
</div>
|
54
112
|
<hr>
|
55
113
|
<div class="refsect2">
|
56
|
-
<a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font
|
57
|
-
<pre class="programlisting"><span class="returnvalue">CTFontRef</span>
|
114
|
+
<a name="hb-coretext-font-get-ct-font"></a><h3>hb_coretext_font_get_ct_font ()</h3>
|
115
|
+
<pre class="programlisting"><span class="returnvalue">CTFontRef</span>
|
116
|
+
hb_coretext_font_get_ct_font (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t"><span class="type">hb_font_t</span></a> *font</code></em>);</pre>
|
58
117
|
<p>
|
59
118
|
</p>
|
119
|
+
<div class="refsect3">
|
120
|
+
<a name="idp23989600"></a><h4>Returns</h4>
|
121
|
+
<p></p>
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
<div class="refsect1">
|
126
|
+
<a name="harfbuzz-hb-coretext.other_details"></a><h2>Types and Values</h2>
|
127
|
+
<div class="refsect2">
|
128
|
+
<a name="HB-CORETEXT-TAG-MORT:CAPS"></a><h3>HB_CORETEXT_TAG_MORT</h3>
|
129
|
+
<pre class="programlisting">#define HB_CORETEXT_TAG_MORT HB_TAG('m','o','r','t')
|
130
|
+
</pre>
|
131
|
+
</div>
|
132
|
+
<hr>
|
133
|
+
<div class="refsect2">
|
134
|
+
<a name="HB-CORETEXT-TAG-MORX:CAPS"></a><h3>HB_CORETEXT_TAG_MORX</h3>
|
135
|
+
<pre class="programlisting">#define HB_CORETEXT_TAG_MORX HB_TAG('m','o','r','x')
|
136
|
+
</pre>
|
60
137
|
</div>
|
61
138
|
</div>
|
62
139
|
</div>
|
63
140
|
<div class="footer">
|
64
141
|
<hr>
|
65
|
-
Generated by GTK-Doc V1.
|
142
|
+
Generated by GTK-Doc V1.20.1</div>
|
66
143
|
</body>
|
67
144
|
</html>
|
@@ -8,15 +8,14 @@
|
|
8
8
|
<link rel="up" href="ch01.html" title="[Insert title here]">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-version.html" title="hb-version">
|
10
10
|
<link rel="next" href="harfbuzz-hb-set.html" title="hb-set">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-deprecated.description" class="shortcut">Description</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="#harfbuzz-hb-deprecated.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -30,14 +29,30 @@
|
|
30
29
|
<h2><span class="refentrytitle"><a name="harfbuzz-hb-deprecated.top_of_page"></a>hb-deprecated</span></h2>
|
31
30
|
<p>hb-deprecated</p>
|
32
31
|
</td>
|
33
|
-
<td valign="top" align="right"></td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
33
|
</tr></table></div>
|
35
|
-
<div class="
|
36
|
-
<a name="harfbuzz-hb-deprecated.
|
37
|
-
<
|
38
|
-
|
39
|
-
|
40
|
-
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="harfbuzz-hb-deprecated.other"></a><h2>Types and Values</h2>
|
36
|
+
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="name">
|
39
|
+
<col class="description">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="define_keyword">#define</td>
|
44
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_FLAGS_DEFAULT">HB_BUFFER_FLAGS_DEFAULT</a></td>
|
45
|
+
</tr>
|
46
|
+
<tr>
|
47
|
+
<td class="define_keyword">#define</td>
|
48
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-BUFFER-SERIALIZE-FLAGS-DEFAULT:CAPS" title="HB_BUFFER_SERIALIZE_FLAGS_DEFAULT">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</a></td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="define_keyword">#define</td>
|
52
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-deprecated.html#HB-SCRIPT-CANADIAN-ABORIGINAL:CAPS" title="HB_SCRIPT_CANADIAN_ABORIGINAL">HB_SCRIPT_CANADIAN_ABORIGINAL</a></td>
|
53
|
+
</tr>
|
54
|
+
</tbody>
|
55
|
+
</table></div>
|
41
56
|
</div>
|
42
57
|
<div class="refsect1">
|
43
58
|
<a name="harfbuzz-hb-deprecated.description"></a><h2>Description</h2>
|
@@ -45,15 +60,15 @@
|
|
45
60
|
</p>
|
46
61
|
</div>
|
47
62
|
<div class="refsect1">
|
48
|
-
<a name="harfbuzz-hb-deprecated.
|
63
|
+
<a name="harfbuzz-hb-deprecated.functions_details"></a><h2>Functions</h2>
|
64
|
+
</div>
|
65
|
+
<div class="refsect1">
|
66
|
+
<a name="harfbuzz-hb-deprecated.other_details"></a><h2>Types and Values</h2>
|
49
67
|
<div class="refsect2">
|
50
68
|
<a name="HB-BUFFER-FLAGS-DEFAULT:CAPS"></a><h3>HB_BUFFER_FLAGS_DEFAULT</h3>
|
51
69
|
<pre class="programlisting">#define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
|
52
70
|
</pre>
|
53
|
-
<div class="warning">
|
54
|
-
<h3 class="title">Warning</h3>
|
55
|
-
<p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p>
|
56
|
-
</div>
|
71
|
+
<div class="warning"><p><code class="literal">HB_BUFFER_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
|
57
72
|
<p>
|
58
73
|
</p>
|
59
74
|
</div>
|
@@ -62,10 +77,7 @@
|
|
62
77
|
<a name="HB-BUFFER-SERIALIZE-FLAGS-DEFAULT:CAPS"></a><h3>HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</h3>
|
63
78
|
<pre class="programlisting">#define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
|
64
79
|
</pre>
|
65
|
-
<div class="warning">
|
66
|
-
<h3 class="title">Warning</h3>
|
67
|
-
<p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p>
|
68
|
-
</div>
|
80
|
+
<div class="warning"><p><code class="literal">HB_BUFFER_SERIALIZE_FLAGS_DEFAULT</code> is deprecated and should not be used in newly-written code.</p></div>
|
69
81
|
<p>
|
70
82
|
</p>
|
71
83
|
</div>
|
@@ -74,10 +86,7 @@
|
|
74
86
|
<a name="HB-SCRIPT-CANADIAN-ABORIGINAL:CAPS"></a><h3>HB_SCRIPT_CANADIAN_ABORIGINAL</h3>
|
75
87
|
<pre class="programlisting">#define HB_SCRIPT_CANADIAN_ABORIGINAL HB_SCRIPT_CANADIAN_SYLLABICS
|
76
88
|
</pre>
|
77
|
-
<div class="warning">
|
78
|
-
<h3 class="title">Warning</h3>
|
79
|
-
<p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p>
|
80
|
-
</div>
|
89
|
+
<div class="warning"><p><code class="literal">HB_SCRIPT_CANADIAN_ABORIGINAL</code> is deprecated and should not be used in newly-written code.</p></div>
|
81
90
|
<p>
|
82
91
|
</p>
|
83
92
|
</div>
|
@@ -85,6 +94,6 @@
|
|
85
94
|
</div>
|
86
95
|
<div class="footer">
|
87
96
|
<hr>
|
88
|
-
Generated by GTK-Doc V1.
|
97
|
+
Generated by GTK-Doc V1.20.1</div>
|
89
98
|
</body>
|
90
99
|
</html>
|
@@ -8,15 +8,15 @@
|
|
8
8
|
<link rel="up" href="ch01.html" title="[Insert title here]">
|
9
9
|
<link rel="prev" href="harfbuzz-hb-blob.html" title="hb-blob">
|
10
10
|
<link rel="next" href="harfbuzz-hb-font.html" title="hb-font">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="#harfbuzz-hb-face.
|
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="#harfbuzz-hb-face.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#harfbuzz-hb-face.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
20
|
</td>
|
21
21
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
22
|
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -30,40 +30,169 @@
|
|
30
30
|
<h2><span class="refentrytitle"><a name="harfbuzz-hb-face.top_of_page"></a>hb-face</span></h2>
|
31
31
|
<p>hb-face</p>
|
32
32
|
</td>
|
33
|
-
<td valign="top" align="right"></td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
34
|
</tr></table></div>
|
35
|
-
<div class="
|
36
|
-
<a name="harfbuzz-hb-face.
|
37
|
-
<
|
38
|
-
|
39
|
-
<
|
40
|
-
|
41
|
-
|
42
|
-
<
|
43
|
-
<
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
<
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
<
|
52
|
-
<
|
53
|
-
<a class="link" href="harfbuzz-hb-
|
54
|
-
|
55
|
-
<
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
<
|
60
|
-
|
61
|
-
<
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="harfbuzz-hb-face.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
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-create" title="hb_face_create ()">hb_face_create</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-create-for-tables" title="hb_face_create_for_tables ()">hb_face_create_for_tables</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">
|
61
|
+
<span class="returnvalue">void</span>
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-destroy" title="hb_face_destroy ()">hb_face_destroy</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
70
|
+
</td>
|
71
|
+
<td class="function_name">
|
72
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-empty" title="hb_face_get_empty ()">hb_face_get_empty</a> <span class="c_punctuation">()</span>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-glyph-count" title="hb_face_get_glyph_count ()">hb_face_get_glyph_count</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
84
|
+
</td>
|
85
|
+
<td class="function_name">
|
86
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-index" title="hb_face_get_index ()">hb_face_get_index</a> <span class="c_punctuation">()</span>
|
87
|
+
</td>
|
88
|
+
</tr>
|
89
|
+
<tr>
|
90
|
+
<td class="function_type">unsigned <span class="returnvalue">int</span>
|
91
|
+
</td>
|
92
|
+
<td class="function_name">
|
93
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-upem" title="hb_face_get_upem ()">hb_face_get_upem</a> <span class="c_punctuation">()</span>
|
94
|
+
</td>
|
95
|
+
</tr>
|
96
|
+
<tr>
|
97
|
+
<td class="function_type">
|
98
|
+
<span class="returnvalue">void</span> *
|
99
|
+
</td>
|
100
|
+
<td class="function_name">
|
101
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-get-user-data" title="hb_face_get_user_data ()">hb_face_get_user_data</a> <span class="c_punctuation">()</span>
|
102
|
+
</td>
|
103
|
+
</tr>
|
104
|
+
<tr>
|
105
|
+
<td class="function_type">
|
106
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
107
|
+
</td>
|
108
|
+
<td class="function_name">
|
109
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-is-immutable" title="hb_face_is_immutable ()">hb_face_is_immutable</a> <span class="c_punctuation">()</span>
|
110
|
+
</td>
|
111
|
+
</tr>
|
112
|
+
<tr>
|
113
|
+
<td class="function_type">
|
114
|
+
<span class="returnvalue">void</span>
|
115
|
+
</td>
|
116
|
+
<td class="function_name">
|
117
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-make-immutable" title="hb_face_make_immutable ()">hb_face_make_immutable</a> <span class="c_punctuation">()</span>
|
118
|
+
</td>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
121
|
+
<td class="function_type">
|
122
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
123
|
+
</td>
|
124
|
+
<td class="function_name">
|
125
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-reference" title="hb_face_reference ()">hb_face_reference</a> <span class="c_punctuation">()</span>
|
126
|
+
</td>
|
127
|
+
</tr>
|
128
|
+
<tr>
|
129
|
+
<td class="function_type">
|
130
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
131
|
+
</td>
|
132
|
+
<td class="function_name">
|
133
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-reference-blob" title="hb_face_reference_blob ()">hb_face_reference_blob</a> <span class="c_punctuation">()</span>
|
134
|
+
</td>
|
135
|
+
</tr>
|
136
|
+
<tr>
|
137
|
+
<td class="function_type">
|
138
|
+
<a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
139
|
+
</td>
|
140
|
+
<td class="function_name">
|
141
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-reference-table" title="hb_face_reference_table ()">hb_face_reference_table</a> <span class="c_punctuation">()</span>
|
142
|
+
</td>
|
143
|
+
</tr>
|
144
|
+
<tr>
|
145
|
+
<td class="function_type">
|
146
|
+
<span class="returnvalue">void</span>
|
147
|
+
</td>
|
148
|
+
<td class="function_name">
|
149
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-set-glyph-count" title="hb_face_set_glyph_count ()">hb_face_set_glyph_count</a> <span class="c_punctuation">()</span>
|
150
|
+
</td>
|
151
|
+
</tr>
|
152
|
+
<tr>
|
153
|
+
<td class="function_type">
|
154
|
+
<span class="returnvalue">void</span>
|
155
|
+
</td>
|
156
|
+
<td class="function_name">
|
157
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-set-index" title="hb_face_set_index ()">hb_face_set_index</a> <span class="c_punctuation">()</span>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
<tr>
|
161
|
+
<td class="function_type">
|
162
|
+
<span class="returnvalue">void</span>
|
163
|
+
</td>
|
164
|
+
<td class="function_name">
|
165
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-set-upem" title="hb_face_set_upem ()">hb_face_set_upem</a> <span class="c_punctuation">()</span>
|
166
|
+
</td>
|
167
|
+
</tr>
|
168
|
+
<tr>
|
169
|
+
<td class="function_type">
|
170
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
171
|
+
</td>
|
172
|
+
<td class="function_name">
|
173
|
+
<a class="link" href="harfbuzz-hb-face.html#hb-face-set-user-data" title="hb_face_set_user_data ()">hb_face_set_user_data</a> <span class="c_punctuation">()</span>
|
174
|
+
</td>
|
175
|
+
</tr>
|
176
|
+
</tbody>
|
177
|
+
</table></div>
|
178
|
+
</div>
|
179
|
+
<a name="hb-face-t"></a><div class="refsect1">
|
180
|
+
<a name="harfbuzz-hb-face.other"></a><h2>Types and Values</h2>
|
181
|
+
<div class="informaltable"><table width="100%" border="0">
|
182
|
+
<colgroup>
|
183
|
+
<col width="150px" class="name">
|
184
|
+
<col class="description">
|
185
|
+
</colgroup>
|
186
|
+
<tbody><tr>
|
187
|
+
<td class="typedef_keyword">typedef</td>
|
188
|
+
<td class="function_name"><a class="link" href="harfbuzz-hb-face.html#hb-face-t">hb_face_t</a></td>
|
189
|
+
</tr></tbody>
|
190
|
+
</table></div>
|
191
|
+
</div>
|
192
|
+
<div class="refsect1">
|
193
|
+
<a name="harfbuzz-hb-face.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
194
|
+
<pre class="screen"> GBoxed
|
195
|
+
<span class="lineart">╰──</span> hb_face_t
|
67
196
|
</pre>
|
68
197
|
</div>
|
69
198
|
<div class="refsect1">
|
@@ -72,262 +201,419 @@ typedef <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title
|
|
72
201
|
</p>
|
73
202
|
</div>
|
74
203
|
<div class="refsect1">
|
75
|
-
<a name="harfbuzz-hb-face.
|
204
|
+
<a name="harfbuzz-hb-face.functions_details"></a><h2>Functions</h2>
|
76
205
|
<div class="refsect2">
|
77
|
-
<a name="hb-face-create"></a><h3>hb_face_create
|
78
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
79
|
-
|
206
|
+
<a name="hb-face-create"></a><h3>hb_face_create ()</h3>
|
207
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
208
|
+
hb_face_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="type">hb_blob_t</span></a> *blob</code></em>,
|
209
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
|
80
210
|
<p>
|
81
211
|
</p>
|
212
|
+
<div class="refsect3">
|
213
|
+
<a name="idp17669104"></a><h4>Returns</h4>
|
214
|
+
<p></p>
|
215
|
+
</div>
|
82
216
|
</div>
|
83
217
|
<hr>
|
84
218
|
<div class="refsect2">
|
85
|
-
<a name="hb-face-create-for-tables"></a><h3>hb_face_create_for_tables
|
86
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
87
|
-
|
88
|
-
|
89
|
-
<
|
90
|
-
<
|
91
|
-
<
|
92
|
-
<
|
93
|
-
<
|
94
|
-
<
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<
|
99
|
-
<td>
|
100
|
-
</
|
101
|
-
</
|
219
|
+
<a name="hb-face-create-for-tables"></a><h3>hb_face_create_for_tables ()</h3>
|
220
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
221
|
+
hb_face_create_for_tables (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-reference-table-func-t" title="hb_reference_table_func_t ()"><span class="type">hb_reference_table_func_t</span></a> reference_table_func</code></em>,
|
222
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
223
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
224
|
+
<div class="refsect3">
|
225
|
+
<a name="idp16965008"></a><h4>Parameters</h4>
|
226
|
+
<div class="informaltable"><table width="100%" border="0">
|
227
|
+
<colgroup>
|
228
|
+
<col width="150px" class="parameters_name">
|
229
|
+
<col class="parameters_description">
|
230
|
+
<col width="200px" class="parameters_annotations">
|
231
|
+
</colgroup>
|
232
|
+
<tbody><tr>
|
233
|
+
<td class="parameter_name"><p>reference_table_func</p></td>
|
234
|
+
<td class="parameter_description"><p>. </p></td>
|
235
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="This parameter is a 'destroy_data', for callbacks."><span class="acronym">destroy</span></acronym> destroy][<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</span></acronym>]</span></td>
|
236
|
+
</tr></tbody>
|
102
237
|
</table></div>
|
238
|
+
</div>
|
239
|
+
<div class="refsect3">
|
240
|
+
<a name="idp17846736"></a><h4>Returns</h4>
|
241
|
+
<p> (transfer full)</p>
|
242
|
+
<p></p>
|
243
|
+
</div>
|
103
244
|
<p class="since">Since 1.0</p>
|
104
245
|
</div>
|
105
246
|
<hr>
|
106
247
|
<div class="refsect2">
|
107
|
-
<a name="hb-face-destroy"></a><h3>hb_face_destroy
|
108
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
109
|
-
<
|
110
|
-
<
|
248
|
+
<a name="hb-face-destroy"></a><h3>hb_face_destroy ()</h3>
|
249
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
250
|
+
hb_face_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
251
|
+
<div class="refsect3">
|
252
|
+
<a name="idp14634400"></a><h4>Parameters</h4>
|
253
|
+
<div class="informaltable"><table width="100%" border="0">
|
254
|
+
<colgroup>
|
255
|
+
<col width="150px" class="parameters_name">
|
256
|
+
<col class="parameters_description">
|
257
|
+
<col width="200px" class="parameters_annotations">
|
258
|
+
</colgroup>
|
111
259
|
<tbody><tr>
|
112
|
-
<td
|
113
|
-
<td>a face.</td>
|
260
|
+
<td class="parameter_name"><p>face</p></td>
|
261
|
+
<td class="parameter_description"><p>a face.</p></td>
|
262
|
+
<td class="parameter_annotations"> </td>
|
114
263
|
</tr></tbody>
|
115
264
|
</table></div>
|
265
|
+
</div>
|
116
266
|
<p class="since">Since 1.0</p>
|
117
267
|
</div>
|
118
268
|
<hr>
|
119
269
|
<div class="refsect2">
|
120
|
-
<a name="hb-face-get-empty"></a><h3>hb_face_get_empty
|
121
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
122
|
-
<
|
123
|
-
<
|
124
|
-
<
|
125
|
-
<
|
126
|
-
<
|
127
|
-
</
|
128
|
-
</table></div>
|
270
|
+
<a name="hb-face-get-empty"></a><h3>hb_face_get_empty ()</h3>
|
271
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
272
|
+
hb_face_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
273
|
+
<div class="refsect3">
|
274
|
+
<a name="idp21412768"></a><h4>Returns</h4>
|
275
|
+
<p> (transfer full)</p>
|
276
|
+
<p></p>
|
277
|
+
</div>
|
129
278
|
<p class="since">Since 1.0</p>
|
130
279
|
</div>
|
131
280
|
<hr>
|
132
281
|
<div class="refsect2">
|
133
|
-
<a name="hb-face-get-glyph-count"></a><h3>hb_face_get_glyph_count
|
134
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
135
|
-
<
|
136
|
-
<
|
282
|
+
<a name="hb-face-get-glyph-count"></a><h3>hb_face_get_glyph_count ()</h3>
|
283
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
284
|
+
hb_face_get_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
285
|
+
<div class="refsect3">
|
286
|
+
<a name="idp22131376"></a><h4>Parameters</h4>
|
287
|
+
<div class="informaltable"><table width="100%" border="0">
|
288
|
+
<colgroup>
|
289
|
+
<col width="150px" class="parameters_name">
|
290
|
+
<col class="parameters_description">
|
291
|
+
<col width="200px" class="parameters_annotations">
|
292
|
+
</colgroup>
|
137
293
|
<tbody><tr>
|
138
|
-
<td
|
139
|
-
<td>a face.</td>
|
294
|
+
<td class="parameter_name"><p>face</p></td>
|
295
|
+
<td class="parameter_description"><p>a face.</p></td>
|
296
|
+
<td class="parameter_annotations"> </td>
|
140
297
|
</tr></tbody>
|
141
298
|
</table></div>
|
299
|
+
</div>
|
300
|
+
<div class="refsect3">
|
301
|
+
<a name="idp22139776"></a><h4>Returns</h4>
|
302
|
+
<p></p>
|
303
|
+
</div>
|
142
304
|
<p class="since">Since 1.0</p>
|
143
305
|
</div>
|
144
306
|
<hr>
|
145
307
|
<div class="refsect2">
|
146
|
-
<a name="hb-face-get-index"></a><h3>hb_face_get_index
|
147
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
148
|
-
<
|
149
|
-
<
|
308
|
+
<a name="hb-face-get-index"></a><h3>hb_face_get_index ()</h3>
|
309
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
310
|
+
hb_face_get_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
311
|
+
<div class="refsect3">
|
312
|
+
<a name="idp22148976"></a><h4>Parameters</h4>
|
313
|
+
<div class="informaltable"><table width="100%" border="0">
|
314
|
+
<colgroup>
|
315
|
+
<col width="150px" class="parameters_name">
|
316
|
+
<col class="parameters_description">
|
317
|
+
<col width="200px" class="parameters_annotations">
|
318
|
+
</colgroup>
|
150
319
|
<tbody><tr>
|
151
|
-
<td
|
152
|
-
<td>a face.</td>
|
320
|
+
<td class="parameter_name"><p>face</p></td>
|
321
|
+
<td class="parameter_description"><p>a face.</p></td>
|
322
|
+
<td class="parameter_annotations"> </td>
|
153
323
|
</tr></tbody>
|
154
324
|
</table></div>
|
325
|
+
</div>
|
326
|
+
<div class="refsect3">
|
327
|
+
<a name="idp22157376"></a><h4>Returns</h4>
|
328
|
+
<p></p>
|
329
|
+
</div>
|
155
330
|
<p class="since">Since 1.0</p>
|
156
331
|
</div>
|
157
332
|
<hr>
|
158
333
|
<div class="refsect2">
|
159
|
-
<a name="hb-face-get-upem"></a><h3>hb_face_get_upem
|
160
|
-
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
161
|
-
<
|
162
|
-
<
|
334
|
+
<a name="hb-face-get-upem"></a><h3>hb_face_get_upem ()</h3>
|
335
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span>
|
336
|
+
hb_face_get_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
337
|
+
<div class="refsect3">
|
338
|
+
<a name="idp22166576"></a><h4>Parameters</h4>
|
339
|
+
<div class="informaltable"><table width="100%" border="0">
|
340
|
+
<colgroup>
|
341
|
+
<col width="150px" class="parameters_name">
|
342
|
+
<col class="parameters_description">
|
343
|
+
<col width="200px" class="parameters_annotations">
|
344
|
+
</colgroup>
|
163
345
|
<tbody><tr>
|
164
|
-
<td
|
165
|
-
<td>a face.</td>
|
346
|
+
<td class="parameter_name"><p>face</p></td>
|
347
|
+
<td class="parameter_description"><p>a face.</p></td>
|
348
|
+
<td class="parameter_annotations"> </td>
|
166
349
|
</tr></tbody>
|
167
350
|
</table></div>
|
351
|
+
</div>
|
352
|
+
<div class="refsect3">
|
353
|
+
<a name="idp22174976"></a><h4>Returns</h4>
|
354
|
+
<p></p>
|
355
|
+
</div>
|
168
356
|
<p class="since">Since 1.0</p>
|
169
357
|
</div>
|
170
358
|
<hr>
|
171
359
|
<div class="refsect2">
|
172
|
-
<a name="hb-face-get-user-data"></a><h3>hb_face_get_user_data
|
173
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
174
|
-
|
175
|
-
<
|
176
|
-
<
|
177
|
-
<
|
178
|
-
<
|
179
|
-
<
|
180
|
-
<
|
181
|
-
|
182
|
-
<
|
183
|
-
|
184
|
-
<
|
185
|
-
</td>
|
186
|
-
|
187
|
-
</
|
360
|
+
<a name="hb-face-get-user-data"></a><h3>hb_face_get_user_data ()</h3>
|
361
|
+
<pre class="programlisting"><span class="returnvalue">void</span> *
|
362
|
+
hb_face_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
363
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
|
364
|
+
<div class="refsect3">
|
365
|
+
<a name="idp22185664"></a><h4>Parameters</h4>
|
366
|
+
<div class="informaltable"><table width="100%" border="0">
|
367
|
+
<colgroup>
|
368
|
+
<col width="150px" class="parameters_name">
|
369
|
+
<col class="parameters_description">
|
370
|
+
<col width="200px" class="parameters_annotations">
|
371
|
+
</colgroup>
|
372
|
+
<tbody><tr>
|
373
|
+
<td class="parameter_name"><p>face</p></td>
|
374
|
+
<td class="parameter_description"><p>a face.</p></td>
|
375
|
+
<td class="parameter_annotations"> </td>
|
376
|
+
</tr></tbody>
|
188
377
|
</table></div>
|
378
|
+
</div>
|
379
|
+
<div class="refsect3">
|
380
|
+
<a name="idp22194064"></a><h4>Returns</h4>
|
381
|
+
<p>. </p>
|
382
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
383
|
+
</div>
|
189
384
|
<p class="since">Since 1.0</p>
|
190
385
|
</div>
|
191
386
|
<hr>
|
192
387
|
<div class="refsect2">
|
193
|
-
<a name="hb-face-is-immutable"></a><h3>hb_face_is_immutable
|
194
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
195
|
-
<
|
196
|
-
<
|
388
|
+
<a name="hb-face-is-immutable"></a><h3>hb_face_is_immutable ()</h3>
|
389
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
390
|
+
hb_face_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
391
|
+
<div class="refsect3">
|
392
|
+
<a name="idp22204720"></a><h4>Parameters</h4>
|
393
|
+
<div class="informaltable"><table width="100%" border="0">
|
394
|
+
<colgroup>
|
395
|
+
<col width="150px" class="parameters_name">
|
396
|
+
<col class="parameters_description">
|
397
|
+
<col width="200px" class="parameters_annotations">
|
398
|
+
</colgroup>
|
197
399
|
<tbody><tr>
|
198
|
-
<td
|
199
|
-
<td>a face.</td>
|
400
|
+
<td class="parameter_name"><p>face</p></td>
|
401
|
+
<td class="parameter_description"><p>a face.</p></td>
|
402
|
+
<td class="parameter_annotations"> </td>
|
200
403
|
</tr></tbody>
|
201
404
|
</table></div>
|
405
|
+
</div>
|
406
|
+
<div class="refsect3">
|
407
|
+
<a name="idp22213120"></a><h4>Returns</h4>
|
408
|
+
<p></p>
|
409
|
+
</div>
|
202
410
|
<p class="since">Since 1.0</p>
|
203
411
|
</div>
|
204
412
|
<hr>
|
205
413
|
<div class="refsect2">
|
206
|
-
<a name="hb-face-make-immutable"></a><h3>hb_face_make_immutable
|
207
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
208
|
-
<
|
209
|
-
<
|
414
|
+
<a name="hb-face-make-immutable"></a><h3>hb_face_make_immutable ()</h3>
|
415
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
416
|
+
hb_face_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
417
|
+
<div class="refsect3">
|
418
|
+
<a name="idp22222176"></a><h4>Parameters</h4>
|
419
|
+
<div class="informaltable"><table width="100%" border="0">
|
420
|
+
<colgroup>
|
421
|
+
<col width="150px" class="parameters_name">
|
422
|
+
<col class="parameters_description">
|
423
|
+
<col width="200px" class="parameters_annotations">
|
424
|
+
</colgroup>
|
210
425
|
<tbody><tr>
|
211
|
-
<td
|
212
|
-
<td>a face.</td>
|
426
|
+
<td class="parameter_name"><p>face</p></td>
|
427
|
+
<td class="parameter_description"><p>a face.</p></td>
|
428
|
+
<td class="parameter_annotations"> </td>
|
213
429
|
</tr></tbody>
|
214
430
|
</table></div>
|
431
|
+
</div>
|
215
432
|
<p class="since">Since 1.0</p>
|
216
433
|
</div>
|
217
434
|
<hr>
|
218
435
|
<div class="refsect2">
|
219
|
-
<a name="hb-face-reference"></a><h3>hb_face_reference
|
220
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"
|
221
|
-
<
|
222
|
-
<
|
436
|
+
<a name="hb-face-reference"></a><h3>hb_face_reference ()</h3>
|
437
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="returnvalue">hb_face_t</span></a> *
|
438
|
+
hb_face_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
439
|
+
<div class="refsect3">
|
440
|
+
<a name="idp22238192"></a><h4>Parameters</h4>
|
441
|
+
<div class="informaltable"><table width="100%" border="0">
|
442
|
+
<colgroup>
|
443
|
+
<col width="150px" class="parameters_name">
|
444
|
+
<col class="parameters_description">
|
445
|
+
<col width="200px" class="parameters_annotations">
|
446
|
+
</colgroup>
|
223
447
|
<tbody><tr>
|
224
|
-
<td
|
225
|
-
<td>a face.</td>
|
448
|
+
<td class="parameter_name"><p>face</p></td>
|
449
|
+
<td class="parameter_description"><p>a face.</p></td>
|
450
|
+
<td class="parameter_annotations"> </td>
|
226
451
|
</tr></tbody>
|
227
452
|
</table></div>
|
453
|
+
</div>
|
454
|
+
<div class="refsect3">
|
455
|
+
<a name="idp22246592"></a><h4>Returns</h4>
|
456
|
+
<p></p>
|
457
|
+
</div>
|
228
458
|
<p class="since">Since 1.0</p>
|
229
459
|
</div>
|
230
460
|
<hr>
|
231
461
|
<div class="refsect2">
|
232
|
-
<a name="hb-face-reference-blob"></a><h3>hb_face_reference_blob
|
233
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
234
|
-
<
|
235
|
-
<
|
236
|
-
<
|
237
|
-
<
|
238
|
-
<
|
239
|
-
<
|
240
|
-
|
241
|
-
<
|
242
|
-
|
243
|
-
<
|
244
|
-
</td>
|
245
|
-
|
246
|
-
</
|
462
|
+
<a name="hb-face-reference-blob"></a><h3>hb_face_reference_blob ()</h3>
|
463
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
464
|
+
hb_face_reference_blob (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>);</pre>
|
465
|
+
<div class="refsect3">
|
466
|
+
<a name="idp22255648"></a><h4>Parameters</h4>
|
467
|
+
<div class="informaltable"><table width="100%" border="0">
|
468
|
+
<colgroup>
|
469
|
+
<col width="150px" class="parameters_name">
|
470
|
+
<col class="parameters_description">
|
471
|
+
<col width="200px" class="parameters_annotations">
|
472
|
+
</colgroup>
|
473
|
+
<tbody><tr>
|
474
|
+
<td class="parameter_name"><p>face</p></td>
|
475
|
+
<td class="parameter_description"><p>a face.</p></td>
|
476
|
+
<td class="parameter_annotations"> </td>
|
477
|
+
</tr></tbody>
|
247
478
|
</table></div>
|
479
|
+
</div>
|
480
|
+
<div class="refsect3">
|
481
|
+
<a name="idp22264048"></a><h4>Returns</h4>
|
482
|
+
<p>. </p>
|
483
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
484
|
+
</div>
|
248
485
|
<p class="since">Since 1.0</p>
|
249
486
|
</div>
|
250
487
|
<hr>
|
251
488
|
<div class="refsect2">
|
252
|
-
<a name="hb-face-reference-table"></a><h3>hb_face_reference_table
|
253
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"
|
254
|
-
|
255
|
-
<
|
256
|
-
<
|
257
|
-
<
|
258
|
-
<
|
259
|
-
<
|
260
|
-
<
|
261
|
-
|
262
|
-
<
|
263
|
-
|
264
|
-
<
|
265
|
-
</td>
|
266
|
-
|
267
|
-
</
|
489
|
+
<a name="hb-face-reference-table"></a><h3>hb_face_reference_table ()</h3>
|
490
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-blob.html#hb-blob-t"><span class="returnvalue">hb_blob_t</span></a> *
|
491
|
+
hb_face_reference_table (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
492
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-tag-t" title="hb_tag_t"><span class="type">hb_tag_t</span></a> tag</code></em>);</pre>
|
493
|
+
<div class="refsect3">
|
494
|
+
<a name="idp22276400"></a><h4>Parameters</h4>
|
495
|
+
<div class="informaltable"><table width="100%" border="0">
|
496
|
+
<colgroup>
|
497
|
+
<col width="150px" class="parameters_name">
|
498
|
+
<col class="parameters_description">
|
499
|
+
<col width="200px" class="parameters_annotations">
|
500
|
+
</colgroup>
|
501
|
+
<tbody><tr>
|
502
|
+
<td class="parameter_name"><p>face</p></td>
|
503
|
+
<td class="parameter_description"><p>a face.</p></td>
|
504
|
+
<td class="parameter_annotations"> </td>
|
505
|
+
</tr></tbody>
|
268
506
|
</table></div>
|
507
|
+
</div>
|
508
|
+
<div class="refsect3">
|
509
|
+
<a name="idp22284800"></a><h4>Returns</h4>
|
510
|
+
<p>. </p>
|
511
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
512
|
+
</div>
|
269
513
|
<p class="since">Since 1.0</p>
|
270
514
|
</div>
|
271
515
|
<hr>
|
272
516
|
<div class="refsect2">
|
273
|
-
<a name="hb-face-set-glyph-count"></a><h3>hb_face_set_glyph_count
|
274
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
275
|
-
|
276
|
-
<
|
277
|
-
<
|
517
|
+
<a name="hb-face-set-glyph-count"></a><h3>hb_face_set_glyph_count ()</h3>
|
518
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
519
|
+
hb_face_set_glyph_count (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
520
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> glyph_count</code></em>);</pre>
|
521
|
+
<div class="refsect3">
|
522
|
+
<a name="idp22297328"></a><h4>Parameters</h4>
|
523
|
+
<div class="informaltable"><table width="100%" border="0">
|
524
|
+
<colgroup>
|
525
|
+
<col width="150px" class="parameters_name">
|
526
|
+
<col class="parameters_description">
|
527
|
+
<col width="200px" class="parameters_annotations">
|
528
|
+
</colgroup>
|
278
529
|
<tbody><tr>
|
279
|
-
<td
|
280
|
-
<td>a face.</td>
|
530
|
+
<td class="parameter_name"><p>face</p></td>
|
531
|
+
<td class="parameter_description"><p>a face.</p></td>
|
532
|
+
<td class="parameter_annotations"> </td>
|
281
533
|
</tr></tbody>
|
282
534
|
</table></div>
|
535
|
+
</div>
|
283
536
|
<p class="since">Since 1.0</p>
|
284
537
|
</div>
|
285
538
|
<hr>
|
286
539
|
<div class="refsect2">
|
287
|
-
<a name="hb-face-set-index"></a><h3>hb_face_set_index
|
288
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
289
|
-
|
290
|
-
<
|
291
|
-
<
|
540
|
+
<a name="hb-face-set-index"></a><h3>hb_face_set_index ()</h3>
|
541
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
542
|
+
hb_face_set_index (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
543
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> index</code></em>);</pre>
|
544
|
+
<div class="refsect3">
|
545
|
+
<a name="idp22315120"></a><h4>Parameters</h4>
|
546
|
+
<div class="informaltable"><table width="100%" border="0">
|
547
|
+
<colgroup>
|
548
|
+
<col width="150px" class="parameters_name">
|
549
|
+
<col class="parameters_description">
|
550
|
+
<col width="200px" class="parameters_annotations">
|
551
|
+
</colgroup>
|
292
552
|
<tbody><tr>
|
293
|
-
<td
|
294
|
-
<td>a face.</td>
|
553
|
+
<td class="parameter_name"><p>face</p></td>
|
554
|
+
<td class="parameter_description"><p>a face.</p></td>
|
555
|
+
<td class="parameter_annotations"> </td>
|
295
556
|
</tr></tbody>
|
296
557
|
</table></div>
|
558
|
+
</div>
|
297
559
|
<p class="since">Since 1.0</p>
|
298
560
|
</div>
|
299
561
|
<hr>
|
300
562
|
<div class="refsect2">
|
301
|
-
<a name="hb-face-set-upem"></a><h3>hb_face_set_upem
|
302
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
303
|
-
|
304
|
-
<
|
305
|
-
<
|
563
|
+
<a name="hb-face-set-upem"></a><h3>hb_face_set_upem ()</h3>
|
564
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
565
|
+
hb_face_set_upem (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
566
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> upem</code></em>);</pre>
|
567
|
+
<div class="refsect3">
|
568
|
+
<a name="idp22332912"></a><h4>Parameters</h4>
|
569
|
+
<div class="informaltable"><table width="100%" border="0">
|
570
|
+
<colgroup>
|
571
|
+
<col width="150px" class="parameters_name">
|
572
|
+
<col class="parameters_description">
|
573
|
+
<col width="200px" class="parameters_annotations">
|
574
|
+
</colgroup>
|
306
575
|
<tbody><tr>
|
307
|
-
<td
|
308
|
-
<td>a face.</td>
|
576
|
+
<td class="parameter_name"><p>face</p></td>
|
577
|
+
<td class="parameter_description"><p>a face.</p></td>
|
578
|
+
<td class="parameter_annotations"> </td>
|
309
579
|
</tr></tbody>
|
310
580
|
</table></div>
|
581
|
+
</div>
|
311
582
|
<p class="since">Since 1.0</p>
|
312
583
|
</div>
|
313
584
|
<hr>
|
314
585
|
<div class="refsect2">
|
315
|
-
<a name="hb-face-set-user-data"></a><h3>hb_face_set_user_data
|
316
|
-
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
<
|
322
|
-
<
|
586
|
+
<a name="hb-face-set-user-data"></a><h3>hb_face_set_user_data ()</h3>
|
587
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a>
|
588
|
+
hb_face_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-face.html#hb-face-t"><span class="type">hb_face_t</span></a> *face</code></em>,
|
589
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
|
590
|
+
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
591
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
|
592
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
|
593
|
+
<div class="refsect3">
|
594
|
+
<a name="idp22355472"></a><h4>Parameters</h4>
|
595
|
+
<div class="informaltable"><table width="100%" border="0">
|
596
|
+
<colgroup>
|
597
|
+
<col width="150px" class="parameters_name">
|
598
|
+
<col class="parameters_description">
|
599
|
+
<col width="200px" class="parameters_annotations">
|
600
|
+
</colgroup>
|
323
601
|
<tbody><tr>
|
324
|
-
<td
|
325
|
-
<td>a face.</td>
|
602
|
+
<td class="parameter_name"><p>face</p></td>
|
603
|
+
<td class="parameter_description"><p>a face.</p></td>
|
604
|
+
<td class="parameter_annotations"> </td>
|
326
605
|
</tr></tbody>
|
327
606
|
</table></div>
|
607
|
+
</div>
|
608
|
+
<div class="refsect3">
|
609
|
+
<a name="idp22363872"></a><h4>Returns</h4>
|
610
|
+
<p></p>
|
611
|
+
</div>
|
328
612
|
<p class="since">Since 1.0</p>
|
329
613
|
</div>
|
330
|
-
|
614
|
+
</div>
|
615
|
+
<div class="refsect1">
|
616
|
+
<a name="harfbuzz-hb-face.other_details"></a><h2>Types and Values</h2>
|
331
617
|
<div class="refsect2">
|
332
618
|
<a name="hb-face-t"></a><h3>hb_face_t</h3>
|
333
619
|
<pre class="programlisting">typedef struct hb_face_t hb_face_t;
|
@@ -339,6 +625,6 @@ typedef <a class="link" href="harfbuzz-hb-face.html#hb-face-t" title
|
|
339
625
|
</div>
|
340
626
|
<div class="footer">
|
341
627
|
<hr>
|
342
|
-
Generated by GTK-Doc V1.
|
628
|
+
Generated by GTK-Doc V1.20.1</div>
|
343
629
|
</body>
|
344
630
|
</html>
|