-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
gtk-rs-core/pango/sys/src/lib.rs
Line 2349 in 79adf6c
pub fn pango_font_get_languages(font: *mut PangoFont) -> *mut *mut PangoLanguage; |
Upon closer inspection, it's blocked by FromGlibPtrArrayContainerAsVec
as it is unimplemented.
Line 258 in 79adf6c
# 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
Labels
enhancementNew feature or requestNew feature or request