├── .gitattributes ├── .gitignore ├── README.md ├── uFreeType.pas ├── uHarfBuzz.pas └── uICU.pas /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/README.md -------------------------------------------------------------------------------- /uFreeType.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/uFreeType.pas -------------------------------------------------------------------------------- /uHarfBuzz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/uHarfBuzz.pas -------------------------------------------------------------------------------- /uICU.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/projekter/TextShaping4Delphi/HEAD/uICU.pas --------------------------------------------------------------------------------