]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FontMetrics.h
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / FontMetrics.h
index 0d62aed126ef45702c889fce0d6b8e4864927e31..829b5cec1f156230b89210de0c067835e6779782 100644 (file)
  *               <-  width ->
  * --------------+----------+-------<maxDescent
  *
+ * Caution: All char_type and docstring arguments of any method of this class
+ * are no UCS4 chars or strings if the font is a symbol font. They simply
+ * denote the code points of the font instead. You have to keep this in mind
+ * when you implement the methods in a frontend. You must not pass these
+ * parameters to a unicode conversion function in particular.
  */
 
 namespace lyx {