Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: harfbuzz/harfbuzz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: afa3d08bec1e
Choose a base ref
...
head repository: harfbuzz/harfbuzz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df38dfeb5b87
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 6, 2014

  1. Relax inert checks

    Previously, when creating an object from inert inputs (eg:
    "hb_font_create(hb_face_get_empty())") we returned the inert
    empty object.  This is not helpful as there are legitimate
    usecases to do that.
    
    We now never return the inert object unless allocation failed.
    
    Tests are revised to reflect.
    behdad committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    e102676 View commit details
    Browse the repository at this point in the history
  2. [utils] Add hb-fc-list

    This is a tool that lists all fonts that can render a given string.
    It uses hb_shape() to do so, and as such is aware of HarfBuzz's
    normalizer.
    behdad committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    df38dfe View commit details
    Browse the repository at this point in the history
Loading