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
4ff6c657
Commit
4ff6c657
authored
Apr 20, 2019
by
YAMAMOTO Mitsuharu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/ftcrfont.c (ftcrfont_shape): Fix last change.
parent
d1dde7d0
Pipeline
#1370
failed with stage
in 85 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/ftcrfont.c
src/ftcrfont.c
+2
-0
No files found.
src/ftcrfont.c
View file @
4ff6c657
...
...
@@ -25,6 +25,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include "lisp.h"
#include "xterm.h"
#include "blockinput.h"
#include "composite.h"
#include "font.h"
#include "ftfont.h"
#include "pdumper.h"
...
...
@@ -291,6 +292,7 @@ static Lisp_Object
ftcrfont_shape
(
Lisp_Object
lgstring
)
{
#if defined HAVE_M17N_FLT && defined HAVE_LIBOTF
struct
font
*
font
=
CHECK_FONT_GET_OBJECT
(
LGSTRING_FONT
(
lgstring
));
struct
font_info
*
ftcrfont_info
=
(
struct
font_info
*
)
font
;
if
(
ftcrfont_info
->
bitmap_strike_index
<
0
)
...
...
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