summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-28checkScript has to return false if we don't have opentype tablesSimon Hausmann1-0/+3
2007-03-28Don't crash in HB_NewFace if no font is specified (we still need to go throug...Simon Hausmann1-0/+4
2007-03-28Don't crash if the getPointInOutline callback isn't setSimon Hausmann1-0/+2
2007-03-28Missing HB_BEGIN_HEADER/HB_END_HEADER in harfbuzz-external.h. How did this wo...Simon Hausmann1-0/+4
2007-03-28Moved the getSFntTable callback out of HB_Font and pass the function pointer ...Simon Hausmann3-14/+14
2007-03-28Fix compilationSimon Hausmann1-6/+8
2007-03-28Compile the arabic shaper in CSimon Hausmann3-421/+447
2007-03-28Compile the Hebrew shaper in CSimon Hausmann3-167/+174
2007-03-28Compile the Hangul shaper as C source codeSimon Hausmann2-43/+45
2007-03-28Compile the Myanmar shaper as C source codeSimon Hausmann2-112/+122
2007-03-28Compile the Khmer shaper as C source codeSimon Hausmann2-130/+145
2007-03-28Compile the Tibetan shaper as C source codeSimon Hausmann4-85/+91
2007-03-28Strict compilation flags for the C files, no C++ comments in C headers,Simon Hausmann5-72/+77
2007-03-28Ported the heuristic combining mark positioningSimon Hausmann4-72/+116
2007-03-28Changed the getSfntTable API to behave like Freetype, to make it possibleSimon Hausmann3-25/+34
2007-03-28Replaced the FT_Face in HB_Font with a void *faceData. Now Harfbuzz is indepe...Simon Hausmann8-24/+21
2007-03-28The flags in getPointInOutline are no of type HB_ShaperFlagSimon Hausmann4-10/+7
2007-03-28Removed unused GlyphFunction typedefSimon Hausmann1-19/+0
2007-03-28Eliminate the FT_Face from GPOS_InstanceSimon Hausmann5-16/+21
2007-03-28Don't use a FT_Face in mmfuncSimon Hausmann2-9/+9
2007-03-28Removed unused glyph functionSimon Hausmann2-23/+0
2007-03-28Use a callback in HB_Font for retrieving a contour point in Get_Anchor, asSimon Hausmann7-29/+46
2007-03-28Fix crashSimon Hausmann1-2/+2
2007-03-28HB_Fixed/HB_16Dot16 need to be signed :)Simon Hausmann1-2/+2
2007-03-28Added flags to the getAdvances callbackSimon Hausmann3-3/+4
2007-03-28Next try :). Separate font and face because for initializing the face weSimon Hausmann4-11/+12
2007-03-28Oops, trying to fix the class hierarchy part 2 :)Simon Hausmann11-24/+24
2007-03-28Use HB_FontClass's getSFntTable callback instead of using FT_Load_SFnt_Table ...Simon Hausmann11-61/+36
2007-03-28Added a getSFntTable callback to HB_Font. Before we can use it we have to cleanSimon Hausmann2-1/+29
2007-03-28Test fonts updateSimon Hausmann2-2/+2
2007-03-28ignore fileSimon Hausmann1-0/+2
2007-03-28When we cannot load the font mention the actual filename used, not the familySimon Hausmann1-15/+14
2007-03-28Explain where to get the fonts / what's neededSimon Hausmann1-0/+9
2007-03-28Find the fonts in the fonts subdir in $(srcdir)Simon Hausmann2-2/+8
2007-03-28Fontconfig is not used anymoreSimon Hausmann1-4/+0
2007-03-28Removed the Fontconfig dependency, load the .ttf files directly insteadSimon Hausmann1-61/+17
2007-03-28Fix compiler warnings about unused variablesSimon Hausmann2-4/+0
2007-03-28Load_GSUB_Table and Load_GPOS_Table sometimes need to load things from/into theSimon Hausmann7-48/+66
2007-03-28less FT_Face all round.Lars Knoll9-63/+53
2007-03-28Don't use Qt internals anymore for the shaping test, use Freetype and Fontcon...Simon Hausmann1-131/+194
2007-03-28get rid of most freetype includesLars Knoll5-17/+7
2007-03-28Fixed signed vs. unsigned mistakesSimon Hausmann2-11/+13
2007-03-28even less FT_*Lars Knoll13-117/+125
2007-03-28First step towards porting the shaper to Harfbuzz. Work in progress.Simon Hausmann2-9/+63
2007-03-28removed more freetype types. Now it's mostlyLars Knoll21-85/+102
2007-03-28split out the unicode harfbuzz<>qt bindings into a separate file, to be used bySimon Hausmann3-32/+34
2007-03-28replace most FT type with HB types.Lars Knoll24-1037/+1041
2007-03-28make it work againLars Knoll3-10/+9
2007-03-28the test directory is goneSimon Hausmann1-1/+0
2007-03-28Removed obsolete stuffSimon Hausmann6-532/+0