Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-15838

gdi/ntgdi/freetype.c should not use cos/sin

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      IntEscapeMatrix (in freetype.c) currently uses doubles, and calls cos and sin.
      This can corrupt the floating point stack.

      Instead, FT_Cos and FT_Sin should be used. (freetype functions using fixed point math).

      Attachments

        1. path.patch
          45 kB
          Katayama Hirofumi MZ

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              learn_more Mark Jansen
              Votes:
              6 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: