Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
F
fontconfig
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 152
    • Issues 152
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • fontconfig
  • fontconfig
  • Issues
  • #48

Closed
Open
Opened Aug 22, 2008 by Bugzilla Migration User@bugzilla-migration

mandriva config files

Submitted by Behdad Esfahbod

Assigned to fon..@..op.org

Link to original bug (#17267)

Description

The 20-fix-globaladvance.conf file we have looks like this:

<fontconfig>

    `<match target="font">`
            `<test name="family">``<string>`GulimChe`</string>``</test>`
            `<edit name="globaladvance">``<bool>`false`</bool>``</edit>`
    `</match>`

    `<match target="font">`
            `<test name="family">``<string>`DotumChe`</string>``</test>`
            `<edit name="globaladvance">``<bool>`false`</bool>``</edit>`
    `</match>`

    `<match target="font">`
            `<test name="family">``<string>`BatangChe`</string>``</test>`
            `<edit name="globaladvance">``<bool>`false`</bool>``</edit>`
    `</match>`

    `<match target="font">`
            `<test name="family">``<string>`GungsuhChe`</string>``</test>`
            `<edit name="globaladvance">``<bool>`false`</bool>``</edit>`
    `</match>`

</fontconfig>

Looks to me like this should be changed to target="scan" now?

Also Mandriva has a more generic version:

<fontconfig> <match target="font"> <test target="pattern" name="lang" compare="contains"> <string>zh-tw</string> <string>zh-cn</string> <string>ja</string> <string>ko</string> </test> <edit name="spacing"> <const>proportional</const> </edit> <edit name="globaladvance"> <bool>false</bool> </edit> </match> </fontconfig>

Of course that target="pattern" part is quite bogus. But the idea of matching on languages the font supports has merit.

Version: 2.4

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: fontconfig/fontconfig#48