Skip to content

[FEATURE REQUEST] Missing binding to pango_font_get_languages #1637

@wildwestrom

Description

@wildwestrom

I tried to find the method Pango.Font.get_languages, but it was nowhere to be found in the pango crate (it should be here).

I was only able to find the pre-generated binding:

pub fn pango_font_get_languages(font: *mut PangoFont) -> *mut *mut PangoLanguage;

Upon closer inspection, it's blocked by FromGlibPtrArrayContainerAsVec as it is unimplemented.

# TODO: requires FromGlibPtrArrayContainerAsVec implementation

I'd like to use it for my project.
https://discourse.gnome.org/t/how-to-handle-cjk-variants-for-unified-characters/26376/3

On second thought, it might not be worth it. Feel free to close unless there's more interest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions