annotate etc/nxml/test-valid.xml @ 93598:6b92cdd67bfb

(Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot) (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi) (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya) (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri) (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic) (Qphonetic): New symbols. (syms_of_w32font): Initialize them. (font_supported_scripts): Use them. (w32font_list_family): List all charsets. (w32font_text_extents, recompute_cached_metrics): Fix metric calculations. (w32_enumfont_pattern_entity): Make full_type a DWORD. Give opentype fonts their own format. (font_matches_spec): New arguments backend and logfont. Handle :otf spec for uniscribe backend. (add_font_entity_to_list): Match truetype fonts in uniscribe backend. (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
author Jason Rumney <jasonr@gnu.org>
date Thu, 03 Apr 2008 13:10:57 +0000
parents 48f440e3817e
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91891
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml">
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 <head>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 <title>A valid document</title>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 </head>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 <body>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 <p>This is a valid, albeit boring, XHTML document.</p>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 </body>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 </html>
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 <!-- arch-tag: 6f7701be-ec51-48d0-bb63-38ed564718d6
48f440e3817e Move here from lisp/nxml. Rename from "test." to "test-" for doschk.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 (do not change this comment) -->