Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
43da4d08
Commit
43da4d08
authored
Dec 29, 2011
by
Daniel Colascione
Committed by
Juanma Barranquero
Dec 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/lispref/frames.texi: Document w32 font backends (bug#10399).
parent
0ed49f93
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+5
-3
No files found.
doc/lispref/ChangeLog
View file @
43da4d08
2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
* frames.texi (Font and Color Parameters):
Document w32 font backends (bug#10399).
2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
* files.texi (File Attributes, Changing Files):
...
...
doc/lispref/frames.texi
View file @
43da4d08
...
...
@@ -888,9 +888,11 @@ and bar becomes a narrower bar).
A list of symbols, specifying the @dfn{font backends} to use for
drawing fonts in the frame, in order of priority. On X, there are
currently two available font backends: @code{x} (the X core font
driver) and @code{xft} (the Xft font driver). On other systems, there
is only one available font backend, so it does not make sense to
modify this frame parameter.
driver) and @code{xft} (the Xft font driver). On Windows, there
are currently two available font backends: @code{gdi} and
@code{uniscribe}. On other systems, there is only one available
font backend, so it does not make sense to modify this frame
parameter.
@vindex background-mode, a frame parameter
@item background-mode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment