From 4de04a2df2454f7a00d2ce79732f46f19275c850 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 17 Aug 2018 18:06:45 +0200 Subject: [PATCH] Document that extended font now includes icons. --- manual/tracy.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 472b2827..e956649c 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -13,6 +13,7 @@ \usepackage{verbatim} \usepackage[hyphens]{url} \usepackage{hyperref} % For hyperlinks in the PDF +\usepackage{fontawesome} \usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} % Document margins \geometry{a4paper,textwidth=6.5in,hmarginratio=1:1, @@ -203,7 +204,7 @@ The following defines may be of interest: \begin{itemize} \item \texttt{TRACY\_FILESELECTOR} -- controls whether a system load/save dialog is compiled in. If it's left out, the saved traces will be named \texttt{trace.tracy}. \item \texttt{TRACY\_NO\_STATISTICS} -- Tracy will perform statistical data collection on the fly, if this macro is \emph{not} defined. This allows extended analysis of the trace (for example, you can perform a live search for matching zones) at a small CPU processing cost and a considerable memory usage increase (at least 10 bytes per zone). -\item \texttt{TRACY\_EXTENDED\_FONT} -- add this define, if the font you are using has the micro (\si\micro) symbol. Otherwise 'u' is used instead. +\item \texttt{TRACY\_EXTENDED\_FONT} -- use this define, if you have loaded extra symbol ranges in your font and added icons. Otherwise, some characters will be replaced with an ASCII compatible version. For example, the micro (\si\micro) symbol will be replaced with \texttt{u}, and \faWarning{} will be replaced with \texttt{/!\textbackslash}. \item \texttt{TRACY\_ROOT\_WINDOW} -- the main profiler view will occupy whole window if this macro is defined. Additional setup is required for this to work. \end{itemize}