X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8161ba085ff043563123ca2f771a422052235cee..416101beab0f6ac3396ae41df9be6418eebd12c2:/docs/latex/wx/font.tex?ds=sidebyside diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index 014c8b680b..db5d0a0d67 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -20,6 +20,7 @@ You can retrieve the current system font settings with \helpref{wxSystemSettings \wxheading{Constants} The font flags which can be used during the font creation are: + \begin{verbatim} enum { @@ -45,6 +46,7 @@ enum \end{verbatim} The known font encodings are: + \begin{verbatim} enum wxFontEncoding { @@ -447,4 +449,3 @@ fail the test. Inequality operator. Two fonts are not equal if they contain pointers to different underlying font data. It does not compare each attribute. -