Nikolay Sivov
|
4a1e6227ed
|
dwrite: Handle QI failure (Coverity).
|
2015-08-24 08:23:09 +09:00 |
Nikolay Sivov
|
3ffe6ab0bb
|
dwrite: Handle failure when getting texture bounds (Coverity).
|
2015-08-24 08:23:06 +09:00 |
Nikolay Sivov
|
4c12157c34
|
dwrite/tests: Fix analyzer test failures on Win10.
|
2015-08-21 14:33:33 +09:00 |
Nikolay Sivov
|
8dd0738b1c
|
dwrite/tests: Fix layout test failure on Win10.
|
2015-08-21 14:33:31 +09:00 |
Nikolay Sivov
|
1f54400bbf
|
dwrite: Protect from space-only strings when trimming away spaces.
|
2015-08-19 20:19:56 +09:00 |
Nikolay Sivov
|
6b98b9ac70
|
dwrite: Extract and resolve font weight from name string.
|
2015-08-19 20:19:56 +09:00 |
Nikolay Sivov
|
4a399b7677
|
dwrite: Implement font stretch resolution.
|
2015-08-19 20:19:56 +09:00 |
Nikolay Sivov
|
5185906006
|
dwrite: Implement font style resolution from name strings.
|
2015-08-18 14:30:37 +09:00 |
Nikolay Sivov
|
433b7c04c7
|
dwrite: Use aliased outline threshold for GDI target.
|
2015-08-17 14:52:22 +09:00 |
Nikolay Sivov
|
204d46c674
|
dwrite: Implement outline mode for DrawGlyphRun().
|
2015-08-17 14:52:20 +09:00 |
Nikolay Sivov
|
22a65466b3
|
dwrite/tests: Some tests for target hdc mode/transform.
|
2015-08-13 15:04:16 +09:00 |
Nikolay Sivov
|
2ac68e91a4
|
dwrite: Improve face name extraction.
|
2015-08-13 15:04:14 +09:00 |
Nikolay Sivov
|
fb013d7acd
|
dwrite: Fix family name extraction order.
|
2015-08-13 15:04:12 +09:00 |
Nikolay Sivov
|
f5f025f1dd
|
dwrite: Use better font matching algorithm based on weight/stretch/style triples.
|
2015-08-12 22:53:04 +09:00 |
Nikolay Sivov
|
785c592ada
|
dwrite: Improve the way font weight is set with both OS/2 and 'head' values.
|
2015-08-12 22:53:02 +09:00 |
Nikolay Sivov
|
123c7cde07
|
dwrite: Set font stretch from 'head' table as a fallback.
|
2015-08-12 22:53:00 +09:00 |
Nikolay Sivov
|
4b4674bea8
|
dwrite: Use OS/2 table data to set font style, make it preferable.
|
2015-08-12 22:52:57 +09:00 |
Nikolay Sivov
|
c7d1b91154
|
dwrite: Fix font table tag tracing.
|
2015-08-12 22:52:55 +09:00 |
Nikolay Sivov
|
e1f353663a
|
dwrite: Fix IsColorFont() return type for IDWriteFont2.
|
2015-08-07 14:18:03 +09:00 |
Nikolay Sivov
|
93d24de308
|
dwrite: Added IDWriteColorGlyphRunEnumerator stub.
|
2015-08-07 14:18:01 +09:00 |
Nikolay Sivov
|
fd35a1af6a
|
dwrite: Implement GetPaletteEntries().
|
2015-08-07 14:17:58 +09:00 |
Nikolay Sivov
|
4df29eb02f
|
dwrite/tests: Basic test for GetPaletteEntries().
|
2015-08-07 14:17:56 +09:00 |
Nikolay Sivov
|
5734c2ed98
|
dwrite: Implement GetPaletteEntryCount().
|
2015-08-07 14:17:53 +09:00 |
Nikolay Sivov
|
20571725f3
|
dwrite: Implement GetColorPaletteCount().
|
2015-08-07 14:17:51 +09:00 |
Nikolay Sivov
|
14e4996f6c
|
dwrite: Implement CreateGlyphRunAnalysis() from IDWriteFactory2.
|
2015-08-07 14:17:48 +09:00 |
Nikolay Sivov
|
8133684816
|
dwrite: Use right charmap for symbol encoding.
|
2015-08-07 00:05:06 +09:00 |
Nikolay Sivov
|
ab7c65ae43
|
dwrite: Implement IsSymbolFont().
|
2015-08-07 00:05:04 +09:00 |
Nikolay Sivov
|
7540fa5a1a
|
dwrite: Properly initialize LOGFONT returned from ConvertFontToLOGFONT().
|
2015-08-07 00:05:01 +09:00 |
Nikolay Sivov
|
6597453403
|
dwrite: Release run info as soon as it's rendered to save some memory.
|
2015-08-04 12:21:59 +02:00 |
Nikolay Sivov
|
720c430594
|
dwrite: Advances and offsets are optional for IDWriteGlyphRunAnalysis.
|
2015-08-04 12:21:58 +02:00 |
Nikolay Sivov
|
dc75b34ddf
|
dwrite: Fix outline translation before rendering.
|
2015-08-03 10:58:06 +02:00 |
Nikolay Sivov
|
44c301c584
|
dwrite: Implement DrawGlyphRun().
|
2015-07-31 12:07:28 +02:00 |
Nikolay Sivov
|
e08b77b0a9
|
dwrite: Implement CreateAlphaTexture().
|
2015-07-31 12:07:26 +02:00 |
Nikolay Sivov
|
6d1f47902b
|
dwrite: Translate rendered bitmap bounds to given origin.
|
2015-07-31 12:07:23 +02:00 |
Nikolay Sivov
|
5137aaa9c9
|
dwrite: Implement parameter validation for CreateAlphaTexture().
|
2015-07-29 21:44:01 +02:00 |
Nikolay Sivov
|
b50416aa5f
|
dwrite: Implement GetAlphaTextureBounds().
|
2015-07-29 21:44:01 +02:00 |
Nikolay Sivov
|
2c6eca8682
|
dwrite: Implement GetAlphaBlendParams().
|
2015-07-29 20:57:04 +02:00 |
Nikolay Sivov
|
fb35557db9
|
dwrite: Store run info for IDWriteGlyphRunAnalysis instance.
|
2015-07-29 20:57:02 +02:00 |
Nikolay Sivov
|
e877cfbcfa
|
dwrite: Implement GetRecommendedRenderingMode().
|
2015-07-28 13:41:45 +02:00 |
Nikolay Sivov
|
aac3a069e4
|
dwrite/tests: Some tests for GetRecommendedRenderingMode().
|
2015-07-28 13:41:45 +02:00 |
Nikolay Sivov
|
5178c8b111
|
dwrite: Update cached bitmap size on Resize() as well.
|
2015-07-22 15:16:05 +02:00 |
Nikolay Sivov
|
a66ba8957e
|
dwrite: Bitmap render target uses top-down DIB.
|
2015-07-22 15:15:58 +02:00 |
André Hentschel
|
b4b65d8284
|
dwrite: Remove unused initializer (Clang).
|
2015-07-22 07:24:35 +02:00 |
Nikolay Sivov
|
491e84a771
|
dwrite/tests: Some tests for isNewline clusters.
|
2015-07-20 20:56:04 +02:00 |
Nikolay Sivov
|
c8b0c80365
|
dwrite: Round centered alignment shift for compatible layouts.
|
2015-07-20 20:56:04 +02:00 |
Nikolay Sivov
|
a718a9a5ca
|
dwrite/tests: Some tests for bounds returned by GetAlphaTextureBounds().
|
2015-07-20 20:56:04 +02:00 |
Nikolay Sivov
|
5231715d31
|
dwrite: Improve parameter validation in GetGdiCompatibleGlyphAdvances(), add some tests.
|
2015-07-20 20:56:04 +02:00 |
Nikolay Sivov
|
2655ac5f93
|
dwrite: Aliased texture could only be requested for aliased rendering mode.
|
2015-07-17 19:28:04 +09:00 |
Nikolay Sivov
|
42ed6ddd30
|
dwrite: Fix vector transformation in GetGlyphOrientationTransform().
|
2015-07-16 19:22:39 +09:00 |
Nikolay Sivov
|
2132a060ea
|
dwrite: Round advances returned from GetGdiCompatibleGlyphPlacements().
|
2015-07-16 19:22:37 +09:00 |