Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • FreeType FreeType
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 59
    • Issues 59
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FreeType
  • FreeTypeFreeType
  • Issues
  • #1134
Closed
Open
Created Feb 14, 2022 by Dominik Röttsches@drottDeveloper

Consider providing an API to override palette color values

FT_Palette_Select allows selection of a palette. CSS allows overriding palette values. As FreeType does not have a way to override entries in its internal palette, in our own code we need to store a parallel palette that we compose out of the font's original palette and the override-specification from CSS which is then used for painting.

It would be useful if FreeType would provide an API for overriding either individual entries of the palette, or allowing configuration of a custom palette that is stored on FT_Face.

Assignee
Assign to
Time tracking