Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
51d4e5c1
Commit
51d4e5c1
authored
Jun 16, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Remove some unused types.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a46d359e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
opentype.c
dlls/dwrite/opentype.c
+0
-28
No files found.
dlls/dwrite/opentype.c
View file @
51d4e5c1
...
...
@@ -104,34 +104,6 @@ struct cmap_header
WORD
version
;
WORD
num_tables
;
struct
cmap_encoding_record
tables
[
1
];
}
CMAP_Header
;
typedef
struct
{
DWORD
startCharCode
;
DWORD
endCharCode
;
DWORD
startGlyphID
;
}
CMAP_SegmentedCoverage_group
;
struct
cmap_segmented_coverage
{
WORD
format
;
WORD
reserved
;
DWORD
length
;
DWORD
language
;
DWORD
num_groups
;
CMAP_SegmentedCoverage_group
groups
[
1
];
};
struct
cmap_segment_mapping
{
WORD
format
;
WORD
length
;
WORD
language
;
WORD
seg_count_x2
;
WORD
search_range
;
WORD
entry_selector
;
WORD
range_shift
;
WORD
end_code
[
1
];
};
enum
OPENTYPE_CMAP_TABLE_FORMAT
...
...
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