Previous | Next | ||
Drawing texts with the graphic engine
|
||
Home ▸ Documentation ▸ Smile ▸ The graphic library ▸ PDF drawing ▸ Drawing texts with the graphic engine | ||
The graphic engine supports Unicode text. This page describe an additional specific syntax to draw special characters. You can display a character as a subscript or as a superscript like in TeX with _ and ^. To group characters use the braces { [...] }.Unicode characters To insert a Unicode character given its code, use the \0xhhhh␣ notation: backslash, zero, and x, followed by the hexadecimal representation of the Unicode character's code and space. For instance, \0x2718 (or DrawString("\\0x2718 ")) correspond to a check mark.Greek letters \alpha, \beta, ... to \omega: the lowercase greek letters from α to ω.Mathematical symbols (LaTeX metacharacters) The graphic engine supports the following subset of LaTeX mathematical metacharacters. This feature does not require that TeX nor LaTeX be installed on your machine. |
\neq \equiv \not\equiv \approx \sim \mid \not\lt \leq \not\leq \not\gt \geq \not\geq \ll \gg \circ \bullet \ast \star \parallel \not\parallel \perp \cup \cap \subset \supset \not\subset \not\supset \in \not\in |
≠ ≡ ≢ ≈ ≃ ∣ ≮ ≤ ≰ ≯ ≥ ≱ ≪ ≫ ◦ • ∗ ★ ∥ ∦ ⊥ ∪ ∩ ⊂ ⊃ ⊄ ⊅ ∈ ∉ |
\ni \not\ni \times \div \cdot \oplus \otimes \pm \leftarrow \rightarrow \uparrow \downarrow \leftrightarrow \updownarrow \Leftarrow \Rightarrow \Leftrightarrow \dashleftarrow \dashrightarrow \dashuparrow \dashdownarrow \hookleftarrow \hookrightarrow \cdots \vdots \ldots \prime \forall \exists |
∋ ∌ ╳ ÷ ⋅ ⊕ ⊗ ± ← → ↑ ↓ ↔ ↕ ⇐ ⇒ ⇔ ⇠ ⇢ ⇡ ⇣ ↩ ↪ ⋯ ⋮ … ′ ∀ ∃ |
\aleph \infty \neg \triangle \angle \nabla \emptyset \natural \sharp \flat \hbar \partial \Re \Im \wp \sum \prod \int \oint \nearrow \searrow \nwarrow \swarrow \leftharpoonup \rightharpoonup \leftrightarrows \rightleftarrows \leftrightharpoons \rightleftharpoons |
ℵ ∞ ¬ ∆ ∠ ∇ Ø ♮ ♯ ♭ ℏ ∂ ℜ ℑ ℘ ∑ ∏ ∫ ∮ ↗ ↘ ↖ ↙ ↼ ⇀ ⇆ ⇄ ⇋ ⇌ |
Version française | ||
Copyright ©2008 Paris, Satimage |