Coder Social home page Coder Social logo

Comments (6)

jpcima avatar jpcima commented on May 21, 2024

Custom fonts paths are available only for msvc builds running on Windows 10.
In older Windows and in MinGW, install the fonts in the system directory.
Our installer does this automatically.

from sfizz-ui.

paulfd avatar paulfd commented on May 21, 2024

from sfizz-ui.

redtide avatar redtide commented on May 21, 2024

AFAIK most of our packages have no installer

from sfizz-ui.

paulfd avatar paulfd commented on May 21, 2024

Custom fonts paths are available only for msvc builds running on Windows 10.
In older Windows and in MinGW, install the fonts in the system directory.
Our installer does this automatically.

However this was with msvc on windows 10 so we may yet have a problem :D

from sfizz-ui.

jpcima avatar jpcima commented on May 21, 2024

It's available since some particular revision of windows sdk.
Check if this part of code gets compiled in your environment.
https://github.com/sfztools/vstgui/blob/055cbcc9ae858f0b07d5d86c205a1111e2fba7a4/vstgui/lib/platform/win32/direct2d/d2dfont.cpp#L35

from sfizz-ui.

jpcima avatar jpcima commented on May 21, 2024

The problem is as follows:

  • Under Windows, we are using this as a resource path: <lv2-bundle-path>\Contents\Resources\
  • The LV2 bundle path is provided as an argument to the instantiate call
    The LV2 specification has to say: "Path to the LV2 bundle which contains this plugin binary."
  • However, what we get is not the bundle path of sfizz.lv2, it's the subdirectory which contains the DLL instead.

Capture du 2020-10-24 05-05-17

It seems like an anomaly of Ardour or Lilv. For now I can implement a workaround to this.

from sfizz-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.