Package org.lwjgl.util.msdfgen
@NullMarked
package org.lwjgl.util.msdfgen
Contains bindings to msdfgen, a multi-channel signed distance field generator library.
-
ClassDescription
struct msdf_bitmap { int type; int width; int height; void * handle; }
An array ofMSDFGenBitmap
structs.struct msdf_bounds { double l; double b; double r; double t; }
An array ofMSDFGenBounds
structs.struct msdf_config { int overlap_support; }
An array ofMSDFGenConfig
structs.Callback function:(* anonymous)
Callback function:(* anonymous)
struct msdf_multichannel_config { int overlap_support; int mode; int distance_check_mode; double min_deviation_ratio; double min_improve_ratio; }
An array ofMSDFGenMultichannelConfig
structs.struct msdf_range { double lower; double upper; }
An array ofMSDFGenRange
structs.struct msdf_transform { {@link MSDFGenVector2 struct msdf_vector2} scale; {@link MSDFGenVector2 struct msdf_vector2} translation; {@link MSDFGenRange struct msdf_range} distance_mapping; }
An array ofMSDFGenTransform
structs.struct msdf_vector2 { double x; double y; }
An array ofMSDFGenVector2
structs.