Aric Stewart
|
7819ce61b5
|
usp10: Use cached values in GPOS functions.
|
2012-08-13 12:07:39 +02:00 |
|
Aric Stewart
|
ef5daa9aa5
|
usp10: Cache OUTLINETEXTMETRICW in addition to TEXTMETRICW.
|
2012-08-13 12:07:34 +02:00 |
|
Aric Stewart
|
6ae4cfe973
|
usp10: Implement GPOS Coverage-based Chaining Context Glyph Positioning.
|
2012-07-17 14:23:53 +02:00 |
|
Aric Stewart
|
ea9f2266de
|
ups10: Implement Single Adjustment Positioning: Format 2.
|
2012-07-17 14:23:44 +02:00 |
|
Aric Stewart
|
5a45e34741
|
usp10: Implement GPOS Pair Adjustment Positioning Subtable.
|
2012-07-16 17:03:14 +02:00 |
|
Aric Stewart
|
e3a98b437b
|
usp10: Implement GPOS Single Adjustment Positioning.
|
2012-07-16 17:03:05 +02:00 |
|
Aric Stewart
|
1dc148d7cc
|
usp10: Handle GPOS ValueRecords.
|
2012-07-16 17:02:56 +02:00 |
|
Aric Stewart
|
85c9984389
|
usp10: Implement GPOS MarkToBase.
|
2012-07-16 17:02:45 +02:00 |
|
Aric Stewart
|
b65d0b96ce
|
usp10: In ScriptTextOut make use of piAdvance and pGoffset to position glyphs.
|
2012-07-16 17:02:36 +02:00 |
|
Aric Stewart
|
f70864b827
|
usp10: Add GPOS features to scripts as defined by VOLT.
|
2012-07-16 17:02:25 +02:00 |
|
Aric Stewart
|
69351a9cea
|
usp10: Implement GPOS Anchor formats.
|
2012-07-16 17:02:14 +02:00 |
|
Aric Stewart
|
940961fcf7
|
usp10: Implement SHAPE_ApplyOpenTypePositions using GPOS table.
|
2012-07-16 17:02:02 +02:00 |
|
Aric Stewart
|
84b8dbfa8a
|
usp10: Change OpenType_GSUB_GetFontFeatureTags to OpenType_GetFontFeatureTags and load features from GPOS table.
|
2012-07-16 17:01:40 +02:00 |
|
Aric Stewart
|
2123f049d3
|
usp10: Change OpenType_GSUB_GetFontLangaugeTags to OpenType_GetFontLanguageTags and load languages from GPOS table as well.
|
2012-07-16 17:01:31 +02:00 |
|
Aric Stewart
|
e031293521
|
usp10: Change OpenType_GSUB_GetFontScriptTags to OpenType_GetFontScriptTags and load scripts from GPOS table as well.
|
2012-07-16 17:01:15 +02:00 |
|
Aric Stewart
|
9d408bbbf0
|
usp10: Load the GPOS table.
|
2012-07-16 17:00:38 +02:00 |
|
Aric Stewart
|
6189568072
|
ups10: Rename common opentype tables used in both GSUB and GPOS to OT_.
|
2012-07-16 16:59:41 +02:00 |
|
Michael Stefaniuc
|
f596c747ef
|
usp10: Remove unreachable break after return (Smatch).
|
2012-06-26 12:41:05 +02:00 |
|
Aric Stewart
|
91f161c8b1
|
usp10: Add ShapeCharGlyphProp_Hebrew.
|
2012-06-20 10:27:25 +02:00 |
|
Aric Stewart
|
9ea4543d12
|
usp10: In ShapeCharGlyphProp_BaseIndic set justification to SCRIPT_JUSTIFY_NONE for glyphs with no characters.
|
2012-06-12 17:27:19 +02:00 |
|
Aric Stewart
|
3447b716a6
|
usp10: Do not use custom indic ShapeCharGlyphProp when shaping Indic numeric scripts.
|
2012-06-12 17:27:12 +02:00 |
|
Aric Stewart
|
f241014f46
|
usp10: Corrections for ShapeCharGlyphProp_Thai.
|
2012-06-11 21:03:45 +02:00 |
|
Aric Stewart
|
6c43ef46d8
|
usp10: Properly handle fonts with scripts without a default language.
|
2012-06-11 21:03:45 +02:00 |
|
Aric Stewart
|
7fbf72c400
|
usp10: Correct glyph caching beyond the BMP.
|
2012-06-05 10:24:07 +02:00 |
|
Aric Stewart
|
4f7ea5737a
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Lao.
|
2012-06-04 16:35:37 +02:00 |
|
Aric Stewart
|
28854b452e
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thai.
|
2012-06-04 16:35:34 +02:00 |
|
Aric Stewart
|
14f42cdcbc
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Thaana.
|
2012-06-04 16:35:32 +02:00 |
|
Aric Stewart
|
3fd459b232
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Syriac.
|
2012-06-04 16:35:29 +02:00 |
|
Aric Stewart
|
8b9a7a1ed8
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Hebrew.
|
2012-06-04 16:35:26 +02:00 |
|
Aric Stewart
|
a2c1bd1ff5
|
usp10: Insert dotted circle (U+25CC) for invalid combining sequences in Arabic.
|
2012-06-01 17:46:42 +02:00 |
|
Aric Stewart
|
1f4554d141
|
usp10: Check bounds before checking value in array.
|
2012-05-25 15:56:38 +02:00 |
|
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
|
Francois Gouget
|
7796895b74
|
usp10: Fix the spelling of the Consonant_is_post_base_form() function.
|
2012-05-15 16:26:42 +02:00 |
|
Aric Stewart
|
9f6217e831
|
usp10: Add fallback font for Myanmar.
|
2012-03-27 11:38:19 +02:00 |
|
Aric Stewart
|
5bb7590fad
|
usp10: Properly handle invalid arguments to ScriptBreak.
|
2012-03-26 12:41:28 +02:00 |
|
Aric Stewart
|
9af6b11808
|
usp10: Better handle 0 cases when caching scripts, languages and features.
|
2012-02-28 11:56:56 +01:00 |
|
Aric Stewart
|
17cd9d3325
|
usp10: We do not yet shape hangul properly so allow for SSA_LINK flags to take effect.
|
2012-02-02 09:52:45 +01:00 |
|
Aric Stewart
|
3ae30a676a
|
usp10: Implement SSA_LINK flag.
|
2012-02-01 16:42:43 +01:00 |
|
Aric Stewart
|
f50f05da23
|
usp10: Limit runs in ScriptStringAnalyse to 255.
|
2012-01-30 20:44:46 +01:00 |
|
Aric Stewart
|
4df4929198
|
usp10: Use a bsearch function to find a glyph in the LogClust array.
|
2012-01-30 20:44:45 +01:00 |
|
Aric Stewart
|
2ab625bf2f
|
usp10: pwLogClust is ordered so its max will be on one end.
|
2012-01-30 20:44:45 +01:00 |
|
Thomas Faber
|
8ab4f85bbb
|
usp10: Fix build with MSVC.
|
2012-01-27 14:57:55 +01:00 |
|
Aric Stewart
|
4019987391
|
usp10: Move GSUB functions to opentype.c.
|
2012-01-04 19:00:13 +01:00 |
|
Aric Stewart
|
bf1ef214e6
|
usp10: Move GDEF functions to opentype.c.
|
2012-01-04 18:59:57 +01:00 |
|
Aric Stewart
|
6311ccfe97
|
usp10: Move CMAP functions to opentype.c.
|
2012-01-04 18:59:52 +01:00 |
|
Aric Stewart
|
ece423b858
|
usp10: Add more Microsoft Sans Serif fallbacks.
|
2012-01-04 18:58:27 +01:00 |
|
André Hentschel
|
d845510170
|
usp10: Check for pointer before using it (Coverity).
|
2012-01-04 18:54:27 +01:00 |
|
Aric Stewart
|
f7a21f8cba
|
usp10: Cache feature lookups.
|
2012-01-03 18:06:53 +01:00 |
|
Aric Stewart
|
c632f71e08
|
usp10: Have load_GSUB_feature return LoadedFeature*.
|
2012-01-03 18:06:47 +01:00 |
|
Aric Stewart
|
f04b6b2fc8
|
usp10: Replace GSUB_get_feature with GSUB_GetFontFeatureTags.
|
2012-01-03 18:06:38 +01:00 |
|