pango 2.2.4-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README +33 -0
- data/Rakefile +65 -0
- data/ext/pango/depend +12 -0
- data/ext/pango/extconf.rb +90 -0
- data/ext/pango/pango.def +18 -0
- data/ext/pango/rbpango.c +318 -0
- data/ext/pango/rbpango.h +96 -0
- data/ext/pango/rbpangoanalysis.c +218 -0
- data/ext/pango/rbpangoattribute.c +499 -0
- data/ext/pango/rbpangoattriterator.c +141 -0
- data/ext/pango/rbpangoattrlist.c +101 -0
- data/ext/pango/rbpangocairo.c +122 -0
- data/ext/pango/rbpangocairocontext.c +131 -0
- data/ext/pango/rbpangocolor.c +120 -0
- data/ext/pango/rbpangocontext.c +309 -0
- data/ext/pango/rbpangoconversions.h +111 -0
- data/ext/pango/rbpangocoverage.c +106 -0
- data/ext/pango/rbpangoengine.c +73 -0
- data/ext/pango/rbpangofont.c +110 -0
- data/ext/pango/rbpangofontdescription.c +282 -0
- data/ext/pango/rbpangofontface.c +73 -0
- data/ext/pango/rbpangofontfamily.c +79 -0
- data/ext/pango/rbpangofontmap.c +102 -0
- data/ext/pango/rbpangofontmetrics.c +85 -0
- data/ext/pango/rbpangofontset.c +69 -0
- data/ext/pango/rbpangofontsetsimple.c +60 -0
- data/ext/pango/rbpangoglyphinfo.c +123 -0
- data/ext/pango/rbpangoglyphitem.c +125 -0
- data/ext/pango/rbpangoglyphstring.c +151 -0
- data/ext/pango/rbpangogravity.c +54 -0
- data/ext/pango/rbpangoitem.c +95 -0
- data/ext/pango/rbpangolanguage.c +86 -0
- data/ext/pango/rbpangolayout.c +572 -0
- data/ext/pango/rbpangolayoutiter.c +189 -0
- data/ext/pango/rbpangolayoutline.c +239 -0
- data/ext/pango/rbpangologattr.c +109 -0
- data/ext/pango/rbpangomatrix.c +143 -0
- data/ext/pango/rbpangoprivate.h +49 -0
- data/ext/pango/rbpangorectangle.c +170 -0
- data/ext/pango/rbpangorenderer.c +193 -0
- data/ext/pango/rbpangoscript.c +84 -0
- data/ext/pango/rbpangoscriptiter.c +92 -0
- data/ext/pango/rbpangotabarray.c +128 -0
- data/extconf.rb +49 -0
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/pango.rb +79 -0
- data/sample/attribute.rb +82 -0
- data/sample/break.rb +28 -0
- data/sample/gdk_layout.rb +27 -0
- data/sample/glyphstring.rb +61 -0
- data/sample/item.rb +37 -0
- data/sample/label.rb +23 -0
- data/sample/layout.rb +102 -0
- data/sample/pango_cairo.rb +66 -0
- data/sample/parse.rb +33 -0
- data/sample/sample.txt +10 -0
- data/sample/script.rb +23 -0
- data/test/pango-test-utils.rb +9 -0
- data/test/run-test.rb +28 -0
- data/test/test-analysis.rb +26 -0
- data/test/test-attribute.rb +19 -0
- data/test/test-color.rb +47 -0
- data/test/test-language.rb +7 -0
- data/test/test-layout.rb +34 -0
- data/test/test-log-attr.rb +26 -0
- data/test/test-matrix.rb +26 -0
- data/test/test-rectangle.rb +26 -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/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 +19 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +126 -0
- data/vendor/local/include/harfbuzz/hb-buffer.h +344 -0
- data/vendor/local/include/harfbuzz/hb-common.h +344 -0
- data/vendor/local/include/harfbuzz/hb-deprecated.h +51 -0
- data/vendor/local/include/harfbuzz/hb-face.h +117 -0
- data/vendor/local/include/harfbuzz/hb-font.h +507 -0
- data/vendor/local/include/harfbuzz/hb-ft.h +62 -0
- data/vendor/local/include/harfbuzz/hb-glib.h +52 -0
- 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 +302 -0
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +53 -0
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +59 -0
- data/vendor/local/include/harfbuzz/hb-ot.h +43 -0
- data/vendor/local/include/harfbuzz/hb-set.h +154 -0
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +89 -0
- data/vendor/local/include/harfbuzz/hb-shape.h +81 -0
- data/vendor/local/include/harfbuzz/hb-unicode.h +445 -0
- data/vendor/local/include/harfbuzz/hb-version.h +66 -0
- data/vendor/local/include/harfbuzz/hb.h +47 -0
- 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-attributes.h +514 -0
- data/vendor/local/include/pango-1.0/pango/pango-bidi-type.h +136 -0
- data/vendor/local/include/pango-1.0/pango/pango-break.h +173 -0
- data/vendor/local/include/pango-1.0/pango/pango-context.h +112 -0
- data/vendor/local/include/pango-1.0/pango/pango-coverage.h +79 -0
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +429 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +69 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pango-font.h +622 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +167 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontset.h +169 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +158 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +197 -0
- data/vendor/local/include/pango-1.0/pango/pango-gravity.h +128 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +109 -0
- data/vendor/local/include/pango-1.0/pango/pango-language.h +61 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +340 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +117 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +71 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +391 -0
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +260 -0
- data/vendor/local/include/pango-1.0/pango/pango-script.h +260 -0
- data/vendor/local/include/pango-1.0/pango/pango-tabs.h +87 -0
- data/vendor/local/include/pango-1.0/pango/pango-types.h +200 -0
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +189 -0
- data/vendor/local/include/pango-1.0/pango/pango.h +48 -0
- data/vendor/local/include/pango-1.0/pango/pangocairo.h +169 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +110 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +153 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +289 -0
- data/vendor/local/include/pango-1.0/pango/pangoft2.h +133 -0
- data/vendor/local/include/pango-1.0/pango/pangowin32.h +128 -0
- 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 +41 -0
- 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 +41 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +41 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +41 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +41 -0
- 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 +41 -0
- 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 +41 -0
- 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 +41 -0
- 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 +41 -0
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +13 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +11 -0
- 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 +14 -0
- data/vendor/local/lib/pkgconfig/pangocairo.pc +11 -0
- data/vendor/local/lib/pkgconfig/pangoft2.pc +12 -0
- data/vendor/local/lib/pkgconfig/pangowin32.pc +11 -0
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +13329 -0
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +833 -0
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +354 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +75 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +1449 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +98 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +610 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1780 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +1337 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +144 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +99 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +630 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +2529 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +188 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +120 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +50 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +120 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +120 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +771 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +172 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +50 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +966 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +405 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +286 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1523 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +100 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +182 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +50 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +378 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +105 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +496 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +224 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +255 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +246 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +500 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +1001 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +301 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +1219 -0
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +89 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +135 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +49 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +64 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +228 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +152 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +122 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +87 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +124 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +97 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +46 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +39 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +39 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +53 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +42 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +38 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +201 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +165 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +171 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +284 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +2968 -0
- data/vendor/local/share/gtk-doc/html/pango/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/index.html +146 -0
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +957 -0
- data/vendor/local/share/gtk-doc/html/pango/layout.gif +0 -0
- data/vendor/local/share/gtk-doc/html/pango/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +68 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +514 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +1632 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +115 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +508 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +358 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +4154 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +956 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +2627 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +4153 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +965 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +331 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +2202 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1430 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +582 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +3356 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +2079 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +325 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +1028 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +1275 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +91 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +131 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +786 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +63 -0
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +47 -0
- data/vendor/local/share/gtk-doc/html/pango/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/rotated-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/pango/tools.html +33 -0
- data/vendor/local/share/gtk-doc/html/pango/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/up.png +0 -0
- data/vendor/local/share/icu/54.1/config/mh-mingw64 +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 +9 -0
- data/vendor/local/share/license/harfbuzz/COPYING +36 -0
- data/vendor/local/share/license/pango/AUTHORS +2 -0
- data/vendor/local/share/license/pango/COPYING +482 -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 +106 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -0
- 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 +599 -0
@@ -0,0 +1,1028 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Pango Reference Manual: Win32 Fonts and Rendering</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="rendering.html" title="Rendering with Pango">
|
9
|
+
<link rel="prev" href="rendering.html" title="Rendering with Pango">
|
10
|
+
<link rel="next" href="pango-FreeType-Fonts-and-Rendering.html" title="FreeType Fonts and Rendering">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
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="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="#pango-Win32-Fonts-and-Rendering.description" class="shortcut">Description</a></span>
|
19
|
+
</td>
|
20
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
+
<td><a accesskey="u" href="rendering.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
+
<td><a accesskey="p" href="rendering.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="pango-FreeType-Fonts-and-Rendering.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
+
</tr></table>
|
25
|
+
<div class="refentry">
|
26
|
+
<a name="pango-Win32-Fonts-and-Rendering"></a><div class="titlepage"></div>
|
27
|
+
<div class="refnamediv"><table width="100%"><tr>
|
28
|
+
<td valign="top">
|
29
|
+
<h2><span class="refentrytitle"><a name="pango-Win32-Fonts-and-Rendering.top_of_page"></a>Win32 Fonts and Rendering</span></h2>
|
30
|
+
<p>Win32 Fonts and Rendering — Functions for shape engines to manipulate Win32 fonts</p>
|
31
|
+
</td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
+
</tr></table></div>
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="pango-Win32-Fonts-and-Rendering.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="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-context" title="pango_win32_get_context ()">pango_win32_get_context</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<span class="returnvalue">void</span>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render" title="pango_win32_render ()">pango_win32_render</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<span class="returnvalue">void</span>
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-transformed" title="pango_win32_render_transformed ()">pango_win32_render_transformed</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
67
|
+
<td class="function_type">
|
68
|
+
<span class="returnvalue">void</span>
|
69
|
+
</td>
|
70
|
+
<td class="function_name">
|
71
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout-line" title="pango_win32_render_layout_line ()">pango_win32_render_layout_line</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="function_type">
|
76
|
+
<span class="returnvalue">void</span>
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout" title="pango_win32_render_layout ()">pango_win32_render_layout</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">
|
84
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
85
|
+
</td>
|
86
|
+
<td class="function_name">
|
87
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-unknown-glyph" title="pango_win32_get_unknown_glyph ()">pango_win32_get_unknown_glyph</a> <span class="c_punctuation">()</span>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
<tr>
|
91
|
+
<td class="function_type">
|
92
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
93
|
+
</td>
|
94
|
+
<td class="function_name">
|
95
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-glyph-index" title="pango_win32_font_get_glyph_index ()">pango_win32_font_get_glyph_index</a> <span class="c_punctuation">()</span>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
<tr>
|
99
|
+
<td class="function_type">
|
100
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
|
+
</td>
|
102
|
+
<td class="function_name">
|
103
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-select-font" title="pango_win32_font_select_font ()">pango_win32_font_select_font</a> <span class="c_punctuation">()</span>
|
104
|
+
</td>
|
105
|
+
</tr>
|
106
|
+
<tr>
|
107
|
+
<td class="function_type">
|
108
|
+
<span class="returnvalue">void</span>
|
109
|
+
</td>
|
110
|
+
<td class="function_name">
|
111
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-done-font" title="pango_win32_font_done_font ()">pango_win32_font_done_font</a> <span class="c_punctuation">()</span>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
<tr>
|
115
|
+
<td class="function_type">
|
116
|
+
<span class="returnvalue">double</span>
|
117
|
+
</td>
|
118
|
+
<td class="function_name">
|
119
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-metrics-factor" title="pango_win32_font_get_metrics_factor ()">pango_win32_font_get_metrics_factor</a> <span class="c_punctuation">()</span>
|
120
|
+
</td>
|
121
|
+
</tr>
|
122
|
+
<tr>
|
123
|
+
<td class="function_type">
|
124
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
125
|
+
</td>
|
126
|
+
<td class="function_name">
|
127
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-debug-flag" title="pango_win32_get_debug_flag ()">pango_win32_get_debug_flag</a> <span class="c_punctuation">()</span>
|
128
|
+
</td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td class="function_type">
|
132
|
+
<span class="returnvalue">HDC</span>
|
133
|
+
</td>
|
134
|
+
<td class="function_name">
|
135
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-dc" title="pango_win32_get_dc ()">pango_win32_get_dc</a> <span class="c_punctuation">()</span>
|
136
|
+
</td>
|
137
|
+
</tr>
|
138
|
+
<tr>
|
139
|
+
<td class="function_type">
|
140
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="returnvalue">PangoWin32FontCache</span></a> *
|
141
|
+
</td>
|
142
|
+
<td class="function_name">
|
143
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-new" title="pango_win32_font_cache_new ()">pango_win32_font_cache_new</a> <span class="c_punctuation">()</span>
|
144
|
+
</td>
|
145
|
+
</tr>
|
146
|
+
<tr>
|
147
|
+
<td class="function_type">
|
148
|
+
<span class="returnvalue">void</span>
|
149
|
+
</td>
|
150
|
+
<td class="function_name">
|
151
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-free" title="pango_win32_font_cache_free ()">pango_win32_font_cache_free</a> <span class="c_punctuation">()</span>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
<tr>
|
155
|
+
<td class="function_type">
|
156
|
+
<span class="returnvalue">HFONT</span>
|
157
|
+
</td>
|
158
|
+
<td class="function_name">
|
159
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-load" title="pango_win32_font_cache_load ()">pango_win32_font_cache_load</a> <span class="c_punctuation">()</span>
|
160
|
+
</td>
|
161
|
+
</tr>
|
162
|
+
<tr>
|
163
|
+
<td class="function_type">
|
164
|
+
<span class="returnvalue">HFONT</span>
|
165
|
+
</td>
|
166
|
+
<td class="function_name">
|
167
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-loadw" title="pango_win32_font_cache_loadw ()">pango_win32_font_cache_loadw</a> <span class="c_punctuation">()</span>
|
168
|
+
</td>
|
169
|
+
</tr>
|
170
|
+
<tr>
|
171
|
+
<td class="function_type">
|
172
|
+
<span class="returnvalue">void</span>
|
173
|
+
</td>
|
174
|
+
<td class="function_name">
|
175
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload" title="pango_win32_font_cache_unload ()">pango_win32_font_cache_unload</a> <span class="c_punctuation">()</span>
|
176
|
+
</td>
|
177
|
+
</tr>
|
178
|
+
<tr>
|
179
|
+
<td class="function_type">
|
180
|
+
<a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> *
|
181
|
+
</td>
|
182
|
+
<td class="function_name">
|
183
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-for-display" title="pango_win32_font_map_for_display ()">pango_win32_font_map_for_display</a> <span class="c_punctuation">()</span>
|
184
|
+
</td>
|
185
|
+
</tr>
|
186
|
+
<tr>
|
187
|
+
<td class="function_type">
|
188
|
+
<span class="returnvalue">void</span>
|
189
|
+
</td>
|
190
|
+
<td class="function_name">
|
191
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-shutdown-display" title="pango_win32_shutdown_display ()">pango_win32_shutdown_display</a> <span class="c_punctuation">()</span>
|
192
|
+
</td>
|
193
|
+
</tr>
|
194
|
+
<tr>
|
195
|
+
<td class="function_type">
|
196
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="returnvalue">PangoWin32FontCache</span></a> *
|
197
|
+
</td>
|
198
|
+
<td class="function_name">
|
199
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-get-font-cache" title="pango_win32_font_map_get_font_cache ()">pango_win32_font_map_get_font_cache</a> <span class="c_punctuation">()</span>
|
200
|
+
</td>
|
201
|
+
</tr>
|
202
|
+
<tr>
|
203
|
+
<td class="function_type">
|
204
|
+
<span class="returnvalue">LOGFONTA</span> *
|
205
|
+
</td>
|
206
|
+
<td class="function_name">
|
207
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfont" title="pango_win32_font_logfont ()">pango_win32_font_logfont</a> <span class="c_punctuation">()</span>
|
208
|
+
</td>
|
209
|
+
</tr>
|
210
|
+
<tr>
|
211
|
+
<td class="function_type">
|
212
|
+
<span class="returnvalue">LOGFONTW</span> *
|
213
|
+
</td>
|
214
|
+
<td class="function_name">
|
215
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfontw" title="pango_win32_font_logfontw ()">pango_win32_font_logfontw</a> <span class="c_punctuation">()</span>
|
216
|
+
</td>
|
217
|
+
</tr>
|
218
|
+
<tr>
|
219
|
+
<td class="function_type">
|
220
|
+
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
221
|
+
</td>
|
222
|
+
<td class="function_name">
|
223
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfont" title="pango_win32_font_description_from_logfont ()">pango_win32_font_description_from_logfont</a> <span class="c_punctuation">()</span>
|
224
|
+
</td>
|
225
|
+
</tr>
|
226
|
+
<tr>
|
227
|
+
<td class="function_type">
|
228
|
+
<a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
229
|
+
</td>
|
230
|
+
<td class="function_name">
|
231
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfontw" title="pango_win32_font_description_from_logfontw ()">pango_win32_font_description_from_logfontw</a> <span class="c_punctuation">()</span>
|
232
|
+
</td>
|
233
|
+
</tr>
|
234
|
+
</tbody>
|
235
|
+
</table></div>
|
236
|
+
</div>
|
237
|
+
<div class="refsect1">
|
238
|
+
<a name="pango-Win32-Fonts-and-Rendering.other"></a><h2>Types and Values</h2>
|
239
|
+
<div class="informaltable"><table width="100%" border="0">
|
240
|
+
<colgroup>
|
241
|
+
<col width="150px" class="name">
|
242
|
+
<col class="description">
|
243
|
+
</colgroup>
|
244
|
+
<tbody>
|
245
|
+
<tr>
|
246
|
+
<td class="define_keyword">#define</td>
|
247
|
+
<td class="function_name"><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-WIN32:CAPS" title="PANGO_RENDER_TYPE_WIN32">PANGO_RENDER_TYPE_WIN32</a></td>
|
248
|
+
</tr>
|
249
|
+
<tr>
|
250
|
+
<td class="datatype_keyword"> </td>
|
251
|
+
<td class="function_name"><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache">PangoWin32FontCache</a></td>
|
252
|
+
</tr>
|
253
|
+
</tbody>
|
254
|
+
</table></div>
|
255
|
+
</div>
|
256
|
+
<div class="refsect1">
|
257
|
+
<a name="pango-Win32-Fonts-and-Rendering.description"></a><h2>Description</h2>
|
258
|
+
<p>The macros and functions in this section are used to access fonts natively on
|
259
|
+
Win32 systems and to render text in conjunction with Win32 APIs.</p>
|
260
|
+
</div>
|
261
|
+
<div class="refsect1">
|
262
|
+
<a name="pango-Win32-Fonts-and-Rendering.functions_details"></a><h2>Functions</h2>
|
263
|
+
<div class="refsect2">
|
264
|
+
<a name="pango-win32-get-context"></a><h3>pango_win32_get_context ()</h3>
|
265
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> *
|
266
|
+
pango_win32_get_context (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
267
|
+
<div class="warning">
|
268
|
+
<p><code class="literal">pango_win32_get_context</code> has been deprecated since version 1.22 and should not be used in newly-written code.</p>
|
269
|
+
<p>Use <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-for-display" title="pango_win32_font_map_for_display ()"><code class="function">pango_win32_font_map_for_display()</code></a> followed by
|
270
|
+
<a class="link" href="pango-Fonts.html#pango-font-map-create-context" title="pango_font_map_create_context ()"><code class="function">pango_font_map_create_context()</code></a> instead.</p>
|
271
|
+
</div>
|
272
|
+
<p>Retrieves a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> appropriate for rendering with Windows fonts.</p>
|
273
|
+
<div class="refsect3">
|
274
|
+
<a name="id-1.3.2.6.2.6"></a><h4>Returns</h4>
|
275
|
+
<p> the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a></p>
|
276
|
+
<p></p>
|
277
|
+
</div>
|
278
|
+
</div>
|
279
|
+
<hr>
|
280
|
+
<div class="refsect2">
|
281
|
+
<a name="pango-win32-render"></a><h3>pango_win32_render ()</h3>
|
282
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
283
|
+
pango_win32_render (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
|
284
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
285
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
286
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
287
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
288
|
+
<p>Render a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a Windows DC</p>
|
289
|
+
<div class="refsect3">
|
290
|
+
<a name="id-1.3.2.6.3.5"></a><h4>Parameters</h4>
|
291
|
+
<div class="informaltable"><table width="100%" border="0">
|
292
|
+
<colgroup>
|
293
|
+
<col width="150px" class="parameters_name">
|
294
|
+
<col class="parameters_description">
|
295
|
+
<col width="200px" class="parameters_annotations">
|
296
|
+
</colgroup>
|
297
|
+
<tbody>
|
298
|
+
<tr>
|
299
|
+
<td class="parameter_name"><p>hdc</p></td>
|
300
|
+
<td class="parameter_description"><p>the device context</p></td>
|
301
|
+
<td class="parameter_annotations"> </td>
|
302
|
+
</tr>
|
303
|
+
<tr>
|
304
|
+
<td class="parameter_name"><p>font</p></td>
|
305
|
+
<td class="parameter_description"><p>the font in which to draw the string</p></td>
|
306
|
+
<td class="parameter_annotations"> </td>
|
307
|
+
</tr>
|
308
|
+
<tr>
|
309
|
+
<td class="parameter_name"><p>glyphs</p></td>
|
310
|
+
<td class="parameter_description"><p>the glyph string to draw</p></td>
|
311
|
+
<td class="parameter_annotations"> </td>
|
312
|
+
</tr>
|
313
|
+
<tr>
|
314
|
+
<td class="parameter_name"><p>x</p></td>
|
315
|
+
<td class="parameter_description"><p>the x position of start of string (in pixels)</p></td>
|
316
|
+
<td class="parameter_annotations"> </td>
|
317
|
+
</tr>
|
318
|
+
<tr>
|
319
|
+
<td class="parameter_name"><p>y</p></td>
|
320
|
+
<td class="parameter_description"><p>the y position of baseline (in pixels)</p></td>
|
321
|
+
<td class="parameter_annotations"> </td>
|
322
|
+
</tr>
|
323
|
+
</tbody>
|
324
|
+
</table></div>
|
325
|
+
</div>
|
326
|
+
</div>
|
327
|
+
<hr>
|
328
|
+
<div class="refsect2">
|
329
|
+
<a name="pango-win32-render-transformed"></a><h3>pango_win32_render_transformed ()</h3>
|
330
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
331
|
+
pango_win32_render_transformed (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
|
332
|
+
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
|
333
|
+
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
334
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
|
335
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
336
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
337
|
+
<p>Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a windows DC, possibly
|
338
|
+
transforming the layed-out coordinates through a transformation
|
339
|
+
matrix. Note that the transformation matrix for <em class="parameter"><code>font</code></em>
|
340
|
+
is not
|
341
|
+
changed, so to produce correct rendering results, the <em class="parameter"><code>font</code></em>
|
342
|
+
|
343
|
+
must have been loaded using a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with an identical
|
344
|
+
transformation matrix to that passed in to this function.</p>
|
345
|
+
<div class="refsect3">
|
346
|
+
<a name="id-1.3.2.6.4.5"></a><h4>Parameters</h4>
|
347
|
+
<div class="informaltable"><table width="100%" border="0">
|
348
|
+
<colgroup>
|
349
|
+
<col width="150px" class="parameters_name">
|
350
|
+
<col class="parameters_description">
|
351
|
+
<col width="200px" class="parameters_annotations">
|
352
|
+
</colgroup>
|
353
|
+
<tbody>
|
354
|
+
<tr>
|
355
|
+
<td class="parameter_name"><p>hdc</p></td>
|
356
|
+
<td class="parameter_description"><p>a windows device context</p></td>
|
357
|
+
<td class="parameter_annotations"> </td>
|
358
|
+
</tr>
|
359
|
+
<tr>
|
360
|
+
<td class="parameter_name"><p>matrix</p></td>
|
361
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity transformation</p></td>
|
362
|
+
<td class="parameter_annotations"> </td>
|
363
|
+
</tr>
|
364
|
+
<tr>
|
365
|
+
<td class="parameter_name"><p>font</p></td>
|
366
|
+
<td class="parameter_description"><p>the font in which to draw the string</p></td>
|
367
|
+
<td class="parameter_annotations"> </td>
|
368
|
+
</tr>
|
369
|
+
<tr>
|
370
|
+
<td class="parameter_name"><p>glyphs</p></td>
|
371
|
+
<td class="parameter_description"><p>the glyph string to draw</p></td>
|
372
|
+
<td class="parameter_annotations"> </td>
|
373
|
+
</tr>
|
374
|
+
<tr>
|
375
|
+
<td class="parameter_name"><p>x</p></td>
|
376
|
+
<td class="parameter_description"><p>the x position of the start of the string (in Pango
|
377
|
+
units in user space coordinates)</p></td>
|
378
|
+
<td class="parameter_annotations"> </td>
|
379
|
+
</tr>
|
380
|
+
<tr>
|
381
|
+
<td class="parameter_name"><p>y</p></td>
|
382
|
+
<td class="parameter_description"><p>the y position of the baseline (in Pango units
|
383
|
+
in user space coordinates)</p></td>
|
384
|
+
<td class="parameter_annotations"> </td>
|
385
|
+
</tr>
|
386
|
+
</tbody>
|
387
|
+
</table></div>
|
388
|
+
</div>
|
389
|
+
</div>
|
390
|
+
<hr>
|
391
|
+
<div class="refsect2">
|
392
|
+
<a name="pango-win32-render-layout-line"></a><h3>pango_win32_render_layout_line ()</h3>
|
393
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
394
|
+
pango_win32_render_layout_line (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
|
395
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
|
396
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
397
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
398
|
+
<p>Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a device context. For underlining to
|
399
|
+
work property the text alignment of the DC should have TA_BASELINE
|
400
|
+
and TA_LEFT.</p>
|
401
|
+
<div class="refsect3">
|
402
|
+
<a name="id-1.3.2.6.5.5"></a><h4>Parameters</h4>
|
403
|
+
<div class="informaltable"><table width="100%" border="0">
|
404
|
+
<colgroup>
|
405
|
+
<col width="150px" class="parameters_name">
|
406
|
+
<col class="parameters_description">
|
407
|
+
<col width="200px" class="parameters_annotations">
|
408
|
+
</colgroup>
|
409
|
+
<tbody>
|
410
|
+
<tr>
|
411
|
+
<td class="parameter_name"><p>hdc</p></td>
|
412
|
+
<td class="parameter_description"><p>DC to use for uncolored drawing</p></td>
|
413
|
+
<td class="parameter_annotations"> </td>
|
414
|
+
</tr>
|
415
|
+
<tr>
|
416
|
+
<td class="parameter_name"><p>line</p></td>
|
417
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a></p></td>
|
418
|
+
<td class="parameter_annotations"> </td>
|
419
|
+
</tr>
|
420
|
+
<tr>
|
421
|
+
<td class="parameter_name"><p>x</p></td>
|
422
|
+
<td class="parameter_description"><p>the x position of start of string (in pixels)</p></td>
|
423
|
+
<td class="parameter_annotations"> </td>
|
424
|
+
</tr>
|
425
|
+
<tr>
|
426
|
+
<td class="parameter_name"><p>y</p></td>
|
427
|
+
<td class="parameter_description"><p>the y position of baseline (in pixels)</p></td>
|
428
|
+
<td class="parameter_annotations"> </td>
|
429
|
+
</tr>
|
430
|
+
</tbody>
|
431
|
+
</table></div>
|
432
|
+
</div>
|
433
|
+
</div>
|
434
|
+
<hr>
|
435
|
+
<div class="refsect2">
|
436
|
+
<a name="pango-win32-render-layout"></a><h3>pango_win32_render_layout ()</h3>
|
437
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
438
|
+
pango_win32_render_layout (<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>,
|
439
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
440
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
441
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
442
|
+
<p>Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto an X drawable</p>
|
443
|
+
<div class="refsect3">
|
444
|
+
<a name="id-1.3.2.6.6.5"></a><h4>Parameters</h4>
|
445
|
+
<div class="informaltable"><table width="100%" border="0">
|
446
|
+
<colgroup>
|
447
|
+
<col width="150px" class="parameters_name">
|
448
|
+
<col class="parameters_description">
|
449
|
+
<col width="200px" class="parameters_annotations">
|
450
|
+
</colgroup>
|
451
|
+
<tbody>
|
452
|
+
<tr>
|
453
|
+
<td class="parameter_name"><p>hdc</p></td>
|
454
|
+
<td class="parameter_description"><p>HDC to use for uncolored drawing</p></td>
|
455
|
+
<td class="parameter_annotations"> </td>
|
456
|
+
</tr>
|
457
|
+
<tr>
|
458
|
+
<td class="parameter_name"><p>layout</p></td>
|
459
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a></p></td>
|
460
|
+
<td class="parameter_annotations"> </td>
|
461
|
+
</tr>
|
462
|
+
<tr>
|
463
|
+
<td class="parameter_name"><p>x</p></td>
|
464
|
+
<td class="parameter_description"><p>the X position of the left of the layout (in pixels)</p></td>
|
465
|
+
<td class="parameter_annotations"> </td>
|
466
|
+
</tr>
|
467
|
+
<tr>
|
468
|
+
<td class="parameter_name"><p>y</p></td>
|
469
|
+
<td class="parameter_description"><p>the Y position of the top of the layout (in pixels)</p></td>
|
470
|
+
<td class="parameter_annotations"> </td>
|
471
|
+
</tr>
|
472
|
+
</tbody>
|
473
|
+
</table></div>
|
474
|
+
</div>
|
475
|
+
</div>
|
476
|
+
<hr>
|
477
|
+
<div class="refsect2">
|
478
|
+
<a name="pango-win32-get-unknown-glyph"></a><h3>pango_win32_get_unknown_glyph ()</h3>
|
479
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>
|
480
|
+
pango_win32_get_unknown_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
481
|
+
<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>
|
482
|
+
<div class="warning"><p><code class="literal">pango_win32_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p></div>
|
483
|
+
<p>Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc</code></em>
|
484
|
+
as an
|
485
|
+
unknown character.</p>
|
486
|
+
<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>
|
487
|
+
<div class="refsect3">
|
488
|
+
<a name="id-1.3.2.6.7.7"></a><h4>Parameters</h4>
|
489
|
+
<div class="informaltable"><table width="100%" border="0">
|
490
|
+
<colgroup>
|
491
|
+
<col width="150px" class="parameters_name">
|
492
|
+
<col class="parameters_description">
|
493
|
+
<col width="200px" class="parameters_annotations">
|
494
|
+
</colgroup>
|
495
|
+
<tbody>
|
496
|
+
<tr>
|
497
|
+
<td class="parameter_name"><p>font</p></td>
|
498
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a></p></td>
|
499
|
+
<td class="parameter_annotations"> </td>
|
500
|
+
</tr>
|
501
|
+
<tr>
|
502
|
+
<td class="parameter_name"><p>wc</p></td>
|
503
|
+
<td class="parameter_description"><p>the Unicode character for which a glyph is needed.</p></td>
|
504
|
+
<td class="parameter_annotations"> </td>
|
505
|
+
</tr>
|
506
|
+
</tbody>
|
507
|
+
</table></div>
|
508
|
+
</div>
|
509
|
+
<div class="refsect3">
|
510
|
+
<a name="id-1.3.2.6.7.8"></a><h4>Returns</h4>
|
511
|
+
<p> a glyph index into <em class="parameter"><code>font</code></em>
|
512
|
+
</p>
|
513
|
+
<p></p>
|
514
|
+
</div>
|
515
|
+
</div>
|
516
|
+
<hr>
|
517
|
+
<div class="refsect2">
|
518
|
+
<a name="pango-win32-font-get-glyph-index"></a><h3>pango_win32_font_get_glyph_index ()</h3>
|
519
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
520
|
+
pango_win32_font_get_glyph_index (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
521
|
+
<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>
|
522
|
+
<div class="warning"><p><code class="literal">pango_win32_font_get_glyph_index</code> is deprecated and should not be used in newly-written code.</p></div>
|
523
|
+
<p>Obtains the index of the glyph for <em class="parameter"><code>wc</code></em>
|
524
|
+
in <em class="parameter"><code>font</code></em>
|
525
|
+
, or 0, if not
|
526
|
+
covered.</p>
|
527
|
+
<div class="refsect3">
|
528
|
+
<a name="id-1.3.2.6.8.6"></a><h4>Parameters</h4>
|
529
|
+
<div class="informaltable"><table width="100%" border="0">
|
530
|
+
<colgroup>
|
531
|
+
<col width="150px" class="parameters_name">
|
532
|
+
<col class="parameters_description">
|
533
|
+
<col width="200px" class="parameters_annotations">
|
534
|
+
</colgroup>
|
535
|
+
<tbody>
|
536
|
+
<tr>
|
537
|
+
<td class="parameter_name"><p>font</p></td>
|
538
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.</p></td>
|
539
|
+
<td class="parameter_annotations"> </td>
|
540
|
+
</tr>
|
541
|
+
<tr>
|
542
|
+
<td class="parameter_name"><p>wc</p></td>
|
543
|
+
<td class="parameter_description"><p>a Unicode character.</p></td>
|
544
|
+
<td class="parameter_annotations"> </td>
|
545
|
+
</tr>
|
546
|
+
</tbody>
|
547
|
+
</table></div>
|
548
|
+
</div>
|
549
|
+
<div class="refsect3">
|
550
|
+
<a name="id-1.3.2.6.8.7"></a><h4>Returns</h4>
|
551
|
+
<p> the glyph index for <em class="parameter"><code>wc</code></em>
|
552
|
+
.</p>
|
553
|
+
<p></p>
|
554
|
+
</div>
|
555
|
+
</div>
|
556
|
+
<hr>
|
557
|
+
<div class="refsect2">
|
558
|
+
<a name="pango-win32-font-select-font"></a><h3>pango_win32_font_select_font ()</h3>
|
559
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
560
|
+
pango_win32_font_select_font (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
561
|
+
<em class="parameter"><code><span class="type">HDC</span> hdc</code></em>);</pre>
|
562
|
+
<p>Selects the font into the specified DC and changes the mapping mode
|
563
|
+
and world transformation of the DC appropriately for the font.
|
564
|
+
You may want to surround the use of this function with calls
|
565
|
+
to <code class="function">SaveDC()</code> and <code class="function">RestoreDC()</code>. Call <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-done-font" title="pango_win32_font_done_font ()"><code class="function">pango_win32_font_done_font()</code></a> when
|
566
|
+
you are done using the DC to release allocated resources.</p>
|
567
|
+
<p>See <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-metrics-factor" title="pango_win32_font_get_metrics_factor ()"><code class="function">pango_win32_font_get_metrics_factor()</code></a> for information about
|
568
|
+
converting from the coordinate space used by this function
|
569
|
+
into Pango units.</p>
|
570
|
+
<div class="refsect3">
|
571
|
+
<a name="id-1.3.2.6.9.6"></a><h4>Parameters</h4>
|
572
|
+
<div class="informaltable"><table width="100%" border="0">
|
573
|
+
<colgroup>
|
574
|
+
<col width="150px" class="parameters_name">
|
575
|
+
<col class="parameters_description">
|
576
|
+
<col width="200px" class="parameters_annotations">
|
577
|
+
</colgroup>
|
578
|
+
<tbody>
|
579
|
+
<tr>
|
580
|
+
<td class="parameter_name"><p>font</p></td>
|
581
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from the Win32 backend</p></td>
|
582
|
+
<td class="parameter_annotations"> </td>
|
583
|
+
</tr>
|
584
|
+
<tr>
|
585
|
+
<td class="parameter_name"><p>hdc</p></td>
|
586
|
+
<td class="parameter_description"><p>a windows device context</p></td>
|
587
|
+
<td class="parameter_annotations"> </td>
|
588
|
+
</tr>
|
589
|
+
</tbody>
|
590
|
+
</table></div>
|
591
|
+
</div>
|
592
|
+
<div class="refsect3">
|
593
|
+
<a name="id-1.3.2.6.9.7"></a><h4>Returns</h4>
|
594
|
+
<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation succeeded.</p>
|
595
|
+
<p></p>
|
596
|
+
</div>
|
597
|
+
</div>
|
598
|
+
<hr>
|
599
|
+
<div class="refsect2">
|
600
|
+
<a name="pango-win32-font-done-font"></a><h3>pango_win32_font_done_font ()</h3>
|
601
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
602
|
+
pango_win32_font_done_font (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
603
|
+
<p>Releases any resources allocated by <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-done-font" title="pango_win32_font_done_font ()"><code class="function">pango_win32_font_done_font()</code></a></p>
|
604
|
+
<div class="refsect3">
|
605
|
+
<a name="id-1.3.2.6.10.5"></a><h4>Parameters</h4>
|
606
|
+
<div class="informaltable"><table width="100%" border="0">
|
607
|
+
<colgroup>
|
608
|
+
<col width="150px" class="parameters_name">
|
609
|
+
<col class="parameters_description">
|
610
|
+
<col width="200px" class="parameters_annotations">
|
611
|
+
</colgroup>
|
612
|
+
<tbody><tr>
|
613
|
+
<td class="parameter_name"><p>font</p></td>
|
614
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from the win32 backend</p></td>
|
615
|
+
<td class="parameter_annotations"> </td>
|
616
|
+
</tr></tbody>
|
617
|
+
</table></div>
|
618
|
+
</div>
|
619
|
+
</div>
|
620
|
+
<hr>
|
621
|
+
<div class="refsect2">
|
622
|
+
<a name="pango-win32-font-get-metrics-factor"></a><h3>pango_win32_font_get_metrics_factor ()</h3>
|
623
|
+
<pre class="programlisting"><span class="returnvalue">double</span>
|
624
|
+
pango_win32_font_get_metrics_factor (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
625
|
+
<p>Returns the scale factor from logical units in the coordinate
|
626
|
+
space used by <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-select-font" title="pango_win32_font_select_font ()"><code class="function">pango_win32_font_select_font()</code></a> to Pango units
|
627
|
+
in user space.</p>
|
628
|
+
<div class="refsect3">
|
629
|
+
<a name="id-1.3.2.6.11.5"></a><h4>Parameters</h4>
|
630
|
+
<div class="informaltable"><table width="100%" border="0">
|
631
|
+
<colgroup>
|
632
|
+
<col width="150px" class="parameters_name">
|
633
|
+
<col class="parameters_description">
|
634
|
+
<col width="200px" class="parameters_annotations">
|
635
|
+
</colgroup>
|
636
|
+
<tbody><tr>
|
637
|
+
<td class="parameter_name"><p>font</p></td>
|
638
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> from the win32 backend</p></td>
|
639
|
+
<td class="parameter_annotations"> </td>
|
640
|
+
</tr></tbody>
|
641
|
+
</table></div>
|
642
|
+
</div>
|
643
|
+
<div class="refsect3">
|
644
|
+
<a name="id-1.3.2.6.11.6"></a><h4>Returns</h4>
|
645
|
+
<p> factor to multiply logical units by to get Pango
|
646
|
+
units.</p>
|
647
|
+
<p></p>
|
648
|
+
</div>
|
649
|
+
</div>
|
650
|
+
<hr>
|
651
|
+
<div class="refsect2">
|
652
|
+
<a name="pango-win32-get-debug-flag"></a><h3>pango_win32_get_debug_flag ()</h3>
|
653
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
654
|
+
pango_win32_get_debug_flag (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
655
|
+
<p>Returns whether debugging is turned on.</p>
|
656
|
+
<div class="refsect3">
|
657
|
+
<a name="id-1.3.2.6.12.5"></a><h4>Returns</h4>
|
658
|
+
<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if debugging is turned on.</p>
|
659
|
+
<p></p>
|
660
|
+
</div>
|
661
|
+
<p class="since">Since 1.2</p>
|
662
|
+
</div>
|
663
|
+
<hr>
|
664
|
+
<div class="refsect2">
|
665
|
+
<a name="pango-win32-get-dc"></a><h3>pango_win32_get_dc ()</h3>
|
666
|
+
<pre class="programlisting"><span class="returnvalue">HDC</span>
|
667
|
+
pango_win32_get_dc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
668
|
+
<p>Obtains a handle to the Windows device context that is used by Pango.</p>
|
669
|
+
<div class="refsect3">
|
670
|
+
<a name="id-1.3.2.6.13.5"></a><h4>Returns</h4>
|
671
|
+
<p> A handle to the Windows device context that is used by Pango.</p>
|
672
|
+
<p></p>
|
673
|
+
</div>
|
674
|
+
</div>
|
675
|
+
<hr>
|
676
|
+
<div class="refsect2">
|
677
|
+
<a name="pango-win32-font-cache-new"></a><h3>pango_win32_font_cache_new ()</h3>
|
678
|
+
<pre class="programlisting"><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="returnvalue">PangoWin32FontCache</span></a> *
|
679
|
+
pango_win32_font_cache_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
680
|
+
<p>Creates a font cache.</p>
|
681
|
+
<div class="refsect3">
|
682
|
+
<a name="id-1.3.2.6.14.5"></a><h4>Returns</h4>
|
683
|
+
<p> The new font cache. This must be freed with
|
684
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-free" title="pango_win32_font_cache_free ()"><code class="function">pango_win32_font_cache_free()</code></a>.</p>
|
685
|
+
<p></p>
|
686
|
+
</div>
|
687
|
+
</div>
|
688
|
+
<hr>
|
689
|
+
<div class="refsect2">
|
690
|
+
<a name="pango-win32-font-cache-free"></a><h3>pango_win32_font_cache_free ()</h3>
|
691
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
692
|
+
pango_win32_font_cache_free (<em class="parameter"><code><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> *cache</code></em>);</pre>
|
693
|
+
<p>Frees a <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> and all associated memory. All fonts loaded
|
694
|
+
through this font cache will be freed along with the cache.</p>
|
695
|
+
<div class="refsect3">
|
696
|
+
<a name="id-1.3.2.6.15.5"></a><h4>Parameters</h4>
|
697
|
+
<div class="informaltable"><table width="100%" border="0">
|
698
|
+
<colgroup>
|
699
|
+
<col width="150px" class="parameters_name">
|
700
|
+
<col class="parameters_description">
|
701
|
+
<col width="200px" class="parameters_annotations">
|
702
|
+
</colgroup>
|
703
|
+
<tbody><tr>
|
704
|
+
<td class="parameter_name"><p>cache</p></td>
|
705
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a></p></td>
|
706
|
+
<td class="parameter_annotations"> </td>
|
707
|
+
</tr></tbody>
|
708
|
+
</table></div>
|
709
|
+
</div>
|
710
|
+
</div>
|
711
|
+
<hr>
|
712
|
+
<div class="refsect2">
|
713
|
+
<a name="pango-win32-font-cache-load"></a><h3>pango_win32_font_cache_load ()</h3>
|
714
|
+
<pre class="programlisting"><span class="returnvalue">HFONT</span>
|
715
|
+
pango_win32_font_cache_load (<em class="parameter"><code><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> *cache</code></em>,
|
716
|
+
<em class="parameter"><code>const <span class="type">LOGFONTA</span> *logfont</code></em>);</pre>
|
717
|
+
<p>Creates a HFONT from a LOGFONTA. The
|
718
|
+
result may be newly loaded, or it may have been previously
|
719
|
+
stored</p>
|
720
|
+
<div class="refsect3">
|
721
|
+
<a name="id-1.3.2.6.16.5"></a><h4>Parameters</h4>
|
722
|
+
<div class="informaltable"><table width="100%" border="0">
|
723
|
+
<colgroup>
|
724
|
+
<col width="150px" class="parameters_name">
|
725
|
+
<col class="parameters_description">
|
726
|
+
<col width="200px" class="parameters_annotations">
|
727
|
+
</colgroup>
|
728
|
+
<tbody>
|
729
|
+
<tr>
|
730
|
+
<td class="parameter_name"><p>cache</p></td>
|
731
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a></p></td>
|
732
|
+
<td class="parameter_annotations"> </td>
|
733
|
+
</tr>
|
734
|
+
<tr>
|
735
|
+
<td class="parameter_name"><p>logfont</p></td>
|
736
|
+
<td class="parameter_description"><p>a pointer to a LOGFONTA structure describing the font to load.</p></td>
|
737
|
+
<td class="parameter_annotations"> </td>
|
738
|
+
</tr>
|
739
|
+
</tbody>
|
740
|
+
</table></div>
|
741
|
+
</div>
|
742
|
+
<div class="refsect3">
|
743
|
+
<a name="id-1.3.2.6.16.6"></a><h4>Returns</h4>
|
744
|
+
<p> The font structure, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the font could
|
745
|
+
not be loaded. In order to free this structure, you must call
|
746
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload" title="pango_win32_font_cache_unload ()"><code class="function">pango_win32_font_cache_unload()</code></a>.</p>
|
747
|
+
<p></p>
|
748
|
+
</div>
|
749
|
+
</div>
|
750
|
+
<hr>
|
751
|
+
<div class="refsect2">
|
752
|
+
<a name="pango-win32-font-cache-loadw"></a><h3>pango_win32_font_cache_loadw ()</h3>
|
753
|
+
<pre class="programlisting"><span class="returnvalue">HFONT</span>
|
754
|
+
pango_win32_font_cache_loadw (<em class="parameter"><code><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> *cache</code></em>,
|
755
|
+
<em class="parameter"><code>const <span class="type">LOGFONTW</span> *logfont</code></em>);</pre>
|
756
|
+
<p>Creates a HFONT from a LOGFONTW. The
|
757
|
+
result may be newly loaded, or it may have been previously
|
758
|
+
stored</p>
|
759
|
+
<div class="refsect3">
|
760
|
+
<a name="id-1.3.2.6.17.5"></a><h4>Parameters</h4>
|
761
|
+
<div class="informaltable"><table width="100%" border="0">
|
762
|
+
<colgroup>
|
763
|
+
<col width="150px" class="parameters_name">
|
764
|
+
<col class="parameters_description">
|
765
|
+
<col width="200px" class="parameters_annotations">
|
766
|
+
</colgroup>
|
767
|
+
<tbody>
|
768
|
+
<tr>
|
769
|
+
<td class="parameter_name"><p>cache</p></td>
|
770
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a></p></td>
|
771
|
+
<td class="parameter_annotations"> </td>
|
772
|
+
</tr>
|
773
|
+
<tr>
|
774
|
+
<td class="parameter_name"><p>logfont</p></td>
|
775
|
+
<td class="parameter_description"><p>a pointer to a LOGFONTW structure describing the font to load.</p></td>
|
776
|
+
<td class="parameter_annotations"> </td>
|
777
|
+
</tr>
|
778
|
+
</tbody>
|
779
|
+
</table></div>
|
780
|
+
</div>
|
781
|
+
<div class="refsect3">
|
782
|
+
<a name="id-1.3.2.6.17.6"></a><h4>Returns</h4>
|
783
|
+
<p> The font structure, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the font could
|
784
|
+
not be loaded. In order to free this structure, you must call
|
785
|
+
<a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload" title="pango_win32_font_cache_unload ()"><code class="function">pango_win32_font_cache_unload()</code></a>.</p>
|
786
|
+
<p></p>
|
787
|
+
</div>
|
788
|
+
<p class="since">Since 1.16</p>
|
789
|
+
</div>
|
790
|
+
<hr>
|
791
|
+
<div class="refsect2">
|
792
|
+
<a name="pango-win32-font-cache-unload"></a><h3>pango_win32_font_cache_unload ()</h3>
|
793
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
794
|
+
pango_win32_font_cache_unload (<em class="parameter"><code><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> *cache</code></em>,
|
795
|
+
<em class="parameter"><code><span class="type">HFONT</span> hfont</code></em>);</pre>
|
796
|
+
<p>Frees a font structure previously loaded with <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-load" title="pango_win32_font_cache_load ()"><code class="function">pango_win32_font_cache_load()</code></a>.</p>
|
797
|
+
<div class="refsect3">
|
798
|
+
<a name="id-1.3.2.6.18.5"></a><h4>Parameters</h4>
|
799
|
+
<div class="informaltable"><table width="100%" border="0">
|
800
|
+
<colgroup>
|
801
|
+
<col width="150px" class="parameters_name">
|
802
|
+
<col class="parameters_description">
|
803
|
+
<col width="200px" class="parameters_annotations">
|
804
|
+
</colgroup>
|
805
|
+
<tbody>
|
806
|
+
<tr>
|
807
|
+
<td class="parameter_name"><p>cache</p></td>
|
808
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a></p></td>
|
809
|
+
<td class="parameter_annotations"> </td>
|
810
|
+
</tr>
|
811
|
+
<tr>
|
812
|
+
<td class="parameter_name"><p>hfont</p></td>
|
813
|
+
<td class="parameter_description"><p>the HFONT to unload</p></td>
|
814
|
+
<td class="parameter_annotations"> </td>
|
815
|
+
</tr>
|
816
|
+
</tbody>
|
817
|
+
</table></div>
|
818
|
+
</div>
|
819
|
+
</div>
|
820
|
+
<hr>
|
821
|
+
<div class="refsect2">
|
822
|
+
<a name="pango-win32-font-map-for-display"></a><h3>pango_win32_font_map_for_display ()</h3>
|
823
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> *
|
824
|
+
pango_win32_font_map_for_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
825
|
+
<p>Returns a <span class="type">PangoWin32FontMap</span>. Font maps are cached and should
|
826
|
+
not be freed. If the font map is no longer needed, it can
|
827
|
+
be released with <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-shutdown-display" title="pango_win32_shutdown_display ()"><code class="function">pango_win32_shutdown_display()</code></a>.</p>
|
828
|
+
<div class="refsect3">
|
829
|
+
<a name="id-1.3.2.6.19.5"></a><h4>Returns</h4>
|
830
|
+
<p> a <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a>.</p>
|
831
|
+
<p></p>
|
832
|
+
</div>
|
833
|
+
</div>
|
834
|
+
<hr>
|
835
|
+
<div class="refsect2">
|
836
|
+
<a name="pango-win32-shutdown-display"></a><h3>pango_win32_shutdown_display ()</h3>
|
837
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
838
|
+
pango_win32_shutdown_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
839
|
+
<p>Free cached resources.</p>
|
840
|
+
</div>
|
841
|
+
<hr>
|
842
|
+
<div class="refsect2">
|
843
|
+
<a name="pango-win32-font-map-get-font-cache"></a><h3>pango_win32_font_map_get_font_cache ()</h3>
|
844
|
+
<pre class="programlisting"><a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="returnvalue">PangoWin32FontCache</span></a> *
|
845
|
+
pango_win32_font_map_get_font_cache (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="type">PangoFontMap</span></a> *font_map</code></em>);</pre>
|
846
|
+
<p>Obtains the font cache associated with the given font map.</p>
|
847
|
+
<div class="refsect3">
|
848
|
+
<a name="id-1.3.2.6.21.5"></a><h4>Parameters</h4>
|
849
|
+
<div class="informaltable"><table width="100%" border="0">
|
850
|
+
<colgroup>
|
851
|
+
<col width="150px" class="parameters_name">
|
852
|
+
<col class="parameters_description">
|
853
|
+
<col width="200px" class="parameters_annotations">
|
854
|
+
</colgroup>
|
855
|
+
<tbody><tr>
|
856
|
+
<td class="parameter_name"><p>font_map</p></td>
|
857
|
+
<td class="parameter_description"><p>a <span class="type">PangoWin32FontMap</span>.</p></td>
|
858
|
+
<td class="parameter_annotations"> </td>
|
859
|
+
</tr></tbody>
|
860
|
+
</table></div>
|
861
|
+
</div>
|
862
|
+
<div class="refsect3">
|
863
|
+
<a name="id-1.3.2.6.21.6"></a><h4>Returns</h4>
|
864
|
+
<p> the <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> of <em class="parameter"><code>font_map</code></em>
|
865
|
+
.</p>
|
866
|
+
<p></p>
|
867
|
+
</div>
|
868
|
+
</div>
|
869
|
+
<hr>
|
870
|
+
<div class="refsect2">
|
871
|
+
<a name="pango-win32-font-logfont"></a><h3>pango_win32_font_logfont ()</h3>
|
872
|
+
<pre class="programlisting"><span class="returnvalue">LOGFONTA</span> *
|
873
|
+
pango_win32_font_logfont (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
874
|
+
<p>Determine the LOGFONTA struct for the specified font. Note that
|
875
|
+
Pango internally uses LOGFONTW structs, so if converting the UTF-16
|
876
|
+
face name in the LOGFONTW struct to system codepage fails, the
|
877
|
+
returned LOGFONTA will have an emppty face name. To get the
|
878
|
+
LOGFONTW of a PangoFont, use <a class="link" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfontw" title="pango_win32_font_logfontw ()"><code class="function">pango_win32_font_logfontw()</code></a>. It
|
879
|
+
is recommended to do that always even if you don't expect
|
880
|
+
to come across fonts with odd names.</p>
|
881
|
+
<div class="refsect3">
|
882
|
+
<a name="id-1.3.2.6.22.5"></a><h4>Parameters</h4>
|
883
|
+
<div class="informaltable"><table width="100%" border="0">
|
884
|
+
<colgroup>
|
885
|
+
<col width="150px" class="parameters_name">
|
886
|
+
<col class="parameters_description">
|
887
|
+
<col width="200px" class="parameters_annotations">
|
888
|
+
</colgroup>
|
889
|
+
<tbody><tr>
|
890
|
+
<td class="parameter_name"><p>font</p></td>
|
891
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> which must be from the Win32 backend</p></td>
|
892
|
+
<td class="parameter_annotations"> </td>
|
893
|
+
</tr></tbody>
|
894
|
+
</table></div>
|
895
|
+
</div>
|
896
|
+
<div class="refsect3">
|
897
|
+
<a name="id-1.3.2.6.22.6"></a><h4>Returns</h4>
|
898
|
+
<p> A newly allocated LOGFONTA struct. It must be
|
899
|
+
freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
900
|
+
<p></p>
|
901
|
+
</div>
|
902
|
+
</div>
|
903
|
+
<hr>
|
904
|
+
<div class="refsect2">
|
905
|
+
<a name="pango-win32-font-logfontw"></a><h3>pango_win32_font_logfontw ()</h3>
|
906
|
+
<pre class="programlisting"><span class="returnvalue">LOGFONTW</span> *
|
907
|
+
pango_win32_font_logfontw (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
908
|
+
<p>Determine the LOGFONTW struct for the specified font.</p>
|
909
|
+
<div class="refsect3">
|
910
|
+
<a name="id-1.3.2.6.23.5"></a><h4>Parameters</h4>
|
911
|
+
<div class="informaltable"><table width="100%" border="0">
|
912
|
+
<colgroup>
|
913
|
+
<col width="150px" class="parameters_name">
|
914
|
+
<col class="parameters_description">
|
915
|
+
<col width="200px" class="parameters_annotations">
|
916
|
+
</colgroup>
|
917
|
+
<tbody><tr>
|
918
|
+
<td class="parameter_name"><p>font</p></td>
|
919
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> which must be from the Win32 backend</p></td>
|
920
|
+
<td class="parameter_annotations"> </td>
|
921
|
+
</tr></tbody>
|
922
|
+
</table></div>
|
923
|
+
</div>
|
924
|
+
<div class="refsect3">
|
925
|
+
<a name="id-1.3.2.6.23.6"></a><h4>Returns</h4>
|
926
|
+
<p> A newly allocated LOGFONTW struct. It must be
|
927
|
+
freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
|
928
|
+
<p></p>
|
929
|
+
</div>
|
930
|
+
<p class="since">Since 1.16</p>
|
931
|
+
</div>
|
932
|
+
<hr>
|
933
|
+
<div class="refsect2">
|
934
|
+
<a name="pango-win32-font-description-from-logfont"></a><h3>pango_win32_font_description_from_logfont ()</h3>
|
935
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
936
|
+
pango_win32_font_description_from_logfont
|
937
|
+
(<em class="parameter"><code>const <span class="type">LOGFONTA</span> *lfp</code></em>);</pre>
|
938
|
+
<p>Creates a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> that matches the specified LOGFONTA.</p>
|
939
|
+
<p>The face name, italicness and weight fields in the LOGFONTA are used
|
940
|
+
to set up the resulting <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>. If the face name in
|
941
|
+
the LOGFONTA contains non-ASCII characters the font is temporarily
|
942
|
+
loaded (using <code class="function">CreateFontIndirect()</code>) and an ASCII (usually English)
|
943
|
+
name for it is looked up from the font name tables in the font
|
944
|
+
data. If that doesn't work, the face name is converted from the
|
945
|
+
system codepage to UTF-8 and that is used.</p>
|
946
|
+
<div class="refsect3">
|
947
|
+
<a name="id-1.3.2.6.24.6"></a><h4>Parameters</h4>
|
948
|
+
<div class="informaltable"><table width="100%" border="0">
|
949
|
+
<colgroup>
|
950
|
+
<col width="150px" class="parameters_name">
|
951
|
+
<col class="parameters_description">
|
952
|
+
<col width="200px" class="parameters_annotations">
|
953
|
+
</colgroup>
|
954
|
+
<tbody><tr>
|
955
|
+
<td class="parameter_name"><p>lfp</p></td>
|
956
|
+
<td class="parameter_description"><p>a LOGFONTA</p></td>
|
957
|
+
<td class="parameter_annotations"> </td>
|
958
|
+
</tr></tbody>
|
959
|
+
</table></div>
|
960
|
+
</div>
|
961
|
+
<div class="refsect3">
|
962
|
+
<a name="id-1.3.2.6.24.7"></a><h4>Returns</h4>
|
963
|
+
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which
|
964
|
+
should be freed using <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a></p>
|
965
|
+
<p></p>
|
966
|
+
</div>
|
967
|
+
<p class="since">Since 1.12</p>
|
968
|
+
</div>
|
969
|
+
<hr>
|
970
|
+
<div class="refsect2">
|
971
|
+
<a name="pango-win32-font-description-from-logfontw"></a><h3>pango_win32_font_description_from_logfontw ()</h3>
|
972
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="returnvalue">PangoFontDescription</span></a> *
|
973
|
+
pango_win32_font_description_from_logfontw
|
974
|
+
(<em class="parameter"><code>const <span class="type">LOGFONTW</span> *lfp</code></em>);</pre>
|
975
|
+
<p>Creates a <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> that matches the specified LOGFONTW.</p>
|
976
|
+
<p>The face name, italicness and weight fields in the LOGFONTW are used
|
977
|
+
to set up the resulting <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>. If the face name in
|
978
|
+
the LOGFONTW contains non-ASCII characters the font is temporarily
|
979
|
+
loaded (using <code class="function">CreateFontIndirect()</code>) and an ASCII (usually English)
|
980
|
+
name for it is looked up from the font name tables in the font
|
981
|
+
data. If that doesn't work, the face name is converted from UTF-16
|
982
|
+
to UTF-8 and that is used.</p>
|
983
|
+
<div class="refsect3">
|
984
|
+
<a name="id-1.3.2.6.25.6"></a><h4>Parameters</h4>
|
985
|
+
<div class="informaltable"><table width="100%" border="0">
|
986
|
+
<colgroup>
|
987
|
+
<col width="150px" class="parameters_name">
|
988
|
+
<col class="parameters_description">
|
989
|
+
<col width="200px" class="parameters_annotations">
|
990
|
+
</colgroup>
|
991
|
+
<tbody><tr>
|
992
|
+
<td class="parameter_name"><p>lfp</p></td>
|
993
|
+
<td class="parameter_description"><p>a LOGFONTW</p></td>
|
994
|
+
<td class="parameter_annotations"> </td>
|
995
|
+
</tr></tbody>
|
996
|
+
</table></div>
|
997
|
+
</div>
|
998
|
+
<div class="refsect3">
|
999
|
+
<a name="id-1.3.2.6.25.7"></a><h4>Returns</h4>
|
1000
|
+
<p> the newly allocated <a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a>, which
|
1001
|
+
should be freed using <a class="link" href="pango-Fonts.html#pango-font-description-free" title="pango_font_description_free ()"><code class="function">pango_font_description_free()</code></a></p>
|
1002
|
+
<p></p>
|
1003
|
+
</div>
|
1004
|
+
<p class="since">Since 1.16</p>
|
1005
|
+
</div>
|
1006
|
+
</div>
|
1007
|
+
<div class="refsect1">
|
1008
|
+
<a name="pango-Win32-Fonts-and-Rendering.other_details"></a><h2>Types and Values</h2>
|
1009
|
+
<div class="refsect2">
|
1010
|
+
<a name="PANGO-RENDER-TYPE-WIN32:CAPS"></a><h3>PANGO_RENDER_TYPE_WIN32</h3>
|
1011
|
+
<pre class="programlisting">#define PANGO_RENDER_TYPE_WIN32 "PangoRenderWin32"
|
1012
|
+
</pre>
|
1013
|
+
<p>A string constant identifying the Win32 renderer. The associated quark (see
|
1014
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#g-quark-from-string"><code class="function">g_quark_from_string()</code></a>) is used to identify the renderer in <a class="link" href="pango-Modules.html#pango-find-map" title="pango_find_map ()"><code class="function">pango_find_map()</code></a>.</p>
|
1015
|
+
</div>
|
1016
|
+
<hr>
|
1017
|
+
<div class="refsect2">
|
1018
|
+
<a name="PangoWin32FontCache"></a><h3>PangoWin32FontCache</h3>
|
1019
|
+
<pre class="programlisting">typedef struct _PangoWin32FontCache PangoWin32FontCache;</pre>
|
1020
|
+
<p>A <a class="link" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache" title="PangoWin32FontCache"><span class="type">PangoWin32FontCache</span></a> caches HFONTs by their LOGFONT descriptions.</p>
|
1021
|
+
</div>
|
1022
|
+
</div>
|
1023
|
+
</div>
|
1024
|
+
<div class="footer">
|
1025
|
+
<hr>
|
1026
|
+
Generated by GTK-Doc V1.21.1</div>
|
1027
|
+
</body>
|
1028
|
+
</html>
|