~mhier/libwt-latest/libwt-package

« back to all changes in this revision

Viewing changes to src/Wt/Render/WTextRenderer.h

  • Committer: Martin Hierholzer
  • Date: 2020-06-18 12:21:07 UTC
  • Revision ID: martin.hierholzer@desy.de-20200618122107-jxk2kefgptu2hh3v
update to upstream version 4.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// This may look like C code, but it's really -*- C++ -*-
2
2
/*
3
 
 * Copyright (C) 2010 Emweb bvba, Kessel-Lo, Belgium.
 
3
 * Copyright (C) 2010 Emweb bv, Herent, Belgium.
4
4
 *
5
5
 * See the LICENSE file for terms of use.
6
6
 */
55
55
 * - only "display: inline" or "display: block" elements are supported.
56
56
 *   "display: none" and "display: inline-block" are not (yet) recognized. 
57
57
 * - only colors defined in terms of RGB values are supported: CSS named colors
58
 
 *   (e.g. 'StandardColor::Blue') are not allowed.
59
 
 * - Bidi (Side::Right-to-Side::Left) text rendering is not supported
 
58
 *   (e.g. 'blue') are not allowed.
 
59
 * - Bidi (Right-to-Left) text rendering is not supported
60
60
 *
61
61
 * The renderer is not CSS compliant (simply because it is still lacking
62
62
 * alot of features), but the subset of CSS that is supported is a pragmatic
222
222
   *
223
223
   * setStyleSheetText stores all parse errors inside. Use
224
224
   * getStyleSheetParseErrors to access information about them.
225
 
   * Icon::Information is newline(\ n) separated.
 
225
   * Information is newline(\ n) separated.
226
226
   *
227
227
   * \sa setStyleSheetText(const WString& contents)
228
228
  */