Retyping some lines in tfontenc.tex seemed to remove a strange WinHelp compile
problem... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,11 +82,10 @@ each match. Return TRUE to continue enumeration or FALSE to stop it.
|
|||||||
\membersection{wxFontEnumerator::OnFontEncoding}\label{wxfontenumeratoronfontencoding}
|
\membersection{wxFontEnumerator::OnFontEncoding}\label{wxfontenumeratoronfontencoding}
|
||||||
|
|
||||||
\func{virtual bool}{OnFontEncoding}{
|
\func{virtual bool}{OnFontEncoding}{
|
||||||
\param{const wxString\& }{font},
|
\param{const wxString\& }{font},
|
||||||
\param{const wxString\& }{encoding}
|
\param{const wxString\& }{encoding}
|
||||||
}
|
}
|
||||||
|
|
||||||
Called by \helpref{EnumerateEncodings}{wxfontenumeratorenumerateencodings} for
|
Called by \helpref{EnumerateEncodings}{wxfontenumeratorenumerateencodings} for
|
||||||
each match. Return TRUE to continue enumeration or FALSE to stop it.
|
each match. Return TRUE to continue enumeration or FALSE to stop it.
|
||||||
|
|
||||||
|
|
||||||
|
@@ -12,3 +12,4 @@
|
|||||||
\section{\class{wxFontMapper}}\label{wxfontmapper}
|
\section{\class{wxFontMapper}}\label{wxfontmapper}
|
||||||
|
|
||||||
TODO.
|
TODO.
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@ the following parameters (not all of them have to be specified, of course):
|
|||||||
\begin{twocollist}\itemsep=0pt
|
\begin{twocollist}\itemsep=0pt
|
||||||
\twocolitem{Point size}{This is the standard way of referring to text size.}
|
\twocolitem{Point size}{This is the standard way of referring to text size.}
|
||||||
\twocolitem{Family}{Supported families are:
|
\twocolitem{Family}{Supported families are:
|
||||||
{\bf wxDEFAULT, wxDECORATIVE, wxROMAN, wxSCRIPT, wxSWISS, wxMODERN}.
|
{\bf wxDEFAULT, wxDECORATIVE, wxROMAN, wxSCRIPT, wxSWISS, wxMODERN}.
|
||||||
{\bf wxMODERN} is a fixed pitch font; the others are either fixed or variable pitch.}
|
{\bf wxMODERN} is a fixed pitch font; the others are either fixed or variable pitch.}
|
||||||
\twocolitem{Style}{The value can be {\bf wxNORMAL, wxSLANT} or {\bf wxITALIC}.}
|
\twocolitem{Style}{The value can be {\bf wxNORMAL, wxSLANT} or {\bf wxITALIC}.}
|
||||||
\twocolitem{Weight}{The value can be {\bf wxNORMAL, wxLIGHT} or {\bf wxBOLD}.}
|
\twocolitem{Weight}{The value can be {\bf wxNORMAL, wxLIGHT} or {\bf wxBOLD}.}
|
||||||
\twocolitem{Underlining}{The value can be TRUE or FALSE.}
|
\twocolitem{Underlining}{The value can be TRUE or FALSE.}
|
||||||
@@ -38,4 +38,3 @@ Windows, the unit for text is points but the text is scaled according to the
|
|||||||
current mapping mode. However, user scaling on a device context will also
|
current mapping mode. However, user scaling on a device context will also
|
||||||
scale fonts under both environments.}
|
scale fonts under both environments.}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -72,11 +72,11 @@ for KOI8 encoding (only for WinCyrillic one which is quite different), so
|
|||||||
\helpref{wxFontEnumerator}{wxfontenumerator} will never return one, even if
|
\helpref{wxFontEnumerator}{wxfontenumerator} will never return one, even if
|
||||||
the user has installed a KOI8 font on his system.
|
the user has installed a KOI8 font on his system.
|
||||||
|
|
||||||
To solve this problem, \helpref{wxFontMapper}{wxfontmapper} class is provided.
|
To solve this problem, a \helpref{wxFontMapper}{wxfontmapper} class is provided.
|
||||||
This class stores the mapping between the encodings and the font face
|
This class stores the mapping between the encodings and the font face
|
||||||
names<EFBFBD>which support them in a \helpref{wxConfig}{wxconfigoverview} object. Of
|
names which support them in \helpref{wxConfig}{wxconfigoverview} object. Of
|
||||||
course, it would be fairly useless if it tried to determine these mappings by
|
course, it would be fairly useless if it tried to determine these mappings by
|
||||||
itself, so, instead, it may (optionally) ask the user and remember his answers
|
itself, so, instead, it (optionally) ask the user and remember his answers
|
||||||
so that the next time the program will automatically choose the correct font.
|
so that the next time the program will automatically choose the correct font.
|
||||||
|
|
||||||
All these topics are illustrated by the \helpref{font sample}{samplefont},
|
All these topics are illustrated by the \helpref{font sample}{samplefont},
|
||||||
|
@@ -48,5 +48,5 @@ This chapter contains a selection of topic overviews.
|
|||||||
\input ttips.tex
|
\input ttips.tex
|
||||||
\input fs.tex
|
\input fs.tex
|
||||||
|
|
||||||
% \input tdnd.tex
|
%\input tdnd.tex
|
||||||
|
|
||||||
|
@@ -60,3 +60,4 @@ bitmaps which allows them to be pasted/dropped in many other applications.
|
|||||||
|
|
||||||
Take a look at DnDShapeDataObject class to see how you may use
|
Take a look at DnDShapeDataObject class to see how you may use
|
||||||
\helpref{wxDataObject}{wxdataobject} to achieve this.
|
\helpref{wxDataObject}{wxdataobject} to achieve this.
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[OPTIONS]
|
[OPTIONS]
|
||||||
BMROOT=d:\wx2\wxWind~1\docs\latex\wx ; Assume that bitmaps are where the source is
|
BMROOT=d:\wx2\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||||
TITLE=wxWindows Manual
|
TITLE=wxWindows Manual
|
||||||
CONTENTS=Contents
|
CONTENTS=Contents
|
||||||
COMPRESS=HIGH
|
COMPRESS=HIGH
|
||||||
|
Reference in New Issue
Block a user