]> git.eshelyaron.com Git - emacs.git/commit
; Fix coding style of Uniscribe files
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Oct 2024 00:39:24 +0000 (08:39 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Oct 2024 16:45:49 +0000 (18:45 +0200)
commitfb0e38935bb7baf47b95f3db3a2193b2a7d7ee5a
tree160ae5eb0bf7c99e393270d4dee1bc692e53573e
parentedd753716f9c2a3893f53922ef50b5a3b1849e36
; Fix coding style of Uniscribe files

* src/w32dwrite.c (EMACS_DWRITE_UNUSED, IDWriteFontFaceVtbl)
(IDWriteFontFace, IDWriteRenderingParamsVtbl)
(IDWriteRenderingParams, IDWriteFontVtbl, IDWriteFont)
(IDWriteBitmapRenderTargetVtbl, IDWriteBitmapRenderTarget)
(IDWriteBitmapRenderTarget1, IDWriteGdiInteropVtbl)
(IDWriteGdiInterop, IDWriteFactoryVtbl, IDWriteFactory)
(IDWriteColorGlyphRunEnumeratorVtbl)
(IDWriteColorGlyphRunEnumerator, IDWriteFactory2Vtbl)
(IDWriteFactory2, get_font_face, text_extents_internal)
(w32_initialize_direct_write, w32_dwrite_draw)
(w32_use_direct_write):

* src/w32font.c (w32font_text_extents, w32font_draw):

* src/w32uniscribe.c (uniscribe_open): Correct coding style.

(cherry picked from commit 574e97575f4331f43fc079b3bfa6d74213bc2559)
src/w32dwrite.c
src/w32font.c
src/w32uniscribe.c