summaryrefslogtreecommitdiff
path: root/docs/tmpl/coverage-maps.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-11 06:14:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-11 06:14:28 +0000
commitb1c021842d26d5674a51f802f29e2a8496767c55 (patch)
tree58e8cf4cbaa464eaf728fc38e7aa1bbfb1cb24c3 /docs/tmpl/coverage-maps.sgml
parent11884d20295c2aea6dfeb8a915dd02b48ec60d9c (diff)
downloadpango-b1c021842d26d5674a51f802f29e2a8496767c55.tar.gz
Add style selector, rewrite family selector to use list_families().
Thu Feb 10 19:57:27 2000 Owen Taylor <otaylor@redhat.com> * examples/viewer.c: Add style selector, rewrite family selector to use list_families(). * libpango/pango-context.[ch] libpango/pango-font.h libpango/pangox.c libpango/fonts.c: Add calls to list families, modify list_fonts() call to take an optional "family" parameter for the purpose of listing the fonts within a family.
Diffstat (limited to 'docs/tmpl/coverage-maps.sgml')
-rw-r--r--docs/tmpl/coverage-maps.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/tmpl/coverage-maps.sgml b/docs/tmpl/coverage-maps.sgml
index 2347100a..daaa6b01 100644
--- a/docs/tmpl/coverage-maps.sgml
+++ b/docs/tmpl/coverage-maps.sgml
@@ -20,7 +20,7 @@ to represent that information.
<!-- ##### ENUM PangoCoverageLevel ##### -->
<para>
Used to indicate how well a font can represent a particular ISO 10646
-character point.
+character point for a particular scrpt.
</para>
@PANGO_COVERAGE_NONE: The character is not representable with the font.
@@ -29,10 +29,10 @@ character point.
For instance, a Hangul character represented as a
a sequence of Jamos, or a Latin transliteration of
a Cyrillic word.
-@PANGO_COVERAGE_APPROXIMATE: The character is represented as the correct graphical
- form but not in the ideal fashion.
-@PANGO_COVERAGE_EXACT: The character is represented as the correct graphical form,
- in an attractive manner.
+@PANGO_COVERAGE_APPROXIMATE: The character is represented as basically the correct
+ graphical form, but with a stylistic variant inappropriate for
+ the current script.
+@PANGO_COVERAGE_EXACT: The character is represented as the correct graphical form.
<!-- ##### STRUCT PangoCoverage ##### -->
<para>